/netbsd/sys/sys/ |
H A D | device.h | 147 typedef struct cfdata *cfdata_t; typedef 345 cfdata_t ct_cfdata; /* pointer to cfdata table */ 375 int (*ca_match)(device_t, cfdata_t, void *); 541 int config_cfdata_attach(cfdata_t, int); 542 int config_cfdata_detach(cfdata_t); 555 device_t config_attach(device_t, cfdata_t, void *, cfprint_t, 561 int config_match(device_t, cfdata_t, void *); 562 int config_probe(device_t, cfdata_t, void *); 566 device_t config_attach_pseudo(cfdata_t); 567 device_t config_attach_pseudo_acquire(cfdata_t, void *); [all …]
|
/netbsd/sys/arch/arm/include/ |
H A D | ofisa_machdep.h | 46 int ofisa_md_match(device_t, cfdata_t, void *); 50 int com_ofisa_md_match(device_t, cfdata_t, void *); 59 int cs_ofisa_md_match(device_t, cfdata_t, void *); 71 int lpt_ofisa_md_match(device_t, cfdata_t, void *); 77 int wdc_ofisa_md_match(device_t, cfdata_t, void *);
|
/netbsd/sys/arch/mips/ralink/ |
H A D | ralink_mainbus.c | 49 static int mainbus_match(device_t, cfdata_t, void *); 51 static int mainbus_search(device_t, cfdata_t, const int *, void *); 53 static int mainbus_find(device_t, cfdata_t, const int *, void *); 78 mainbus_match(device_t parent, cfdata_t match, void *aux) in mainbus_match() 127 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search() 157 mainbus_find(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_find() 173 cfdata_t cf; in mainbus_attach_critical()
|
/netbsd/sys/arch/arm/imx/ |
H A D | imx23_apbx.c | 43 static int apbx_match(device_t, cfdata_t, void *); 48 static int apbx_search_cb(device_t, cfdata_t, const int *, void *); 49 static int apbx_search_crit_cb(device_t, cfdata_t, const int *, void *); 68 apbx_match(device_t parent, cfdata_t match, void *aux) in apbx_match() 118 apbx_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbx_search_cb() 137 apbx_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbx_search_crit_cb()
|
H A D | imx23_apbh.c | 43 static int apbh_match(device_t, cfdata_t, void *); 48 static int apbh_search_cb(device_t, cfdata_t, const int *, void *); 49 static int apbh_search_crit_cb(device_t, cfdata_t, const int *, void *); 68 apbh_match(device_t parent, cfdata_t match, void *aux) in apbh_match() 118 apbh_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbh_search_cb() 137 apbh_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux) in apbh_search_crit_cb()
|
/netbsd/sys/arch/x68k/dev/ |
H A D | grf_machdep.c | 64 int grfbusmatch(device_t, cfdata_t, void *); 66 int grfbussearch(device_t, cfdata_t, const int *, void *); 69 int grfmatch(device_t, cfdata_t, void *); 82 grfbusmatch(device_t parent, cfdata_t cf, void *aux) in grfbusmatch() 100 grfbussearch(device_t self, cfdata_t match, const int *ldesc, void *aux) in grfbussearch() 120 grfmatch(device_t parent, cfdata_t cfp, void *aux) in grfmatch()
|
H A D | xel.c | 50 static paddr_t xel_addr(device_t, cfdata_t, struct intio_attach_args *); 52 static int xel_match(device_t, cfdata_t, void *); 77 xel_addr(device_t parent, cfdata_t match, struct intio_attach_args *ia) in xel_addr() 169 xel_match(device_t parent, cfdata_t match, void *aux) in xel_match() 191 cfdata_t cf = device_cfdata(self); in xel_attach()
|
H A D | neptune.c | 69 static int neptune_match(device_t, cfdata_t, void *); 71 static int neptune_search(device_t, cfdata_t, const int *, void *); 78 neptune_match(device_t parent, cfdata_t cf, void *aux) in neptune_match() 102 cfdata_t cf; in neptune_attach() 132 neptune_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in neptune_search()
|
/netbsd/sys/arch/playstation2/playstation2/ |
H A D | mainbus.c | 38 static int mainbus_match(device_t, cfdata_t, void *); 40 static int mainbus_search(device_t, cfdata_t, 48 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() 69 mainbus_search(device_t parent, cfdata_t cf, in mainbus_search()
|
/netbsd/sys/arch/epoc32/epoc32/ |
H A D | internal.c | 35 static int internal_match(device_t, cfdata_t, void *); 38 static int internal_search(device_t, cfdata_t, const int *, void *); 44 internal_match(device_t parent, cfdata_t match, void *aux) in internal_match() 63 internal_search(device_t self, cfdata_t cf, const int *ldesc, void *aux) in internal_search()
|
/netbsd/sys/arch/dreamcast/dev/g1/ |
H A D | g1bus.c | 49 int g1busmatch(device_t, cfdata_t, void *); 56 int g1bussearch(device_t, cfdata_t, const int *, void *); 59 g1busmatch(device_t parent, cfdata_t cf, void *aux) in g1busmatch() 90 g1bussearch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in g1bussearch()
|
/netbsd/sys/arch/sparc64/dev/ |
H A D | mkclock.c | 92 static int mkclock_sbus_match(device_t, cfdata_t, void *); 95 static int mkclock_ebus_match(device_t, cfdata_t, void *); 98 static int mkclock_fhc_match(device_t, cfdata_t, void *); 120 mkclock_sbus_match(device_t parent, cfdata_t cf, void *aux) in mkclock_sbus_match() 128 mkclock_ebus_match(device_t parent, cfdata_t cf, void *aux) in mkclock_ebus_match() 136 mkclock_fhc_match(device_t parent, cfdata_t cf, void *aux) in mkclock_fhc_match()
|
/netbsd/sys/arch/sh3/dev/ |
H A D | shb.c | 40 static int shb_match(device_t, cfdata_t, void *); 43 static int shb_search(device_t, cfdata_t, const int *, void *); 50 shb_match(device_t parent, cfdata_t cf, void *aux) in shb_match() 79 shb_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in shb_search()
|
/netbsd/sys/arch/dreamcast/dev/g2/ |
H A D | g2bus.c | 49 int g2busmatch(device_t, cfdata_t, void *); 56 int g2bussearch(device_t, cfdata_t, const int *, void *); 59 g2busmatch(device_t parent, cfdata_t cf, void *aux) in g2busmatch() 92 g2bussearch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in g2bussearch()
|
/netbsd/sys/arch/next68k/next68k/ |
H A D | mainbus.c | 42 static int mainbus_match(device_t, cfdata_t, void *); 44 static int mainbus_search(device_t, cfdata_t, 74 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() 101 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search()
|
/netbsd/sys/arch/news68k/news68k/ |
H A D | mainbus.c | 44 static int mainbus_match(device_t, cfdata_t, void *); 46 static int mainbus_search(device_t, cfdata_t, const int *, void *); 55 mainbus_match(device_t parent, cfdata_t cfdata, void *aux) in mainbus_match() 77 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search()
|
/netbsd/sys/arch/evbsh3/evbsh3/ |
H A D | mainbus.c | 38 static int mainbus_match(device_t, cfdata_t, void *); 44 static int mainbus_search(device_t, cfdata_t, const int *, void *); 48 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() 73 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search()
|
/netbsd/sys/arch/mac68k/mac68k/ |
H A D | mainbus.c | 42 static int mainbus_match(device_t, cfdata_t, void *); 44 static int mainbus_search(device_t, cfdata_t, 72 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() 100 mainbus_search(device_t parent, cfdata_t cf, in mainbus_search()
|
/netbsd/sys/arch/x86/pci/ |
H A D | amdpcib.c | 49 static int amdpcib_match(device_t, cfdata_t, void *); 51 static int amdpcib_search(device_t, cfdata_t, const int *, void *); 57 amdpcib_match(device_t parent, cfdata_t match, void *aux) in amdpcib_match() 81 amdpcib_search(device_t parent, cfdata_t cf, const int *locs, void *aux) in amdpcib_search()
|
/netbsd/sys/arch/arm/iomd/ |
H A D | vidc20.c | 66 static int vidcmatch(device_t , cfdata_t , void *); 68 static int vidcsearch(device_t , cfdata_t , const int *, void *); 96 vidcmatch(device_t parent, cfdata_t cf, void *aux) in vidcmatch() 109 vidcsearch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in vidcsearch()
|
/netbsd/sys/arch/mac68k/obio/ |
H A D | obio.c | 45 static int obio_match(device_t, cfdata_t, void *); 48 static int obio_search(device_t, cfdata_t, const int *, void *); 54 obio_match(device_t parent, cfdata_t cf, void *aux) in obio_match() 88 obio_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in obio_search()
|
/netbsd/sys/arch/amiga/clockport/ |
H A D | clockport.c | 43 static int clockport_match(device_t, cfdata_t , void *); 46 static int clockport_search(device_t, cfdata_t, const int *, void *); 52 clockport_match(device_t parent, cfdata_t cf, void *aux) in clockport_match() 73 clockport_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in clockport_search()
|
/netbsd/sys/arch/hpcsh/hpcsh/ |
H A D | mainbus.c | 42 static int mainbus_match(device_t, cfdata_t, void *); 44 static int mainbus_search(device_t, cfdata_t, const int *, void *); 51 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() 83 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search()
|
/netbsd/sys/arch/sgimips/sgimips/ |
H A D | mainbus.c | 52 static int mainbus_match(device_t, cfdata_t, void *); 54 static int mainbus_search(device_t, cfdata_t, const int *, void *); 61 mainbus_match(device_t parent, cfdata_t cf, void *aux) in mainbus_match() 81 mainbus_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in mainbus_search()
|
/netbsd/sys/arch/sandpoint/sandpoint/ |
H A D | eumb.c | 46 static int eumb_match(device_t, cfdata_t, void *); 49 static int eumb_search(device_t, cfdata_t, const int *, void *); 57 eumb_match(device_t parent, cfdata_t cf, void *aux) in eumb_match() 77 eumb_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux) in eumb_search()
|