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

/linux-master/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c281 u32 next_instance = 0; local
300 if (next->instance >= next_instance) {
301 next_instance = next->instance + 1;
317 signature, instance, next_instance);
319 instance = next_instance;
/linux-master/net/bluetooth/
H A Dhci_sync.c467 struct adv_info *adv_instance, *n, *next_instance = NULL; local
480 next_instance = hci_get_next_instance(hdev, instance);
499 if (next_instance &&
500 next_instance->instance == instance)
501 next_instance = NULL;
512 if (next_instance && !ext_adv_capable(hdev))
514 next_instance->instance,
H A Dmgmt.c2216 struct adv_info *adv, *next_instance; local
2248 next_instance = hci_get_next_instance(hdev, instance);
2249 if (next_instance)
2250 instance = next_instance->instance;
8598 struct adv_info *adv, *next_instance; local
8677 next_instance = hci_get_next_instance(hdev, cp->instance);
8678 if (next_instance)
8679 schedule_instance = next_instance->instance;
8946 struct adv_info *next_instance; local
9001 next_instance
[all...]

Completed in 267 milliseconds