dio_match_device   56 drivers/dio/dio-driver.c 		id = dio_match_device(drv->id_table, d);
dio_match_device  122 drivers/dio/dio-driver.c 	return dio_match_device(ids, d) ? 1 : 0;
dio_match_device  140 drivers/dio/dio-driver.c EXPORT_SYMBOL(dio_match_device);
dio_match_device  250 include/linux/dio.h extern const struct dio_device_id *dio_match_device(const struct dio_device_id *ids, const struct dio_dev *z);