Searched refs:cfdata (Results 1 - 25 of 428) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Ddevice.h42 int atari_config_found(struct cfdata *, struct device *, void *, cfprint_t);
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dofisa_machdep.h46 int ofisa_md_match(struct device *, struct cfdata *, void *);
50 int com_ofisa_md_match(struct device *, struct cfdata *, void *);
59 int cs_ofisa_md_match(struct device *, struct cfdata *, void *);
71 int lpt_ofisa_md_match(struct device *, struct cfdata *, void *);
77 int wdc_ofisa_md_match(struct device *, struct cfdata *, void *);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Ddevice.h41 int amiga_config_found(struct cfdata *, struct device *, void *, cfprint_t );
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpdev/
H A Drump_dev.c64 extern struct cfdata cfdata[];
66 config_cfdata_attach(cfdata, 0);
H A Dautoconf.c35 static int mainbus_match(struct device *, struct cfdata *, void *);
37 static int mainbus_search(struct device *, struct cfdata *,
50 struct cfdata cfdata[] = { variable in typeref:struct:cfdata
107 mainbus_match(struct device *parent, struct cfdata *match, void *aux)
122 mainbus_search(struct device *parent, struct cfdata *cf,
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dautoconf.h127 struct cfdata;
128 int matchbyname(struct device *, struct cfdata *cf, void *aux);
/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Dvidc20.c66 static int vidcmatch(struct device *, struct cfdata *, void *);
68 static int vidcsearch(struct device *, struct cfdata *,
97 vidcmatch(struct device *parent, struct cfdata *cf, void *aux)
110 vidcsearch(struct device *parent, struct cfdata *cf,
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_userconf.c42 extern struct cfdata cfdata[];
87 struct cfdata *cf;
90 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;
406 cd = &cfdata[devn
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dpchb.c45 static int pchb_match(device_t, struct cfdata *, void *);
54 pchb_match(device_t parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixdp425/
H A Dixdp425_mainbus.c51 static int ixp425_mainbus_match(struct device *, struct cfdata *, void *);
58 ixp425_mainbus_match(struct device *parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixm1200/
H A Dixp12x0_mainbus.c51 static int ixp12x0_mainbus_match(struct device *, struct cfdata *, void *);
60 ixp12x0_mainbus_match(struct device *parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39uart.c49 int tx39uart_match(struct device *, struct cfdata *, void *);
52 int tx39uart_search(struct device *, struct cfdata *,
65 tx39uart_match(struct device *parent, struct cfdata *cf, void *aux)
84 tx39uart_search(struct device *parent, struct cfdata *cf,
H A Dtxsim.c53 int txsim_match(struct device *, struct cfdata *, void *);
56 int txsim_search(struct device *, struct cfdata *,
68 txsim_match(struct device *parent, struct cfdata *match, void *aux)
116 txsim_search(struct device *parent, struct cfdata *cf,
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimxuartvar.h55 int imxuart_match(struct device *, struct cfdata *, void *);
H A Dimx51_axi.c49 static int axi_match(device_t, struct cfdata *, void *);
51 static int axi_search(device_t, struct cfdata *, const int *, void *);
52 static int axi_critical_search(device_t, struct cfdata *, const int *, void *);
53 static int axi_search(device_t, struct cfdata *, const int *, void *);
61 axi_match(device_t parent __unused, struct cfdata *match __unused,
94 axi_critical_search(device_t parent, struct cfdata *cf,
123 axi_search(device_t parent, struct cfdata *cf, const int *ldesc __unused,
/netbsd-6-1-5-RELEASE/sys/arch/arm/ixp12x0/
H A Dixpsip.c49 static int ixpsip_match(struct device *, struct cfdata *, void *);
51 static int ixpsip_search(struct device *, struct cfdata *,
59 ixpsip_match(struct device *parent, struct cfdata *cf, void *aux)
79 ixpsip_search(struct device *parent, struct cfdata *cf, const int *ldesc, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dixp425_sip.c49 static int ixpsip_match(struct device *, struct cfdata *, void *);
51 static int ixpsip_search(struct device *, struct cfdata *,
61 ixpsip_match(struct device *parent, struct cfdata *cf, void *aux)
90 ixpsip_search(struct device *parent, struct cfdata *cf,
H A Dixp425_ixme.c49 static int ixme_match(struct device *, struct cfdata *, void *);
51 static int ixme_search(struct device *, struct cfdata *, const int *,
66 ixme_match(struct device *parent, struct cfdata *self, void *arg)
112 ixme_search(struct device *parent, struct cfdata *cf, const int *ldesc,
/netbsd-6-1-5-RELEASE/sys/rump/dev/wip/libusbrum/
H A Drum_at_usb.c54 struct cfdata usb_cfdata[] = {
64 struct cfdata uhub_cfdata[] = {
80 struct cfdata rum_cfdata[] = {
/netbsd-6-1-5-RELEASE/sys/arch/arm/mpcore/
H A Dmpcore_axi.c51 static int axi_match(device_t, struct cfdata *, void *);
53 static int axi_search(device_t, struct cfdata *, const int *, void *);
54 static int axi_critical_search(device_t, struct cfdata *, const int *, void *);
55 static int axi_search(device_t, struct cfdata *, const int *, void *);
63 axi_match(device_t parent __unused, struct cfdata *match __unused,
108 axi_critical_search(device_t parent, struct cfdata *cf,
144 axi_search(device_t parent, struct cfdata *cf, const int *ldesc __unused,
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrf_cc.c65 int grfccmatch(struct device *, struct cfdata *, void *);
76 static struct cfdata *cfdata; variable in typeref:struct:cfdata
83 grfccmatch(struct device *pdp, struct cfdata *cfp, void *auxp)
107 cfdata = cfp;
149 amiga_config_found(cfdata, &gp->g_device, gp, grfccprint);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dautoconf.h75 int bus_scan(struct device *, struct cfdata *, const int *, void *);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/nslu2/
H A Dnslu2_mainbus.c45 ixp425_mainbus_match(struct device *parent, struct cfdata *cf, void *arg)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dcpu.c45 static int cpu_match(device_t, struct cfdata *, void *);
54 cpu_match(device_t parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dapc.c46 static int apcmatch(device_t, struct cfdata *, void *);
63 apcmatch(device_t parent, struct cfdata *cf, void *aux)

Completed in 1075 milliseconds

1234567891011>>