Searched refs:hci_ops (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci_wrapper/ |
| H A D | ssv_huw.c | 40 (_s)->hci.hci_ops->hci_write_sram(_r, _v, _sz) 42 (_s)->hci.hci_ops->hci_write_word(_r, _v) 44 (_s)->hci.hci_ops->hci_read_word(_r, _v) 46 (_sh)->hci.hci_ops->hci_start() 48 (_sh)->hci.hci_ops->hci_stop() 50 (_sh)->hci.hci_ops->hci_tx(_sk, _q, HCI_FLAGS_NO_FLOWCTRL) 52 (_sh)->hci.hci_ops->hci_tx_pause(_mk) 54 (_sh)->hci.hci_ops->hci_tx_resume(_mk) 56 (_sh)->hci.hci_ops->hci_txq_flush(_mk) 58 (_sh)->hci.hci_ops->hci_txq_flush_by_sta(_aid) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | dev.h | 96 (_s)->hci.hci_ops->hci_write_word(_r,_v) 98 (_s)->hci.hci_ops->hci_read_word(_r, _v) 100 (_s)->hci.hci_ops->hci_load_fw(_r, _v) 101 #define SMAC_IFC_RESET(_s) (_s)->hci.hci_ops->hci_interface_reset() 126 (_sh)->hci.hci_ops->hci_start() 128 (_sh)->hci.hci_ops->hci_stop() 130 (_sh)->hci.hci_ops->hci_tx(_sk, _q, 0) 132 (_sh)->hci.hci_ops->hci_tx_pause(_mk) 134 (_sh)->hci.hci_ops->hci_tx_resume(_mk) 136 (_sh)->hci.hci_ops->hci_txq_flush(_mk) [all …]
|
| H A D | ampdu.h | 87 #define AMPDU_HCI_SEND(_sh,_sk,_q,_flag) (_sh)->hci.hci_ops->hci_tx((_sk), (_q), (_flag)) 88 #define AMPDU_HCI_Q_EMPTY(_sh,_q) (_sh)->hci.hci_ops->hci_txq_empty((_q))
|
| H A D | ssv6xxx_debugfs.c | 67 sc->sh->hci.hci_ops->hci_init_debugfs(sc->debugfs_dir); in ssv6xxx_init_debugfs() 78 sc->sh->hci.hci_ops->hci_deinit_debugfs(); in ssv6xxx_deinit_debugfs()
|
| H A D | init.c | 177 sh->hci.hci_ops->hci_send_cmd(skb); in ssv6xxx_do_iq_calib() 1509 sh->hci.hci_ops = NULL; in ssv6xxx_read_hw_info()
|
| H A D | dev.c | 894 while(((sc->sh->hci.hci_ops->hci_send_cmd(skb)) != 0) && (retry_cnt)) in hw_update_watch_wsid() 3496 sh->hci.hci_ops->hci_send_cmd(skb);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/ |
| H A D | ssv_hci.h | 60 struct ssv6xxx_hci_ops *hci_ops; member
|
| H A D | ssv_hci.c | 1008 static struct ssv6xxx_hci_ops hci_ops = variable 1049 shi->hci_ops = &hci_ops; in ssv6xxx_hci_register()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssv_cmd.c | 1291 if(ssv_dbg_ctrl_hci->shi->hci_ops->hci_send_cmd(skb) == 0) { in ssv_cmd_iqk() 1411 qlen = ssv_dbg_ctrl_hci->shi->hci_ops->hci_tx(skb, 0, 0); in txtput_thread_m2() 1440 ssv_dbg_ctrl_hci->shi->hci_ops->hci_send_cmd(skb); in txtput_thread() 1512 sh->hci.hci_ops->hci_send_cmd(skb); in watchdog_controller() 1587 if(ssv_dbg_ctrl_hci->shi->hci_ops->hci_send_cmd(skb) == 0) { in ssv_cmd_rxtput()
|