| /components/drivers/reset/ |
| A D | reset-simple.c | 173 { .compatible = "altr,stratix10-rst-mgr", .data = &reset_simple_socfpga }, 174 { .compatible = "st,stm32-rcc", }, 176 { .compatible = "zte,zx296718-reset", .data = &reset_simple_active_low }, 177 { .compatible = "aspeed,ast2400-lpc-reset" }, 178 { .compatible = "aspeed,ast2500-lpc-reset" }, 179 { .compatible = "aspeed,ast2600-lpc-reset" }, 180 { .compatible = "bitmain,bm1880-reset", .data = &reset_simple_active_low }, 181 { .compatible = "brcm,bcm4908-misc-pcie-reset", .data = &reset_simple_active_low }, 182 { .compatible = "snps,dw-high-reset" }, 183 { .compatible = "snps,dw-low-reset", .data = &reset_simple_active_low }, [all …]
|
| /components/drivers/spi/ |
| A D | dev_spi.c | 206 { .compatible = "cisco,spi-petra" }, 207 { .compatible = "dh,dhcom-board" }, 208 { .compatible = "lineartechnology,ltc2488" }, 209 { .compatible = "lwn,bk4" }, 210 { .compatible = "menlo,m53cpld" }, 211 { .compatible = "micron,spi-authenta" }, 212 { .compatible = "rohm,dh2228fv" }, 213 { .compatible = "semtech,sx1301" }, 214 { .compatible = "silabs,em3581" }, 215 { .compatible = "silabs,si3210" }, [all …]
|
| /components/drivers/pci/host/ |
| A D | pci-host-generic.c | 50 { .compatible = "pci-host-cam-generic", .data = &gen_pci_cfg_cam_bus_ops }, 51 { .compatible = "pci-host-ecam-generic", .data = &pci_generic_ecam_ops }, 52 { .compatible = "marvell,armada8k-pcie-ecam", .data = &pci_dw_ecam_bus_ops }, 53 { .compatible = "socionext,synquacer-pcie-ecam", .data = &pci_dw_ecam_bus_ops }, 54 { .compatible = "snps,dw-pcie-ecam", .data = &pci_dw_ecam_bus_ops },
|
| /components/drivers/pic/ |
| A D | pic-gicv2.c | 483 .compatible = "arm,pl390", 655 { .compatible = "arm,gic-400" }, 656 { .compatible = "arm,arm11mp-gic" }, 657 { .compatible = "arm,arm1176jzf-devchip-gic" }, 658 { .compatible = "arm,cortex-a15-gic" }, 659 { .compatible = "arm,cortex-a9-gic" }, 660 { .compatible = "arm,cortex-a7-gic" }, 661 { .compatible = "qcom,msm-8660-qgic" }, 662 { .compatible = "qcom,msm-qgic2" }, 663 { .compatible = "arm,pl390" },
|
| A D | pic-gic-common.c | 27 if (!quirks->compatible || !rt_ofw_node_is_compatible(ic_np, quirks->compatible)) in gic_common_init_quirk_ofw() 45 if (quirks->compatible) in gic_common_init_quirk_hw()
|
| A D | pic-gic-common.h | 35 const char *compatible; member
|
| /components/drivers/core/ |
| A D | platform_ofw.c | 27 { .compatible = "simple-bus", }, 29 { .compatible = "simple-mfd", }, 32 { .compatible = "isa", }, 39 { .compatible = "arm,amba-bus", },
|
| /components/drivers/include/drivers/ |
| A D | ofw.h | 85 char compatible[128]; member 158 rt_bool_t rt_ofw_machine_is_compatible(const char *compatible); 160 rt_bool_t rt_ofw_node_is_compatible(const struct rt_ofw_node *np, const char *compatible); 176 struct rt_ofw_node *rt_ofw_find_node_by_compatible(struct rt_ofw_node *from, const char *compatible… 189 …ofw_node *rt_ofw_get_child_by_compatible(const struct rt_ofw_node *parent, const char *compatible); 380 #define rt_ofw_foreach_node_by_compatible(np, compatible) \ argument 381 for (np = rt_ofw_find_node_by_compatible(RT_NULL, compatible); np; \ 382 np = rt_ofw_find_node_by_compatible(np, compatible))
|
| A D | ofw_fdt.h | 41 char *compatible; member 51 .compatible = _compatible, \
|
| A D | syscon.h | 32 struct rt_syscon *rt_syscon_find_by_ofw_compatible(const char *compatible);
|
| /components/drivers/ofw/ |
| A D | base.c | 341 return ofw_prop_index_of_string(prop, compatible, ofw_strcasecmp); in ofw_prop_index_of_compatible() 351 idx = ofw_prop_index_of_compatible(prop, compatible); in ofw_node_index_of_compatible() 357 rt_bool_t rt_ofw_machine_is_compatible(const char *compatible) in rt_ofw_machine_is_compatible() argument 359 return ofw_node_index_of_compatible(ofw_node_root, compatible) >= 0; in rt_ofw_machine_is_compatible() 429 res = ofw_node_index_of_compatible(np, compatible) >= 0; in rt_ofw_node_is_compatible() 440 for (id = (struct rt_ofw_node_id *)ids; id->compatible[0]; ++id) in ofw_prop_match() 442 index = ofw_prop_index_of_compatible(prop, id->compatible); in ofw_prop_match() 564 if (compatible) in rt_ofw_find_node_by_compatible() 568 if (ofw_node_index_of_compatible(np, compatible) >= 0) in rt_ofw_find_node_by_compatible() 722 if (parent && compatible) in rt_ofw_get_child_by_compatible() [all …]
|
| /components/drivers/mfd/ |
| A D | mfd-syscon.c | 134 struct rt_syscon *rt_syscon_find_by_ofw_compatible(const char *compatible) in rt_syscon_find_by_ofw_compatible() argument 137 struct rt_ofw_node *syscon_np = rt_ofw_find_node_by_compatible(RT_NULL, compatible); in rt_syscon_find_by_ofw_compatible() 225 { .compatible = "syscon" },
|
| /components/libc/ |
| A D | posix-info.txt | 19 <errno.h> -> Suggesting to use <sys/errno.h> instead of <errno.h> to be compatible with three compi… 140 <signal.h> -> Suggesting to use <sys/signal.h> instead of <signal.h> to be compatible with three c… 286 <time.h> -> Suggesting to use <sys/time.h> instead of <time.h> to be compatible with three compil…
|
| /components/drivers/pci/host/dw/ |
| A D | pcie-dw_platfrom.c | 282 { .compatible = "snps,dw-pcie", .data = &dw_platform_pcie_rc_soc_data }, 283 { .compatible = "snps,dw-pcie-ep", .data = &dw_platform_pcie_ep_soc_data },
|
| /components/drivers/hwtimer/ |
| A D | hwtimer-arm_arch.c | 364 { .compatible = "arm,armv7-timer", }, 365 { .compatible = "arm,armv8-timer", },
|
| /components/legacy/fdt/libfdt/ |
| A D | fdt_ro.c | 666 const char *compatible) in fdt_node_check_compatible() argument 675 return !fdt_stringlist_contains(prop, len, compatible); in fdt_node_check_compatible() 679 const char *compatible) in fdt_node_offset_by_compatible() argument 693 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
| A D | libfdt.h | 961 const char *compatible); 998 const char *compatible);
|
| /components/drivers/clk/ |
| A D | clk-fixed-rate.c | 74 { .compatible = "fixed-clock" },
|
| /components/drivers/ofw/libfdt/ |
| A D | fdt_ro.c | 824 const char *compatible) in fdt_node_check_compatible() argument 833 return !fdt_stringlist_contains(prop, len, compatible); in fdt_node_check_compatible() 837 const char *compatible) in fdt_node_offset_by_compatible() argument 851 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
| A D | libfdt.h | 1061 const char *compatible); 1098 const char *compatible);
|
| /components/drivers/regulator/ |
| A D | regulator-fixed.c | 153 { .compatible = "regulator-fixed" },
|
| /components/drivers/led/ |
| A D | led-gpio.c | 216 { .compatible = "gpio-leds" },
|
| /components/legacy/fdt/inc/ |
| A D | dtb_node.h | 190 struct dtb_node *dtb_node_find_compatible_node(struct dtb_node *from, const char *compatible); 359 int dtb_node_find_all_compatible_node(const struct dtb_node *from, const char *compatible, struct d…
|
| /components/legacy/fdt/src/ |
| A D | dtb_base.c | 350 int dtb_node_find_all_compatible_node(const struct dtb_node *from, const char *compatible, struct d… in dtb_node_find_all_compatible_node() argument 356 if (dtb_node_get_dtb_node_compatible_match(dn, compatible) && in dtb_node_find_all_compatible_node()
|
| A D | dtb_access.c | 299 struct dtb_node *dtb_node_find_compatible_node(struct dtb_node *from, const char *compatible) in dtb_node_find_compatible_node() argument 305 if (dtb_node_get_dtb_node_compatible_match(dn, compatible) && in dtb_node_find_compatible_node()
|