Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/device/
H A Dbus.h227 bus_find_next_device(struct bus_type *bus,struct device *cur) in bus_find_next_device() function
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_proc.c377 struct device *next = bus_find_next_device(&scsi_bus_type, start); in next_scsi_device()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c78 dev = bus_find_next_device(&pci_bus_type, NULL); in no_pci_devices()