Home
last modified time | relevance | path

Searched refs:next_instance (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c281 u32 next_instance = 0; in osl_add_table_to_list() local
300 if (next->instance >= next_instance) { in osl_add_table_to_list()
301 next_instance = next->instance + 1; in osl_add_table_to_list()
317 signature, instance, next_instance); in osl_add_table_to_list()
319 instance = next_instance; in osl_add_table_to_list()
/Linux-v5.10/net/bluetooth/
Dhci_request.c2268 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_req_clear_adv_instance() local
2281 next_instance = hci_get_next_instance(hdev, instance); in hci_req_clear_adv_instance()
2300 if (next_instance && in hci_req_clear_adv_instance()
2301 next_instance->instance == instance) in hci_req_clear_adv_instance()
2302 next_instance = NULL; in hci_req_clear_adv_instance()
2314 if (next_instance && !ext_adv_capable(hdev)) in hci_req_clear_adv_instance()
2315 __hci_req_schedule_adv_instance(req, next_instance->instance, in hci_req_clear_adv_instance()
Dmgmt.c7443 struct adv_info *next_instance; in add_advertising() local
7533 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising()
7534 if (next_instance) in add_advertising()
7535 schedule_instance = next_instance->instance; in add_advertising()