Lines Matching defs:btc_coexist
468 struct btc_coexist { struct
470 bool binded;
472 void *adapter;
473 struct btc_board_info board_info;
475 struct btc_bt_info bt_info;
476 struct btc_stack_info stack_info;
477 enum btc_chip_interface chip_interface;
478 struct btc_bt_link_info bt_link_info;
480 bool initilized;
481 bool stop_coex_dm;
482 bool manual_control;
483 struct btc_statistics statistics;
484 u8 pwr_mode_val[10];
487 bfp_btc_r1 btc_read_1byte;
511 extern struct btc_coexist gl_bt_coexist; argument