Home
last modified time | relevance | path

Searched refs:bus_find_next_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/device/
Dbus.h222 bus_find_next_device(struct bus_type *bus,struct device *cur) in bus_find_next_device() function
/Linux-v5.10/drivers/scsi/
Dscsi_proc.c377 struct device *next = bus_find_next_device(&scsi_bus_type, start); in next_scsi_device()
/Linux-v5.10/drivers/pci/
Dprobe.c78 dev = bus_find_next_device(&pci_bus_type, NULL); in no_pci_devices()