Searched refs:of_device_compatible_match (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/soc/sunxi/ |
A D | sunxi_mbus.c | 74 if (!of_device_compatible_match(dev->of_node, sunxi_mbus_devices)) in sunxi_mbus_notifier() 121 if (!of_device_compatible_match(of_root, sunxi_mbus_platforms)) in sunxi_mbus_init()
|
/linux/arch/powerpc/platforms/512x/ |
A D | mpc512x_generic.c | 36 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
|
/linux/arch/powerpc/platforms/83xx/ |
A D | mpc830x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
|
A D | mpc831x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
|
A D | mpc837x_rdb.c | 69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
|
/linux/arch/powerpc/platforms/52xx/ |
A D | mpc5200_simple.c | 67 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
|
A D | lite5200.c | 181 return of_device_compatible_match(of_root, board); in lite5200_probe()
|
A D | media5200.c | 237 return of_device_compatible_match(of_root, board); in media5200_probe()
|
/linux/arch/powerpc/platforms/40x/ |
A D | ppc40x_simple.c | 63 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
|
/linux/arch/powerpc/platforms/85xx/ |
A D | tqm85xx.c | 121 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
|
A D | corenet_generic.c | 153 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
|
/linux/include/linux/ |
A D | of.h | 345 extern int of_device_compatible_match(struct device_node *device, 700 static inline int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
|
/linux/drivers/of/ |
A D | irq.c | 190 (!imap || of_device_compatible_match(ipar, of_irq_imap_abusers))) { in of_irq_parse_raw()
|
A D | base.c | 565 int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
|
/linux/ |
A D | System.map | 47601 ffff800010ccd5d4 T of_device_compatible_match
|
A D | .tmp_System.map | 47601 ffff800010ccd5d4 T of_device_compatible_match
|
Completed in 315 milliseconds