zyd_cmd           176 dev/usb/if_zyd.c int		zyd_cmd(struct zyd_softc *, uint16_t, const void *, int,
zyd_cmd           819 dev/usb/if_zyd.c 	error = zyd_cmd(sc, ZYD_CMD_IORD, &reg, sizeof reg, &tmp, sizeof tmp,
zyd_cmd           835 dev/usb/if_zyd.c 	error = zyd_cmd(sc, ZYD_CMD_IORD, regs, sizeof regs, tmp, sizeof tmp,
zyd_cmd           850 dev/usb/if_zyd.c 	return zyd_cmd(sc, ZYD_CMD_IOWR, &pair, sizeof pair, NULL, 0, 0);
zyd_cmd           863 dev/usb/if_zyd.c 	return zyd_cmd(sc, ZYD_CMD_IOWR, pair, sizeof pair, NULL, 0, 0);
zyd_cmd           884 dev/usb/if_zyd.c 	return zyd_cmd(sc, ZYD_CMD_RFCFG, &req, 4 + 2 * rf->width, NULL, 0, 0);