Searched refs:athn_usb_wmi_xcmd (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | if_athn_usb.c | 85 athn_usb_wmi_xcmd(sc, cmd_id, NULL, 0, NULL) 162 Static int athn_usb_wmi_xcmd(struct athn_usb_softc *, uint16_t, void *, 1240 athn_usb_wmi_xcmd(struct athn_usb_softc *usc, uint16_t cmd_id, void *ibuf, in athn_usb_wmi_xcmd() function 1322 error = athn_usb_wmi_xcmd(usc, AR_WMI_CMD_REG_READ, in athn_usb_read_rom() 1349 error = athn_usb_wmi_xcmd(usc, AR_WMI_CMD_REG_READ, in athn_usb_read() 1389 (void)athn_usb_wmi_xcmd(usc, AR_WMI_CMD_REG_WRITE, in athn_usb_write_barrier() 1511 athn_usb_wmi_xcmd(usc, AR_WMI_CMD_ENABLE_INTR, in athn_usb_newstate_cb() 1587 (void)athn_usb_wmi_xcmd(usc, AR_WMI_CMD_TX_AGGR_ENABLE, in athn_usb_ampdu_tx_start_cb() 1620 (void)athn_usb_wmi_xcmd(usc, AR_WMI_CMD_TX_AGGR_ENABLE, in athn_usb_ampdu_tx_stop_cb() 1632 error = athn_usb_wmi_xcmd(usc, AR_WMI_CMD_NODE_REMOVE, in athn_usb_remove_hw_node() [all …]
|