Home
last modified time | relevance | path

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 Dssv_huw.c40 (_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 Ddev.h96 (_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 Dampdu.h87 #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 Dssv6xxx_debugfs.c67 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 Dinit.c177 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 Ddev.c894 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 Dssv_hci.h60 struct ssv6xxx_hci_ops *hci_ops; member
H A Dssv_hci.c1008 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 Dssv_cmd.c1291 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()