HomeSort by: relevance | last modified time | path
    Searched refs:cfdata (Results 1 - 25 of 219) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/arm/marvell/
mvsocpmuvar.h 47 int mvsocpmu_match(device_t, struct cfdata *, void *);
  /src/sys/rump/librump/rumpkern/
rump_autoconf.c 50 struct cfdata cfdata[] = { variable in typeref:struct:cfdata[]
130 /* replace cfdata[0] to a state expected by autoconf(9) */
131 memcpy(&cfdata[0], &cfdata_ioconf_mainbus[0], sizeof(cfdata[0]));
139 config_cfdata_attach(cfdata, 0);
  /src/sys/kern/
subr_userconf.c 42 extern struct cfdata cfdata[];
85 struct cfdata *cf;
88 for (cf = cfdata; cf->cf_name; cf++)
175 struct cfdata *cd;
177 cd = &cfdata[dev];
200 struct cfdata *cd;
212 cd = &cfdata[devno];
382 struct cfdata *cd;
408 cd = &cfdata[devno]
    [all...]
  /src/sys/arch/arm/imx/
imx31_uart.c 37 static int imx31_uart_match(device_t, struct cfdata *, void *);
44 imx31_uart_match(device_t parent, struct cfdata *cf, void *aux)
imx51_uart.c 42 static int imx51_uart_match(device_t, struct cfdata *, void *);
49 imx51_uart_match(device_t parent, struct cfdata *cf, void *aux)
imx51_axi.c 50 static int axi_match(device_t, struct cfdata *, void *);
52 static int axi_search(device_t, struct cfdata *, const int *, void *);
53 static int axi_critical_search(device_t, struct cfdata *, const int *, void *);
54 static int axi_search(device_t, struct cfdata *, const int *, void *);
62 axi_match(device_t parent __unused, struct cfdata *match __unused,
97 axi_critical_search(device_t parent, struct cfdata *cf,
125 axi_search(device_t parent, struct cfdata *cf, const int *ldesc __unused,
imx51_wdog.c 43 wdog_match(device_t parent, struct cfdata *cf, void *aux)
imx51_clock.c 61 static int imxclock_match(device_t, struct cfdata *, void *);
71 imxclock_match(device_t parent, struct cfdata *match, void *aux)
  /src/sys/arch/mips/cavium/
octeon_bootbus.c 44 static int bootbus_match(device_t, struct cfdata *, void *);
46 static int bootbus_submatch(device_t, struct cfdata *,
72 bootbus_match(device_t parent, struct cfdata *match, void *aux)
105 bootbus_submatch(device_t parent, struct cfdata *cf,
octeon_iobus.c 52 static int iobus_match(device_t, struct cfdata *, void *);
54 static int iobus_submatch(device_t, struct cfdata *, const int *, void *);
82 iobus_match(device_t parent, struct cfdata *match, void *aux)
122 iobus_submatch(device_t parent, struct cfdata *cf, const int *ldesc, void *aux)
  /src/sys/arch/evbarm/evbarm/
autoconf.c 55 extern struct cfdata cfdata[];
182 struct cfdata *cf;
193 for (cf = &cfdata[0]; cf->cf_name; cf++) {
  /src/sys/arch/sh3/sh3/
cpu.c 45 static int cpu_match(device_t, struct cfdata *, void *);
54 cpu_match(device_t parent, struct cfdata *cf, void *aux)
  /src/sys/arch/bebox/bebox/
machdep.c 204 extern struct cfdata cfdata[];
207 for (i = 0; cfdata[i].cf_name != NULL; i++)
208 if (strcmp(cfdata[i].cf_name, name) == 0) {
209 if (cfdata[i].cf_fstate == FSTATE_NOTFOUND)
210 cfdata[i].cf_fstate = FSTATE_DNOTFOUND;
211 else if (cfdata[i].cf_fstate == FSTATE_STAR)
212 cfdata[i].cf_fstate = FSTATE_DSTAR;
  /src/sys/arch/macppc/dev/
deq.c 49 static int deq_match(device_t, struct cfdata *, void *);
64 deq_match(device_t parent, struct cfdata *cf, void *aux)
  /src/sys/arch/arm/sociox/
sni_gpio.c 56 static int snigpio_fdt_match(device_t, struct cfdata *, void *);
58 static int snigpio_acpi_match(device_t, struct cfdata *, void *);
116 snigpio_fdt_match(device_t parent, struct cfdata *match, void *aux)
153 snigpio_acpi_match(device_t parent, struct cfdata *match, void *aux)
  /src/sys/arch/hppa/include/
autoconf.h 92 int mbsubmatch(device_t, struct cfdata *, const int *, void *);
  /src/sys/arch/ibmnws/ibmnws/
cpu.c 54 cpumatch(device_t parent, cfdata_t cfdata, void *aux)
  /src/sys/arch/mipsco/mipsco/
cpu.c 52 cpumatch(device_t parent, cfdata_t cfdata, void *aux)
  /src/sys/arch/mvmeppc/mvmeppc/
cpu.c 53 cpumatch(device_t parent, cfdata_t cfdata, void *aux)
  /src/sys/arch/newsmips/newsmips/
cpu.c 52 cpumatch(device_t parent, cfdata_t cfdata, void *aux)
  /src/sys/arch/rs6000/rs6000/
cpu.c 52 cpumatch(device_t parent, cfdata_t cfdata, void *aux)
  /src/sys/arch/arm/nxp/
imx_snvs.c 50 imxsnvs_match(device_t parent, struct cfdata *match, void *aux)
  /src/sys/arch/arm/xilinx/
zynq7000_usb.c 59 static int zynqusb_match(device_t, struct cfdata *, void *);
67 zynqusb_match(device_t parent, struct cfdata *cf, void *aux)
  /src/sys/arch/evbarm/gumstix/
gxio.c 461 extern struct cfdata cfdata[];
481 for (i = 0; cfdata[i].cf_name != NULL; i++)
482 if (strcmp(cfdata[i].cf_name, "sm") == 0 &&
483 strcmp(cfdata[i].cf_atname, "sm_gxio") == 0 &&
484 cfdata[i].cf_loc[GXIOCF_ADDR] == 0x04000300 &&
485 cfdata[i].cf_loc[GXIOCF_GPIRQ] == GXIOCF_GPIRQ_DEFAULT)
486 cfdata[i].cf_loc[GXIOCF_GPIRQ] = irq;
  /src/sys/arch/sparc/dev/
apc.c 46 static int apcmatch(device_t, struct cfdata *, void *);
63 apcmatch(device_t parent, struct cfdata *cf, void *aux)

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 9