Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c895 static u8 halbtc_read_1byte(void *bt_context, u32 reg_addr) in halbtc_read_1byte() argument
897 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_1byte()
903 static u16 halbtc_read_2byte(void *bt_context, u32 reg_addr) in halbtc_read_2byte() argument
905 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_2byte()
911 static u32 halbtc_read_4byte(void *bt_context, u32 reg_addr) in halbtc_read_4byte() argument
913 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_4byte()
921 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_write_1byte()
959 (struct btc_coexist *)bt_context; in halbtc_write_4byte()
1014 static void halbtc_fill_h2c_cmd(void *bt_context, u8 element_id, in halbtc_fill_h2c_cmd() argument
1024 void halbtc_send_wifi_port_id_cmd(void *bt_context) in halbtc_send_wifi_port_id_cmd() argument
[all …]
H A Dhalbtcoutsrc.h794 void halbtc_send_wifi_port_id_cmd(void *bt_context);
795 void halbtc_set_default_port_id_cmd(void *bt_context);
/openbmc/linux/drivers/net/wireless/rsi/
H A 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()
H A Drsi_main.h411 void rsi_set_bt_context(void *priv, void *bt_context);