Lines Matching defs:handles

228 		list_for_each_entry_safe(hitem, hnext, &item->handles, link) {
1054 /* Remove signaled handles */
1055 list_for_each_entry_safe(hitem, hnext, &item->handles,
1201 list_add_tail(&notif->link, &event->handles);
1262 * @driver_handle_buffer: handles of the the drivers
1300 /* Collect unique driver handles */
1500 INIT_LIST_HEAD(&item->handles);
1559 * efi_locate_handle() - locate handles implementing a protocol
1564 * @buffer_size: size of the buffer to receive the handles in bytes
1565 * @buffer: buffer to receive the relevant handles
1604 if (list_empty(&event->handles))
1606 handle = list_first_entry(&event->handles,
1649 * efi_locate_handle_ext() - locate handles implementing a protocol.
1653 * @buffer_size: size of the buffer to receive the handles in bytes
1654 * @buffer: buffer to receive the relevant handles
1873 efi_handle_t *handles;
1890 /* Get all handles implementing the protocol */
1892 &no_handles, &handles));
1898 ret = efi_search_protocol(handles[i], &efi_guid_device_path,
1919 *device = handles[i];
2576 * efi_locate_handle_buffer() - locate handles implementing a protocol
2580 * @no_handles: number of returned handles
2581 * @buffer: buffer with the returned handles
2651 if (list_empty(&event->handles))
2653 handle = list_first_entry(&event->handles,
3602 /* Get buffer with all handles with driver binding protocol */
3667 * First all driver binding protocol handles are tried for binding drivers.
3668 * Afterwards all handles that have opened a protocol of the controller
3778 * @child_handle_buffer: handles of the the child controllers
3814 /* Copy unique child handles */
3884 /* Create list of child handles */