/kernel/linux/linux-6.6/drivers/soc/sunxi/ |
H 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/ |
H A D | mpc512x_generic.c | 36 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/ |
H A D | mpc512x_generic.c | 35 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A D | mpc830x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
|
H A D | mpc831x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
|
H A D | mpc837x_rdb.c | 69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | mpc5200_simple.c | 69 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
|
H A D | lite5200.c | 183 return of_device_compatible_match(of_root, board); in lite5200_probe()
|
H A D | media5200.c | 240 return of_device_compatible_match(of_root, board); in media5200_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/40x/ |
H A D | ppc40x_simple.c | 63 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | mpc5200_simple.c | 67 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
|
H A D | lite5200.c | 180 return of_device_compatible_match(of_root, board); in lite5200_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/ |
H A D | mpc830x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
|
H A D | mpc831x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
|
H A D | mpc837x_rdb.c | 69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/40x/ |
H A D | ppc40x_simple.c | 62 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/ |
H A D | tqm85xx.c | 121 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
|
H A D | corenet_generic.c | 152 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/ |
H A D | tqm85xx.c | 120 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
|
H A D | corenet_generic.c | 152 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | irq.c | 190 (!imap || of_device_compatible_match(ipar, of_irq_imap_abusers))) { in of_irq_parse_raw()
|
H A D | base.c | 378 int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function 395 EXPORT_SYMBOL_GPL(of_device_compatible_match); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 345 extern int of_device_compatible_match(struct device_node *device, 568 static inline int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 350 extern int of_device_compatible_match(const struct device_node *device, 576 static inline int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | base.c | 542 int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
|