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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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, function
56 id = dio_match_device(drv->id_table, d);
122 return dio_match_device(ids, d) ? 1 : 0;
140 EXPORT_SYMBOL(dio_match_device); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddio.h249 extern const struct dio_device_id *dio_match_device(const struct dio_device_id *ids, const struct dio_dev *z);

Completed in 36 milliseconds