of_device_id      566 include/linux/clk-provider.h struct of_device_id;
of_device_id      575 include/linux/clk-provider.h extern struct of_device_id __clk_of_table;
of_device_id      591 include/linux/clk-provider.h void of_clk_init(const struct of_device_id *matches);
of_device_id      238 include/linux/device.h 	const struct of_device_id	*of_match_table;
of_device_id      253 include/linux/host1x.h 	const struct of_device_id *subdevs;
of_device_id       23 include/linux/iio/common/st_sensors_i2c.h 			     const struct of_device_id *match);
of_device_id       26 include/linux/iio/common/st_sensors_i2c.h 					   const struct of_device_id *match)
of_device_id       40 include/linux/irqdomain.h struct of_device_id;
of_device_id      228 include/linux/of.h 	const struct of_device_id *matches,
of_device_id      229 include/linux/of.h 	const struct of_device_id **match);
of_device_id      288 include/linux/of.h extern const struct of_device_id *of_match_node(
of_device_id      289 include/linux/of.h 	const struct of_device_id *matches, const struct device_node *node);
of_device_id      377 include/linux/of.h 	const struct of_device_id *matches,
of_device_id      378 include/linux/of.h 	const struct of_device_id **match)
of_device_id      589 include/linux/of.h 	const struct of_device_id *matches)
of_device_id      826 include/linux/of.h 	static const struct of_device_id __of_table_##name		\
of_device_id      832 include/linux/of.h 	static const struct of_device_id __of_table_##name		\
of_device_id       36 include/linux/of_address.h 					const struct of_device_id *matches,
of_device_id       62 include/linux/of_address.h 					const struct of_device_id *matches,
of_device_id       14 include/linux/of_device.h extern const struct of_device_id *of_match_device(
of_device_id       15 include/linux/of_device.h 	const struct of_device_id *matches, const struct device *dev);
of_device_id       81 include/linux/of_device.h static inline const struct of_device_id *__of_match_device(
of_device_id       82 include/linux/of_device.h 		const struct of_device_id *matches, const struct device *dev)
of_device_id       43 include/linux/of_irq.h extern void of_irq_init(const struct of_device_id *matches);
of_device_id       54 include/linux/of_platform.h extern const struct of_device_id of_default_bus_match_table[];
of_device_id       68 include/linux/of_platform.h 				 const struct of_device_id *matches,
of_device_id       72 include/linux/of_platform.h 				const struct of_device_id *matches,
of_device_id       78 include/linux/of_platform.h 					const struct of_device_id *matches,
of_device_id      255 include/linux/pm_domain.h struct of_device_id;
of_device_id       82 scripts/mod/devicetable-offsets.c 	DEVID(of_device_id);
of_device_id       83 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(of_device_id, name);
of_device_id       84 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(of_device_id, type);
of_device_id       85 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(of_device_id, compatible);
of_device_id      649 scripts/mod/file2alias.c 	DEF_FIELD_ADDR(symval, of_device_id, name);
of_device_id      650 scripts/mod/file2alias.c 	DEF_FIELD_ADDR(symval, of_device_id, type);
of_device_id      651 scripts/mod/file2alias.c 	DEF_FIELD_ADDR(symval, of_device_id, compatible);
of_device_id      668 scripts/mod/file2alias.c ADD_TO_DEVTABLE("of", of_device_id, do_of_entry);