Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dio/
H A Ddio-driver.c19 * dio_match_device - Tell if a DIO device structure has a matching DIO device id structure
29 dio_match_device(const struct dio_device_id *ids, in dio_match_device() function
56 id = dio_match_device(drv->id_table, d); in dio_device_probe()
122 return dio_match_device(ids, d) ? 1 : 0; in dio_bus_match()
/kernel/linux/linux-6.6/drivers/dio/
H A Ddio-driver.c19 * dio_match_device - Tell if a DIO device structure has a matching DIO device id structure
29 dio_match_device(const struct dio_device_id *ids, in dio_match_device() function
56 id = dio_match_device(drv->id_table, d); in dio_device_probe()
122 return dio_match_device(ids, d) ? 1 : 0; in dio_bus_match()

Completed in 2 milliseconds