Searched refs:gio_match_device (Results 1 – 2 of 2) sorted by relevance
50 const struct gio_device_id *gio_match_device(const struct gio_device_id *match, in gio_match_device() function61 EXPORT_SYMBOL_GPL(gio_match_device);119 return gio_match_device(gio_drv->id_table, gio_dev) != NULL; in gio_bus_match()137 match = gio_match_device(drv->id_table, gio_dev); in gio_device_probe()
35 extern const struct gio_device_id *gio_match_device(const struct gio_device_id *,