Searched refs:gio_match_device (Results 1 – 2 of 2) sorted by relevance
49 const struct gio_device_id *gio_match_device(const struct gio_device_id *match, in gio_match_device() function60 EXPORT_SYMBOL_GPL(gio_match_device);118 return gio_match_device(gio_drv->id_table, gio_dev) != NULL; in gio_bus_match()136 match = gio_match_device(drv->id_table, gio_dev); in gio_device_probe()
34 extern const struct gio_device_id *gio_match_device(const struct gio_device_id *,