Searched refs:next_instance (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 551 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_clear_adv_instance_sync() local 564 next_instance = hci_get_next_instance(hdev, instance); in hci_clear_adv_instance_sync() 583 if (next_instance && in hci_clear_adv_instance_sync() 584 next_instance->instance == instance) in hci_clear_adv_instance_sync() 585 next_instance = NULL; in hci_clear_adv_instance_sync() 596 if (next_instance && !ext_adv_capable(hdev)) in hci_clear_adv_instance_sync() 598 next_instance->instance, in hci_clear_adv_instance_sync()
|
H A D | mgmt.c | 2223 struct adv_info *adv, *next_instance; in mesh_send_sync() local 2255 next_instance = hci_get_next_instance(hdev, instance); in mesh_send_sync() 2256 if (next_instance) in mesh_send_sync() 2257 instance = next_instance->instance; in mesh_send_sync() 8656 struct adv_info *adv, *next_instance; in add_advertising() local 8735 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising() 8736 if (next_instance) in add_advertising() 8737 schedule_instance = next_instance->instance; in add_advertising() 9005 struct adv_info *next_instance; in add_ext_adv_data() local 9060 next_instance = hci_get_next_instance(hdev, cp->instance); in add_ext_adv_data() [all …]
|