Home
last modified time | relevance | path

Searched refs:driver_check (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/parport/
H A Dshare.c154 static int driver_check(struct device_driver *dev_drv, void *_port) in driver_check() function
174 * call the driver_check function of the drivers registered in in attach_driver_chain()
178 bus_for_each_drv(&parport_bus_type, NULL, port, driver_check); in attach_driver_chain()
/kernel/linux/linux-6.6/drivers/parport/
H A Dshare.c154 static int driver_check(struct device_driver *dev_drv, void *_port) in driver_check() function
174 * call the driver_check function of the drivers registered in in attach_driver_chain()
178 bus_for_each_drv(&parport_bus_type, NULL, port, driver_check); in attach_driver_chain()

Completed in 4 milliseconds