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

/linux-4.1.27/arch/mips/include/asm/
H A Dgio_device.h34 extern const struct gio_device_id *gio_match_device(const struct gio_device_id *,
/linux-4.1.27/arch/mips/sgi-ip22/
H A Dip22-gio.c41 * gio_match_device - Tell if an of_device structure has a matching
49 const struct gio_device_id *gio_match_device(const struct gio_device_id *match, gio_match_device() function
60 EXPORT_SYMBOL_GPL(gio_match_device); variable
118 return gio_match_device(gio_drv->id_table, gio_dev) != NULL; gio_bus_match()
136 match = gio_match_device(drv->id_table, gio_dev); gio_device_probe()

Completed in 104 milliseconds