Searched refs:bt_context (Results 1 – 1 of 1) sorted by relevance
475 static u8 halbtc_read_1byte(void *bt_context, u32 reg_addr) in halbtc_read_1byte() argument477 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_1byte()483 static u16 halbtc_read_2byte(void *bt_context, u32 reg_addr) in halbtc_read_2byte() argument485 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_2byte()491 static u32 halbtc_read_4byte(void *bt_context, u32 reg_addr) in halbtc_read_4byte() argument493 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_read_4byte()499 static void halbtc_write_1byte(void *bt_context, u32 reg_addr, u32 data) in halbtc_write_1byte() argument501 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_write_1byte()507 static void halbtc_bitmask_write_1byte(void *bt_context, u32 reg_addr, in halbtc_bitmask_write_1byte() argument510 struct btc_coexist *btcoexist = (struct btc_coexist *)bt_context; in halbtc_bitmask_write_1byte()[all …]