Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c168 next = driver_find_next_device(&xe_pci_driver.driver, dev); in xe_pci_live_device_gen_param()
/linux/include/linux/device/
H A Ddriver.h212 static inline struct device *driver_find_next_device(const struct device_driver *drv, in driver_find_next_device() function
/linux/drivers/i2c/busses/
H A Di2c-amd-mp2-pci.c462 dev = driver_find_next_device(&amd_mp2_pci_driver.driver, NULL); in amd_mp2_find_device()