/netbsd-src/sys/arch/powerpc/ibm4xx/dev/ |
H A D | rgmii.c | 50 void (**enable)(device_t, int), in rgmii_attach() 51 void (**disable)(device_t, int), in rgmii_attach() 52 void (**speed)(device_t, int, int)) in rgmii_attach()
|
/netbsd-src/sys/sys/ |
H A D | device_if.h | 9 typedef struct device *device_t; typedef
|
/netbsd-src/sys/kern/ |
H A D | subr_autoconf.c | 2483 config_defer(device_t dev, void (*func)(device_t)) in config_defer() 2513 config_interrupts(device_t dev, void (*func)(device_t)) in config_interrupts() 2548 config_mountroot(device_t dev, void (*func)(device_t)) in config_mountroot() 2650 config_finalize_register(device_t dev, int (*fn)(device_t)) in config_finalize_register() 3337 bool (*suspend)(device_t, const pmf_qual_t *), in device_pmf_driver_register() 3338 bool (*resume)(device_t, const pmf_qual_t *), in device_pmf_driver_register() 3339 bool (*shutdown)(device_t, int)) in device_pmf_driver_register() 3384 void (*child_register)(device_t)) in device_pmf_driver_set_child_register() 3516 bool (*suspend)(device_t, const pmf_qual_t *), in device_pmf_bus_register() 3517 bool (*resume)(device_t, const pmf_qual_t *), in device_pmf_bus_register() [all …]
|
H A D | kern_pmf.c | 416 bool (*suspend)(device_t, const pmf_qual_t *), in pmf_device_register1() 417 bool (*resume)(device_t, const pmf_qual_t *), in pmf_device_register1() 418 bool (*shutdown)(device_t, int)) in pmf_device_register1() 963 void (*handler)(device_t), bool global) in pmf_event_register() 979 void (*handler)(device_t), bool global) in pmf_event_deregister()
|
H A D | subr_device.c | 363 device_enumerate_children(device_t dev,bool (* callback)(device_t,devhandle_t,void *),void * callback_arg) device_enumerate_children() argument [all...] |
H A D | subr_disk.c | 210 disk_begindetach(struct disk *dk, int (*lastclose)(device_t), in disk_begindetach()
|
H A D | kern_hook.c | 226 mountroothook_establish(void (*fn)(device_t), device_t dev) in mountroothook_establish()
|
/netbsd-src/sys/arch/arm/at91/ |
H A D | at91rm9200bus.c | 130 device_t (*found_func)(device_t, bus_addr_t, int)) in at91rm9200bus_search_peripherals() argument
|
H A D | at91sam9260bus.c | 128 device_t found_func(device_t, bus_addr_t, int)) { in at91sam9260bus_search_peripherals() argument
|
H A D | at91sam9261bus.c | 121 device_t (*found_func)(device_t, bus_addr_t, int)) in at91sam9261bus_search_peripherals() argument
|
H A D | at91busvar.h | 180 device_t (*found_func)(device_t, bus_addr_t, int pid)) in at91_search_peripherals() argument
|
/netbsd-src/sys/arch/virt68k/virt68k/ |
H A D | clock.c | 121 void (*delay_func)(device_t, unsigned int)) in clock_attach()
|
/netbsd-src/sys/dev/qbus/ |
H A D | uba.c | 135 uba_reset_establish(void (*reset)(device_t), device_t dev) in uba_reset_establish()
|
/netbsd-src/sys/dev/ |
H A D | bio.c | 204 bio_register(device_t dev, int (*ioctl)(device_t, u_long, void *)) in bio_register()
|
H A D | spkr.c | 424 spkr_attach(device_t self, void (*tone)(device_t, u_int, u_int)) in spkr_attach()
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | autoconf.c | 542 device_t (*callback)(device_t, struct confargs *)) in pdc_scanbus() argument
|
/netbsd-src/sys/dev/pci/ |
H A D | pci.c | 1214 pci_activate(pci_chipset_tag_t pc, pcitag_t tag, device_t dev, argument
|