Searched refs:next_instance (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 281 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()
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 281 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()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 2399 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_req_clear_adv_instance() local 2412 next_instance = hci_get_next_instance(hdev, instance); in hci_req_clear_adv_instance() 2431 if (next_instance && in hci_req_clear_adv_instance() 2432 next_instance->instance == instance) in hci_req_clear_adv_instance() 2433 next_instance = NULL; in hci_req_clear_adv_instance() 2445 if (next_instance && !ext_adv_capable(hdev)) in hci_req_clear_adv_instance() 2446 __hci_req_schedule_adv_instance(req, next_instance->instance, in hci_req_clear_adv_instance()
|
H A D | mgmt.c | 7466 struct adv_info *next_instance; in add_advertising() local 7556 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising() 7557 if (next_instance) in add_advertising() 7558 schedule_instance = next_instance->instance; in add_advertising()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 534 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_clear_adv_instance_sync() local 547 next_instance = hci_get_next_instance(hdev, instance); in hci_clear_adv_instance_sync() 566 if (next_instance && in hci_clear_adv_instance_sync() 567 next_instance->instance == instance) in hci_clear_adv_instance_sync() 568 next_instance = NULL; in hci_clear_adv_instance_sync() 579 if (next_instance && !ext_adv_capable(hdev)) in hci_clear_adv_instance_sync() 581 next_instance->instance, in hci_clear_adv_instance_sync()
|
H A D | mgmt.c | 2221 struct adv_info *adv, *next_instance; in mesh_send_sync() local 2253 next_instance = hci_get_next_instance(hdev, instance); in mesh_send_sync() 2254 if (next_instance) in mesh_send_sync() 2255 instance = next_instance->instance; in mesh_send_sync() 8592 struct adv_info *adv, *next_instance; in add_advertising() local 8671 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising() 8672 if (next_instance) in add_advertising() 8673 schedule_instance = next_instance->instance; in add_advertising() 8941 struct adv_info *next_instance; in add_ext_adv_data() local 8996 next_instance in add_ext_adv_data() [all...] |
Completed in 33 milliseconds