Searched refs:get_module (Results 1 – 6 of 6) sorted by relevance
98 module_init(get_module(GKI_MODULE)); in bte_main_boot_entry()99 module_init(get_module(COUNTER_MODULE)); in bte_main_boot_entry()117 module_init(get_module(STACK_CONFIG_MODULE)); in bte_main_boot_entry()137 module_clean_up(get_module(STACK_CONFIG_MODULE)); in bte_main_shutdown()139 module_clean_up(get_module(COUNTER_MODULE)); in bte_main_shutdown()140 module_clean_up(get_module(GKI_MODULE)); in bte_main_shutdown()157 module_start_up(get_module(BTSNOOP_MODULE)); in bte_main_enable()158 module_start_up(get_module(HCI_MODULE)); in bte_main_enable()177 module_shut_down(get_module(HCI_MODULE)); in bte_main_disable()178 module_shut_down(get_module(BTSNOOP_MODULE)); in bte_main_disable()
97 module_init(get_module(BT_UTILS_MODULE)); in event_init_stack()98 module_init(get_module(BTIF_CONFIG_MODULE)); in event_init_stack()130 module_start_up(get_module(BTIF_CONFIG_MODULE)); in event_start_up_stack()156 module_shut_down(get_module(BTIF_CONFIG_MODULE)); in event_shut_down_stack()159 …module_shut_down(get_module(CONTROLLER_MODULE)); // Doesn't do any work, just puts it in a restart… in event_shut_down_stack()186 module_clean_up(get_module(BTIF_CONFIG_MODULE)); in event_clean_up_stack()187 module_clean_up(get_module(BT_UTILS_MODULE)); in event_clean_up_stack()190 module_clean_up(get_module(OSI_MODULE)); in event_clean_up_stack()
42 const module_t *get_module(const char *name);
282 module_init(get_module(BTE_LOGMSG_MODULE)); in btu_task_start_up()322 module_clean_up(get_module(BTE_LOGMSG_MODULE)); in btu_task_shut_down()
70 const module_t *get_module(const char *name) { in get_module() function
210 get_module(CONTROLLER_MODULE), in BTM_DeviceReset()