Searched refs:cfdata (Results 51 - 75 of 428) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Dmq200_pci.c54 int mq200_pci_match(struct device *, struct cfdata *, void *);
61 mq200_pci_match(struct device *parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dmq200_vrip.c58 static int mq200_vrip_probe(struct device *, struct cfdata *, void *);
65 mq200_vrip_probe(struct device *parent, struct cfdata *cf, void *aux)
H A Dvrdsu.c49 static int vrdsumatch(struct device *, struct cfdata *, void *);
75 vrdsumatch(struct device *parent, struct cfdata *cf, void *aux)
H A Dcmu.c69 int vrcmu_match(struct device *, struct cfdata *, void *);
78 vrcmu_match(struct device *parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dmemc_68k.c57 int memc_match(struct device *, struct cfdata *, void *);
66 memc_match(struct device *parent, struct cfdata *cf, void *aux)
H A Dvme_two_68k.c68 int vmetwo_match(struct device *, struct cfdata *, void *);
77 vmetwo_match(struct device *parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Dstub_ebus.c60 static int stub_ebus_match (struct device *, struct cfdata *, void *);
67 stub_ebus_match(struct device *parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/adi_brh/
H A Dbecc_mainbus.c63 int becc_mainbus_match(struct device *, struct cfdata *, void *);
73 becc_mainbus_match(struct device *parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dif_smsh_gpmc.c53 static int smsh_gpmc_match(device_t, struct cfdata *, void *);
62 smsh_gpmc_match(device_t parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixdp425/
H A Dixdp425_led.c47 static int ixdpled_match(struct device *, struct cfdata *, void *);
66 ixdpled_match(struct device *parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/ixm1200/
H A Dnappi_nr.c50 static int nappinr_match(struct device *, struct cfdata *, void *);
70 nappinr_match(struct device *parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/mpcsa/
H A Dmpcsa_spi.c56 static int mpcsa_spi_match(struct device *, struct cfdata *, void *);
69 mpcsa_spi_match(struct device *parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/osk5912/
H A Dif_sm_emifs.c56 static int sm_emifs_match(struct device *, struct cfdata *, void *);
68 sm_emifs_match(struct device *parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/viper/
H A Dif_sm_pxaip.c56 static int sm_pxaip_match(struct device *, struct cfdata *, void *);
68 sm_pxaip_match(struct device *parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/arm/ep93xx/
H A Deprtc.c48 static int eprtc_match(struct device *, struct cfdata *, void *);
58 eprtc_match(struct device *parent, struct cfdata *match, void *aux)
H A Depsoc.c50 static int epsoc_match(struct device *, struct cfdata *, void *);
52 static int epsoc_search(struct device *, struct cfdata *,
55 static int epsoc_submatch(struct device *, struct cfdata *,
64 epsoc_match(struct device *parent, struct cfdata *match, void *aux)
181 epsoc_submatch(struct device *parent, struct cfdata *cf, const int *ldesc, void *aux)
195 epsoc_search(struct device *parent, struct cfdata *cf, const int *ldesc, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dobio_wdt.c57 static int geminiwdt_match(struct device *, struct cfdata *, void *);
64 geminiwdt_match(struct device *parent, struct cfdata *cf, void *aux)
H A Dobio_timer.c139 static int obiotimer_match(device_t, struct cfdata *, void *);
176 static int obiotimer_match(device_t, struct cfdata *, void *);
185 obiotimer_match(device_t parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/algor/dev/
H A Dbonito_mainbus.c57 int bonito_mainbus_match(struct device *, struct cfdata *, void *);
65 bonito_mainbus_match(struct device *parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbtuart.c167 btuart_match(device_t self __unused, cfdata_t cfdata __unused,
225 cfdata_t cfdata; local
246 cfdata = malloc(sizeof(struct cfdata), M_DEVBUF, M_WAITOK);
251 cfdata->cf_name = btuart_cd.cd_name;
252 cfdata->cf_atname = btuart_cd.cd_name;
253 cfdata->cf_unit = unit;
254 cfdata->cf_fstate = FSTATE_STAR;
256 dev = config_attach_pseudo(cfdata);
258 free(cfdata, M_DEVBU
284 cfdata_t cfdata; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/gio/
H A Dgio.c85 static int gio_match(struct device *, struct cfdata *, void *);
88 static int gio_search(struct device *, struct cfdata *,
90 static int gio_submatch(struct device *, struct cfdata *,
177 gio_match(struct device *parent, struct cfdata *match, void *aux)
321 gio_search(struct device *parent, struct cfdata *cf,
344 gio_submatch(struct device *parent, struct cfdata *cf,
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/ioc/
H A Doioc.c67 static int oioc_match(struct device *, struct cfdata *, void *);
84 oioc_match(struct device * parent, struct cfdata * match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39ir.c62 int tx39ir_match(struct device *, struct cfdata *, void *);
82 tx39ir_match(struct device *parent, struct cfdata *cf, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/mips/alchemy/dev/
H A Daurtc.c97 static int aurtc_match(device_t, struct cfdata *, void *);
107 aurtc_match(device_t parent, struct cfdata *match, void *aux)
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/obio/
H A Di82072.c72 static int fd_match (struct device *, struct cfdata *, void *);
82 fd_match(struct device *parent, struct cfdata *cf, void *aux)

Completed in 367 milliseconds

1234567891011>>