Searched refs:BTIF_CONFIG_MODULE (Results 1 – 3 of 3) sorted by relevance
112 module_init(get_module(BTIF_CONFIG_MODULE)); in event_init_stack()147 module_start_up(get_module(BTIF_CONFIG_MODULE)); in event_start_up_stack()175 module_shut_down(get_module(BTIF_CONFIG_MODULE)); in event_shut_down_stack()206 module_clean_up(get_module(BTIF_CONFIG_MODULE)); in event_clean_up_stack()
247 .name = BTIF_CONFIG_MODULE,
26 static const char BTIF_CONFIG_MODULE[] = "btif_config_module"; variable