Searched refs:dio_match_device (Results 1 – 1 of 1) sorted by relevance
29 dio_match_device(const struct dio_device_id *ids, in dio_match_device() function56 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()