Searched refs:dev (Results 251 - 275 of 9143) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.sbin/sesd/srcs/
H A Dchpmon.c54 int fd, delay, dev; local
71 for (dev = 2; dev < a; dev++) {
72 fd = open(v[dev], O_RDWR);
74 perror(v[dev]);
84 v[dev], strerror(errno));
93 v[dev], strerror(errno));
99 if (carray[dev]) {
101 "condition\n", v[dev]);
[all...]
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_lock.c52 int drm_lock(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
64 lock->context, DRM_CURRENTPID, dev->lock.hw_lock->lock,
67 if (drm_core_check_feature(dev, DRIVER_DMA_QUEUE) &&
73 if (drm_lock_take(&dev->lock, lock->context)) {
74 dev->lock.file_priv = file_priv;
75 dev->lock.lock_time = jiffies;
76 atomic_inc(&dev->counts[_DRM_STAT_LOCKS]);
82 ret = mtx_sleep((void *)&dev->lock.lock_queue, &dev->dev_lock,
85 ret = mtsleep((void *)&dev
106 drm_unlock(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Dradeon_drv.c45 static void radeon_configure(struct drm_device *dev) argument
47 dev->driver->driver_features =
51 dev->driver->buf_priv_size = sizeof(drm_radeon_buf_priv_t);
52 dev->driver->load = radeon_driver_load;
53 dev->driver->unload = radeon_driver_unload;
54 dev->driver->firstopen = radeon_driver_firstopen;
55 dev->driver->open = radeon_driver_open;
56 dev->driver->preclose = radeon_driver_preclose;
57 dev->driver->postclose = radeon_driver_postclose;
58 dev
89 struct drm_device *dev = device_get_softc(kdev); local
102 struct drm_device *dev = device_get_softc(kdev); local
140 struct drm_device *dev = device_private(self); local
157 struct drm_device *dev = device_private(self); local
180 struct drm_device *dev = device_private(self); local
[all...]
H A Dtdfx_drv.c44 static void tdfx_configure(struct drm_device *dev) argument
46 dev->driver->driver_features =
49 dev->driver->buf_priv_size = 1; /* No dev_priv */
51 dev->driver->max_ioctl = 0;
53 dev->driver->name = DRIVER_NAME;
54 dev->driver->desc = DRIVER_DESC;
55 dev->driver->date = DRIVER_DATE;
56 dev->driver->major = DRIVER_MAJOR;
57 dev->driver->minor = DRIVER_MINOR;
58 dev
72 struct drm_device *dev = device_get_softc(kdev); local
85 struct drm_device *dev = device_get_softc(kdev); local
132 struct drm_device *dev = device_private(self); local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_drv.h295 u32 (*get_vblank_counter) (struct drm_device *dev, unsigned int pipe);
311 int (*enable_vblank) (struct drm_device *dev, unsigned int pipe);
322 void (*disable_vblank) (struct drm_device *dev, unsigned int pipe);
337 * dev:
374 bool (*get_scanout_position) (struct drm_device *dev, unsigned int pipe,
396 * dev:
397 * dev DRM device handle.
422 bool (*get_vblank_timestamp) (struct drm_device *dev, unsigned int pipe,
443 void (*irq_preinstall) (struct drm_device *dev);
452 int (*irq_postinstall) (struct drm_device *dev);
838 drm_dev_is_unplugged(struct drm_device *dev) argument
860 drm_core_check_feature(const struct drm_device *dev, u32 feature) argument
873 drm_drv_uses_atomic_modeset(struct drm_device *dev) argument
[all...]
/netbsd-current/sys/arch/acorn32/podulebus/
H A Dsbic.c130 #include <dev/scsipi/scsi_all.h>
131 #include <dev/scsipi/scsipi_all.h>
132 #include <dev/scsipi/scsiconf.h>
231 #define SBIC_TRACE(dev) do { \
249 #define SBIC_TRACE(dev)
280 sbic_save_ptrs(struct sbic_softc *dev, sbic_regmap_p regs) argument
285 SBIC_TRACE(dev);
286 if (!(dev->sc_flags & SBICF_INDMA))
291 acb = dev->sc_nexus;
302 SBIC_TRACE(dev);
352 struct sbic_softc *dev = device_private(chan->chan_adapter->adapt_dev); local
454 sbic_sched(struct sbic_softc *dev) argument
524 struct sbic_softc *dev; local
638 sbicabort(struct sbic_softc *dev, sbic_regmap_p regs, const char *where) argument
714 sbicinit(struct sbic_softc *dev) argument
780 sbicreset(struct sbic_softc *dev) argument
883 sbicerror(struct sbic_softc *dev, sbic_regmap_p regs, u_char csr) argument
900 sbicselectbus(struct sbic_softc *dev, sbic_regmap_p regs, u_char target, u_char lun, u_char our_addr) argument
1248 sbicicmd(struct sbic_softc *dev, int target, int lun, struct sbic_acb *acb) argument
1486 sbicxfdone(struct sbic_softc *dev, sbic_regmap_p regs, int target) argument
1529 sbicgo(struct sbic_softc *dev, struct scsipi_xfer *xs) argument
1646 sbicintr(struct sbic_softc *dev) argument
1697 sbicpoll(struct sbic_softc *dev) argument
1760 sbicmsgin(struct sbic_softc *dev) argument
2025 sbicnextstate(struct sbic_softc *dev, u_char csr, u_char asr) argument
2315 sbictoscsiperiod(struct sbic_softc *dev, sbic_regmap_p regs, int a) argument
2334 sbicfromscsiperiod(struct sbic_softc *dev, sbic_regmap_p regs, int p) argument
2374 sbictimeout(struct sbic_softc *dev) argument
2422 sbic_dump(struct sbic_softc *dev) argument
[all...]
/netbsd-current/sys/arch/mvme68k/dev/
H A Dwdsc.c71 #include <dev/scsipi/scsi_all.h>
72 #include <dev/scsipi/scsipi_all.h>
73 #include <dev/scsipi/scsiconf.h>
79 #include <mvme68k/dev/dmavar.h>
80 #include <mvme68k/dev/pccreg.h>
81 #include <mvme68k/dev/pccvar.h>
82 #include <mvme68k/dev/sbicreg.h>
83 #include <mvme68k/dev/sbicvar.h>
84 #include <mvme68k/dev/wdscreg.h>
201 wdsc_enintr(struct sbic_softc *dev) argument
214 wdsc_dmago(struct sbic_softc *dev, char *addr, int count, int flags) argument
249 wdsc_dmanext(struct sbic_softc *dev) argument
282 wdsc_dmastop(struct sbic_softc *dev) argument
300 struct sbic_softc *dev = arg; local
330 struct sbic_softc *dev = arg; local
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Datzsc.c77 #include <dev/scsipi/scsi_all.h>
78 #include <dev/scsipi/scsipi_all.h>
79 #include <dev/scsipi/scsiconf.h>
84 #include <amiga/dev/dmavar.h>
85 #include <amiga/dev/sbicreg.h>
86 #include <amiga/dev/sbicvar.h>
87 #include <amiga/dev/atzscreg.h>
88 #include <amiga/dev/zbusvar.h>
218 atzsc_enintr(struct sbic_softc *dev) argument
222 sdp = dev
230 atzsc_dmago(struct sbic_softc *dev, char *addr, int count, int flags) argument
258 atzsc_dmastop(struct sbic_softc *dev) argument
299 struct sbic_softc *dev = arg; local
339 atzsc_dmanext(struct sbic_softc *dev) argument
[all...]
H A Dahsc.c75 #include <dev/scsipi/scsi_all.h>
76 #include <dev/scsipi/scsipi_all.h>
77 #include <dev/scsipi/scsiconf.h>
83 #include <amiga/dev/dmavar.h>
84 #include <amiga/dev/sbicreg.h>
85 #include <amiga/dev/sbicvar.h>
86 #include <amiga/dev/ahscreg.h>
87 #include <amiga/dev/zbusvar.h>
209 ahsc_enintr(struct sbic_softc *dev) argument
213 sdp = dev
221 ahsc_dmago(struct sbic_softc *dev, char *addr, int count, int flags) argument
249 ahsc_dmastop(struct sbic_softc *dev) argument
290 struct sbic_softc *dev = arg; local
331 ahsc_dmanext(struct sbic_softc *dev) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_disp.c42 nv04_display_fini(struct drm_device *dev, bool suspend) argument
44 struct nv04_display *disp = nv04_display(dev);
51 NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0);
52 if (nv_two_heads(dev))
53 NVWriteCRTC(dev, 1, NV_PCRTC_INTR_EN_0, 0);
59 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
69 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
80 nv04_display_init(struct drm_device *dev, bool resume, bool runtime) argument
82 struct nv04_display *disp = nv04_display(dev);
83 struct nouveau_drm *drm = nouveau_drm(dev);
168 nv04_display_destroy(struct drm_device *dev) argument
193 nv04_display_create(struct drm_device *dev) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_internal.h49 void drm_lastclose(struct drm_device *dev);
54 int drm_irq_by_busid(struct drm_device *dev, void *data,
56 void drm_pci_agp_destroy(struct drm_device *dev);
57 int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master);
61 static inline int drm_irq_by_busid(struct drm_device *dev, void *data, argument
67 static inline void drm_pci_agp_destroy(struct drm_device *dev) argument
71 static inline int drm_pci_set_busid(struct drm_device *dev, argument
80 int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data,
82 int drm_prime_fd_to_handle_ioctl(struct drm_device *dev, void *data,
101 void drm_vblank_disable_and_save(struct drm_device *dev, unsigne
[all...]
H A Ddrm_crtc_internal.h71 int drm_crtc_register_all(struct drm_device *dev);
72 void drm_crtc_unregister_all(struct drm_device *dev);
78 int drm_mode_getcrtc(struct drm_device *dev,
80 int drm_mode_setcrtc(struct drm_device *dev,
85 int drm_modeset_register_all(struct drm_device *dev);
86 void drm_modeset_unregister_all(struct drm_device *dev);
92 int drm_mode_getresources(struct drm_device *dev,
97 int drm_mode_create_dumb(struct drm_device *dev,
100 int drm_mode_destroy_dumb(struct drm_device *dev, u32 handle,
104 int drm_mode_create_dumb_ioctl(struct drm_device *dev,
[all...]
H A Ddrm_connector.c136 prop_dictionary_t prop = device_properties(connector->dev->dev);
170 struct drm_device *dev = connector->dev; local
172 drm_mode_object_unregister(dev, &connector->base);
179 struct drm_device *dev = local
181 struct drm_mode_config *config = &dev->mode_config;
190 drm_mode_object_unregister(dev, &connector->base);
197 * @dev: DRM device
208 int drm_connector_init(struct drm_device *dev, argument
330 drm_connector_init_with_ddc(struct drm_device *dev, struct drm_connector *connector, const struct drm_connector_funcs *funcs, int connector_type, struct i2c_adapter *ddc) argument
433 struct drm_device *dev = connector->dev; local
557 drm_connector_unregister_all(struct drm_device *dev) argument
568 drm_connector_register_all(struct drm_device *dev) argument
643 drm_connector_list_iter_begin(struct drm_device *dev, struct drm_connector_list_iter *iter) argument
1183 drm_connector_create_standard_properties(struct drm_device *dev) argument
1244 drm_mode_create_dvi_i_properties(struct drm_device *dev) argument
1354 struct drm_device *dev = connector->dev; local
1380 drm_mode_create_tv_margin_properties(struct drm_device *dev) argument
1420 drm_mode_create_tv_properties(struct drm_device *dev, unsigned int num_modes, const char * const modes[]) argument
1515 drm_mode_create_scaling_mode_property(struct drm_device *dev) argument
1609 struct drm_device *dev = connector->dev; local
1643 struct drm_device *dev = connector->dev; local
1696 drm_mode_create_aspect_ratio_property(struct drm_device *dev) argument
1753 struct drm_device *dev = connector->dev; local
1782 struct drm_device *dev = connector->dev; local
1809 drm_mode_create_content_type_property(struct drm_device *dev) argument
1832 drm_mode_create_suggested_offset_properties(struct drm_device *dev) argument
1866 struct drm_device *dev = connector->dev; local
1894 struct drm_device *dev = connector->dev; local
1941 struct drm_device *dev = connector->dev; local
2003 struct drm_device *dev = connector->dev; local
2025 struct drm_device *dev = connector->dev; local
2084 struct drm_device *dev = connector->dev; local
2132 drm_connector_property_set_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
2188 drm_mode_getconnector(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
2322 struct drm_device *dev = tg->dev; local
2336 drm_mode_put_tile_group(struct drm_device *dev, struct drm_tile_group *tg) argument
2353 drm_mode_get_tile_group(struct drm_device *dev, const char topology[8]) argument
2383 drm_mode_create_tile_group(struct drm_device *dev, const char topology[8]) argument
[all...]
H A Ddrm_legacy.h52 void drm_legacy_ctxbitmap_init(struct drm_device *dev);
53 void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev);
54 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file);
56 static inline void drm_legacy_ctxbitmap_init(struct drm_device *dev) {} argument
57 static inline void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev) {} argument
58 static inline void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) {} argument
61 void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
82 static inline int drm_legacy_create_map_hash(struct drm_device *dev) argument
84 return drm_ht_create(&dev->map_hash, 12);
87 static inline void drm_legacy_remove_map_hash(struct drm_device *dev) argument
92 drm_legacy_create_map_hash(struct drm_device *dev) argument
97 drm_legacy_remove_map_hash(struct drm_device *dev) argument
127 drm_legacy_master_rmmaps(struct drm_device *dev, struct drm_master *master) argument
129 drm_legacy_rmmaps(struct drm_device *dev) argument
159 drm_legacy_lock_release(struct drm_device *dev, struct file *filp) argument
167 drm_legacy_dma_setup(struct drm_device *dev) argument
179 drm_legacy_reclaim_buffers(struct drm_device *dev, struct drm_file *filp) argument
198 drm_legacy_init_members(struct drm_device *dev) argument
199 drm_legacy_destroy_members(struct drm_device *dev) argument
200 drm_legacy_dev_reinit(struct drm_device *dev) argument
201 drm_legacy_setup(struct drm_device * dev) argument
207 drm_legacy_lock_master_cleanup(struct drm_device *dev, struct drm_master *master) argument
[all...]
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dr128_cce.c84 static int R128_READ_PLL(struct drm_device * dev, int addr) argument
86 drm_r128_private_t *dev_priv = dev->dev_private;
274 static int r128_do_engine_reset(struct drm_device * dev) argument
276 drm_r128_private_t *dev_priv = dev->dev_private;
282 mclk_cntl = R128_READ_PLL(dev, R128_MCLK_CNTL);
306 r128_freelist_reset(dev);
311 static void r128_cce_init_ring_buffer(struct drm_device * dev, argument
324 ring_start = dev_priv->cce_ring->offset - dev->agp->base;
328 (unsigned long)dev->sg->virtual;
350 static int r128_do_init_cce(struct drm_device * dev, drm_r128_init_ argument
588 r128_do_cleanup_cce(struct drm_device * dev) argument
627 r128_cce_init(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
645 r128_cce_start(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
665 r128_cce_stop(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
704 r128_cce_reset(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
724 r128_cce_idle(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
738 r128_engine_reset(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
747 r128_fullscreen(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
805 r128_freelist_get(struct drm_device * dev) argument
843 r128_freelist_reset(struct drm_device * dev) argument
876 r128_cce_get_buffers(struct drm_device * dev, struct drm_file *file_priv, struct drm_dma * d) argument
902 r128_cce_buffers(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/pci/
H A Ddrmfb_pci.c48 #include <dev/pci/pciio.h>
49 #include <dev/pci/pcireg.h>
50 #include <dev/pci/pcivar.h>
51 #include <dev/pci/wsdisplay_pci.h>
59 #include <dev/ic/mc6845reg.h>
60 #include <dev/ic/pcdisplayvar.h>
61 #include <dev/ic/vgareg.h>
62 #include <dev/ic/vgavar.h>
81 struct drm_device *const dev = sc->sc_da.da_fb_helper->dev; local
132 struct drm_device *const dev = sc->sc_da.da_fb_helper->dev; local
155 drmfb_pci_is_vga_console(struct drm_device *dev) argument
[all...]
/netbsd-current/sys/dev/acpi/
H A Dacpi_i2c.c35 #include <dev/acpi/acpireg.h>
36 #include <dev/acpi/acpivar.h>
37 #include <dev/acpi/acpi_i2c.h>
38 #include <dev/i2c/i2cvar.h>
75 prop_dictionary_t dev; local
92 dev = prop_dictionary_create();
93 if (dev == NULL) {
100 prop_object_release(dev);
105 prop_dictionary_set_string(dev, "name", ad->ad_name);
106 prop_dictionary_set_uint32(dev, "add
117 acpi_enter_i2c_devs(device_t dev, struct acpi_devnode *devnode) argument
[all...]
/netbsd-current/sys/arch/i386/stand/lib/test/
H A Dbiosdisk_user.c51 get_diskinfo(int dev) argument
64 if (emuldisktab[i].biosdev == dev)
68 warnx("unknown device %x", dev);
78 currentdev = dev;
89 biosread(int dev, int cyl, int head, int sec, int nsec, char *buf) argument
92 if (dev != currentdev) {
93 warnx("biosread: unexpected device %x", dev);
111 int13_extension(int dev) argument
118 int13_getextinfo(int dev, struct biosdisk_ext13info *info) argument
132 biosextread(int dev, struc argument
[all...]
/netbsd-current/sys/arch/x86/pci/
H A Dpciide_machdep.c37 * sys/dev/pci/ppb.c, revision 1.16).
50 #include <dev/pci/pcireg.h>
51 #include <dev/pci/pcivar.h>
52 #include <dev/pci/pciidereg.h>
53 #include <dev/pci/pciidevar.h>
55 #include <dev/isa/isavar.h>
66 pciide_machdep_compat_intr_establish(device_t dev, argument
79 device_xname(dev), PCIIDE_CHANNEL_NAME(chan));
91 aprint_normal_dev(dev, "%s channel interrupting at %s\n",
96 aprint_normal_dev(dev, "
104 pciide_machdep_compat_intr_disestablish(device_t dev, pci_chipset_tag_t pc, int chan, void *cookie) argument
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/tests/templates/
H A Dtemplates.sh19 $ASL_COMPILER -T ALL > /dev/null 2>&1
20 $ASL_COMPILER *.asl > /dev/null 2>&1
26 $ASL_COMPILER -vt -T ALL > /dev/null 2>&1
30 $ASL_COMPILER *.asl > /dev/null 2>&1
34 $ASL_COMPILER -d *.aml > /dev/null 2>&1
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gem.h56 struct drm_device *dev,
59 struct drm_device *dev,
62 int amdgpu_gem_create_ioctl(struct drm_device *dev, void *data,
64 int amdgpu_gem_info_ioctl(struct drm_device *dev, void *data,
66 int amdgpu_gem_userptr_ioctl(struct drm_device *dev, void *data,
68 int amdgpu_gem_mmap_ioctl(struct drm_device *dev, void *data,
70 int amdgpu_gem_wait_idle_ioctl(struct drm_device *dev, void *data,
73 int amdgpu_gem_va_ioctl(struct drm_device *dev, void *data,
75 int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data,
78 int amdgpu_gem_metadata_ioctl(struct drm_device *dev, voi
[all...]
/netbsd-current/tests/usr.bin/mixerctl/
H A Dt_mixerctl.sh32 # Open /dev/pad0 so we have a configured audio device.
34 # we proceed to the (</dev/mixer) below (do not expect
52 ( true </dev/pad0 ) >/dev/null 2>&1 &&
53 { { cat >/dev/null & } < /dev/pad0 ; } 2>/dev/null && padpid=$!
55 (</dev/mixer) >/dev/null 2>&1 ||
69 ${padpid+kill -HUP ${padpid}} 2>/dev/nul
[all...]
/netbsd-current/etc/rc.d/
H A Dbluetooth54 # any options from the 'btconfig_<dev>' or 'btconfig_args' variables
60 for dev in ${btconfig_devices:-$(${btconfig_cmd} -l)}; do
61 echo -n " ${dev}"
62 eval args=\${btconfig_${dev}:-\${btconfig_args}}
63 ${btconfig_cmd} ${dev} enable -iscan -pscan auth encrypt
64 ${btconfig_cmd} ${dev} switch hold sniff park master
65 ${btconfig_cmd} ${dev} class 0x000100
66 ${btconfig_cmd} ${dev} iscan pscan -auth -encrypt ${args}
81 while read -r service addr dev junk; do
88 if [ -z "${dev}" ] || [
[all...]
/netbsd-current/sys/kern/
H A Dsubr_autoconf.c468 config_deferred(device_t dev) argument
473 config_process_deferred(&deferred_config_queue, dev);
474 config_process_deferred(&interrupt_config_queue, dev);
475 config_process_deferred(&mountroot_config_queue, dev);
482 device_t dev; local
489 dev = dc->dc_dev;
490 (*dc->dc_func)(dev);
491 if (!device_pmf_is_registered(dev))
492 aprint_debug_dev(dev,
494 config_pending_decr(dev);
586 devmon_report_device(device_t dev, bool isattach) argument
720 device_t dev; local
1269 device_t dev; local
1313 device_t dev; local
1332 device_t dev = NULL; local
1424 config_devlink(device_t dev) argument
1440 config_devfree(device_t dev) argument
1455 config_devunlink(device_t dev, struct devicelist *garbage) argument
1488 config_devdelete(device_t dev) argument
1543 config_unit_alloc(device_t dev, cfdriver_t cd, cfdata_t cf) argument
1575 device_t dev; local
1695 config_add_attrib_dict(device_t dev) argument
1754 device_t dev; local
1864 device_t dev; local
1891 device_t dev; local
1915 device_t dev; local
1995 device_t dev; local
2043 config_detach_enter(device_t dev) argument
2089 config_detach_exit(device_t dev) argument
2118 config_detach_release(device_t dev, int flags) argument
2319 config_detach(device_t dev, int flags) argument
2340 config_detach_commit(device_t dev) argument
2445 config_deactivate(device_t dev) argument
2483 config_defer(device_t dev, void (*func)(device_t)) argument
2513 config_interrupts(device_t dev, void (*func)(device_t)) argument
2548 config_mountroot(device_t dev, void (*func)(device_t)) argument
2612 config_pending_incr(device_t dev) argument
2627 config_pending_decr(device_t dev) argument
2650 config_finalize_register(device_t dev, int (*fn)(device_t)) argument
2706 device_t dev; local
3288 device_pmf_is_registered(device_t dev) argument
3294 device_pmf_driver_suspend(device_t dev, const pmf_qual_t *qual) argument
3310 device_pmf_driver_resume(device_t dev, const pmf_qual_t *qual) argument
3326 device_pmf_driver_shutdown(device_t dev, int how) argument
3336 device_pmf_driver_register(device_t dev, bool (*suspend)(device_t, const pmf_qual_t *), bool (*resume)(device_t, const pmf_qual_t *), bool (*shutdown)(device_t, int)) argument
3349 device_pmf_driver_deregister(device_t dev) argument
3373 device_pmf_driver_child_register(device_t dev) argument
3383 device_pmf_driver_set_child_register(device_t dev, void (*child_register)(device_t)) argument
3390 pmflock_debug(device_t dev, const char *func, int line) argument
3408 device_pmf_lock1(device_t dev) argument
3435 device_pmf_lock(device_t dev) argument
3448 device_pmf_unlock(device_t dev) argument
3462 device_getlock(device_t dev) argument
3468 device_pmf_bus_private(device_t dev) argument
3474 device_pmf_bus_suspend(device_t dev, const pmf_qual_t *qual) argument
3491 device_pmf_bus_resume(device_t dev, const pmf_qual_t *qual) argument
3505 device_pmf_bus_shutdown(device_t dev, int how) argument
3515 device_pmf_bus_register(device_t dev, void *priv, bool (*suspend)(device_t, const pmf_qual_t *), bool (*resume)(device_t, const pmf_qual_t *), bool (*shutdown)(device_t, int), void (*deregister)(device_t)) argument
3528 device_pmf_bus_deregister(device_t dev) argument
3540 device_pmf_class_private(device_t dev) argument
3546 device_pmf_class_suspend(device_t dev, const pmf_qual_t *qual) argument
3560 device_pmf_class_resume(device_t dev, const pmf_qual_t *qual) argument
3577 device_pmf_class_register(device_t dev, void *priv, bool (*suspend)(device_t, const pmf_qual_t *), bool (*resume)(device_t, const pmf_qual_t *), void (*deregister)(device_t)) argument
3589 device_pmf_class_deregister(device_t dev) argument
3601 device_active(device_t dev, devactive_t type) argument
3618 device_active_register(device_t dev, void (*handler)(device_t, devactive_t)) argument
3659 device_active_deregister(device_t dev, void (*handler)(device_t, devactive_t)) argument
[all...]
/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_2000_300.c75 #include <dev/eisa/eisavar.h>
76 #include <dev/isa/isareg.h>
77 #include <dev/isa/isavar.h>
78 #include <dev/ic/i8042reg.h>
80 #include <dev/ic/comvar.h>
81 #include <dev/ic/comreg.h>
82 #include <dev/ic/pckbcvar.h>
86 #include <dev/scsipi/scsi_all.h>
87 #include <dev/scsipi/scsipi_all.h>
88 #include <dev/scsip
200 dec_2000_300_device_register(device_t dev, void *aux) argument
[all...]

Completed in 396 milliseconds

<<11121314151617181920>>