Home
last modified time | relevance | path

Searched refs:bt_context (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtcoutsrc.c869 static u8 halbtc_read_1byte(void *bt_context, u32 reg_addr) in halbtc_read_1byte() argument
871 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_1byte()
877 static u16 halbtc_read_2byte(void *bt_context, u32 reg_addr) in halbtc_read_2byte() argument
879 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_2byte()
885 static u32 halbtc_read_4byte(void *bt_context, u32 reg_addr) in halbtc_read_4byte() argument
887 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_4byte()
893 static void halbtc_write_1byte(void *bt_context, u32 reg_addr, u32 data) in halbtc_write_1byte() argument
895 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_write_1byte()
901 static void halbtc_bitmask_write_1byte(void *bt_context, u32 reg_addr, in halbtc_bitmask_write_1byte() argument
904 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_bitmask_write_1byte()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c941 static u8 halbtc_read_1byte(void *bt_context, u32 reg_addr) in halbtc_read_1byte() argument
943 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_1byte()
949 static u16 halbtc_read_2byte(void *bt_context, u32 reg_addr) in halbtc_read_2byte() argument
951 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_2byte()
957 static u32 halbtc_read_4byte(void *bt_context, u32 reg_addr) in halbtc_read_4byte() argument
959 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_4byte()
965 static void halbtc_write_1byte(void *bt_context, u32 reg_addr, u32 data) in halbtc_write_1byte() argument
967 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_write_1byte()
973 static void halbtc_bitmask_write_1byte(void *bt_context, u32 reg_addr, in halbtc_bitmask_write_1byte() argument
976 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_bitmask_write_1byte()
[all …]
Dhalbtcoutsrc.h816 void halbtc_send_wifi_port_id_cmd(void *bt_context);
817 void halbtc_set_default_port_id_cmd(void *bt_context);
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_91x_main.c278 void rsi_set_bt_context(void *priv, void *bt_context) in rsi_set_bt_context() argument
282 common->bt_adapter = bt_context; in rsi_set_bt_context()
Drsi_main.h364 void rsi_set_bt_context(void *priv, void *bt_context);