Home
last modified time | relevance | path

Searched refs:bus_find_next_device (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/device/
H A Dbus.h216 * bus_find_next_device - Find the next device after a given device in a
222 bus_find_next_device(struct bus_type *bus,struct device *cur) in bus_find_next_device() function
/kernel/linux/linux-6.6/include/linux/device/
H A Dbus.h200 * bus_find_next_device - Find the next device after a given device in a
206 bus_find_next_device(const struct bus_type *bus,struct device *cur) in bus_find_next_device() function
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H A Dbus.c160 dev = bus_find_next_device(&ffa_bus_type, dev); in ffa_device_is_valid()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_proc.c381 struct device *next = bus_find_next_device(&scsi_bus_type, start); in next_scsi_device()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_proc.c476 struct device *next = bus_find_next_device(&scsi_bus_type, start); in next_scsi_device()
/kernel/linux/linux-5.10/drivers/pci/
H A Dprobe.c78 dev = bus_find_next_device(&pci_bus_type, NULL); in no_pci_devices()
/kernel/linux/linux-6.6/drivers/pci/
H A Dprobe.c78 dev = bus_find_next_device(&pci_bus_type, NULL); in no_pci_devices()

Completed in 11 milliseconds