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

/arch/mips/include/asm/
H A Dgio_device.h36 extern const struct gio_device_id *gio_match_device(const struct gio_device_id *,
/arch/mips/sgi-ip22/
H A Dip22-gio.c32 * gio_match_device - Tell if an of_device structure has a matching
40 const struct gio_device_id *gio_match_device(const struct gio_device_id *match, function
51 EXPORT_SYMBOL_GPL(gio_match_device); variable
109 return gio_match_device(gio_drv->id_table, gio_dev) != NULL;
127 match = gio_match_device(drv->id_table, gio_dev);

Completed in 107 milliseconds