Searched refs:compatible (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/44x/
H A Debony.c30 { .compatible = "ibm,plb4", },
31 { .compatible = "ibm,opb", },
32 { .compatible = "ibm,ebc", },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/program/
H A DMakefile4 BUILD= appsignals.html cache.html compatible.html copy.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dof_serial.c114 { .type = "serial", .compatible = "ns8250", .data = (void *)PORT_8250, },
115 { .type = "serial", .compatible = "ns16450", .data = (void *)PORT_16450, },
116 { .type = "serial", .compatible = "ns16550", .data = (void *)PORT_16550, },
117 { .type = "serial", .compatible = "ns16750", .data = (void *)PORT_16750, },
H A Dsunhv.c627 .compatible = "qcn",
631 .compatible = "SUNW,sun4v-console",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmltchar.h3 #error xmlwf requires a 16-bit Unicode-compatible wchar_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-ppc-of.c190 .compatible = "ohci-bigendian",
194 .compatible = "ohci-be",
200 .compatible = "ohci-littledian",
204 .compatible = "ohci-le",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c24 mpc52xx_find_and_map(const char *compatible) argument
30 ofn = of_find_compatible_node(NULL, NULL, compatible);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_devinfo.c24 unsigned compatible; /* for use with scsi_static_device_list entries */ member in struct:scsi_dev_info_list
248 char *from, int compatible)
255 if (compatible) {
282 * @flag. If @compatible, add to the tail of the list, do not space
283 * pad, and set devinfo->compatible. The scsi_static_device_list entries
284 * are added with @compatible 1 and @clfags NULL.
288 static int scsi_dev_info_list_add(int compatible, char *vendor, char *model, argument
300 vendor, compatible);
302 model, compatible);
309 devinfo->compatible
247 scsi_strcpy_devinfo(char *name, char *to, size_t to_length, char *from, int compatible) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmacio_sysfs.c24 compat = of_get_property(of->node, "compatible", &cplen);
61 __ATTR_RO(compatible),
H A Dmediabay.c805 .compatible = "keylargo-media-bay",
810 .compatible = "heathrow-media-bay",
815 .compatible = "ohare-media-bay",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c288 const char *compatible; local
295 compatible = getenv("GETOPT_COMPATIBLE"); /* used as yes/no flag */
298 if (compatible) {
307 if (argv[1][0] != '-' || compatible) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c76 { .compatible = "soc", },
H A Dmpc832x_mds.c112 { .compatible = "soc", },
H A Dmpc836x_mds.c119 { .compatible = "soc", },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_device.c21 while (matches->name[0] || matches->type[0] || matches->compatible[0]) {
29 if (matches->compatible[0])
31 matches->compatible);
134 /* Get compatible property if any */
135 compat = of_get_property(ofdev->node, "compatible", &cplen);
193 /* Since the compatible field can contain pretty much anything
197 compat = of_get_property(ofdev->node, "compatible", &cplen);
H A Dprom_init.c1154 char compatible[64], type[64], model[64]; local
1173 compatible[0] = 0;
1176 prom_getprop(node, "compatible",
1177 compatible, sizeof(compatible));
1185 if (compatible[0] != 0) {
1186 if ((strstr(compatible, RELOC("python")) == NULL) &&
1187 (strstr(compatible, RELOC("Speedwagon")) == NULL) &&
1188 (strstr(compatible, RELOC("Winnipeg")) == NULL))
1520 len = prom_getprop(_prom->root, "compatible",
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dconfig.h208 # error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/hw_random/
H A Dpasemi-rng.c130 .compatible = "1682m-rng",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c25 while (matches->name[0] || matches->type[0] || matches->compatible[0]) {
33 if (matches->compatible[0])
35 matches->compatible);
H A Dprom.c41 cp = of_get_property(device, "compatible", &cplen);
137 const char *type, const char *compatible)
146 if (of_device_is_compatible(np, compatible))
136 of_find_compatible_node(struct device_node *from, const char *type, const char *compatible) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c285 goto compatible;
308 compatible:
355 PARSE_ERR(arg, "lvalue and rvalue are not compatible.");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c148 { .compatible = "soc", },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c316 .compatible = "gpio-mdio",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S44 # above section of header is compatible
618 # Check whether we need to be downward compatible with version <=201
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth_mii.c258 .compatible = "ucc_geth_phy",

Completed in 209 milliseconds

123