Searched refs:dev (Results 76 - 100 of 9143) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/acorn32/podulebus/
H A Desc.c96 #include <dev/scsipi/scsi_all.h>
97 #include <dev/scsipi/scsipi_all.h>
98 #include <dev/scsipi/scsiconf.h>
114 void esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp);
115 void esc_scsidone(struct esc_softc *dev, struct scsipi_xfer *xs,
117 void escintr(struct esc_softc *dev);
118 void esciwait(struct esc_softc *dev);
119 void escreset(struct esc_softc *dev, int how);
120 int escselect(struct esc_softc *dev, struct esc_pending *pendp,
123 void escicmd(struct esc_softc *dev, struc
172 esc_init_nexus(struct esc_softc *dev, struct nexus *nexus) argument
185 escinitialize(struct esc_softc *dev) argument
270 struct esc_softc *dev = device_private(chan->chan_adapter->adapt_dev); local
324 esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp) argument
377 esc_scsidone(struct esc_softc *dev, struct scsipi_xfer *xs, int stat) argument
431 escreset(struct esc_softc *dev, int how) argument
488 esc_save_pointers(struct esc_softc *dev) argument
510 esc_restore_pointers(struct esc_softc *dev) argument
536 esciwait(struct esc_softc *dev) argument
620 esc_ixfer(struct esc_softc *dev) argument
696 esc_build_sdtrm(struct esc_softc *dev, int period, int offset) argument
710 esc_select_unit(struct esc_softc *dev, short target) argument
771 esc_arbitate_target(struct esc_softc *dev, int target) argument
797 esc_setup_nexus(struct esc_softc *dev, struct nexus *nexus, struct esc_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode) argument
898 escselect(struct esc_softc *dev, struct esc_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode) argument
917 escgo(struct esc_softc *dev, struct esc_pending *pendp) argument
954 esc_pretests(struct esc_softc *dev, esc_regmap_p rp) argument
1054 esc_midaction(struct esc_softc *dev, esc_regmap_p rp, struct nexus *nexus) argument
1271 esc_postaction(struct esc_softc *dev, esc_regmap_p rp, struct nexus *nexus) argument
1595 escintr(struct esc_softc *dev) argument
1620 escicmd(struct esc_softc *dev, struct esc_pending *pendp) argument
[all...]
H A Dsfas.c93 #include <dev/scsipi/scsi_all.h>
94 #include <dev/scsipi/scsipi_all.h>
95 #include <dev/scsipi/scsiconf.h>
171 sfas_init_nexus(struct sfas_softc *dev, struct nexus *nexus) argument
180 nexus->config3 = dev->sc_config3 & ~SFAS_CFG3_FASTSCSI;
184 sfasinitialize(struct sfas_softc *dev) argument
188 dev->sc_led_status = 0;
190 TAILQ_INIT(&dev->sc_xs_pending);
191 TAILQ_INIT(&dev->sc_xs_free);
198 TAILQ_INSERT_TAIL(&dev
272 struct sfas_softc *dev = device_private(chan->chan_adapter->adapt_dev); local
326 sfas_donextcmd(struct sfas_softc *dev, struct sfas_pending *pendp) argument
378 sfas_scsidone(struct sfas_softc *dev, struct scsipi_xfer *xs, int stat) argument
432 sfasreset(struct sfas_softc *dev, int how) argument
488 sfas_save_pointers(struct sfas_softc *dev) argument
510 sfas_restore_pointers(struct sfas_softc *dev) argument
536 sfasiwait(struct sfas_softc *dev) argument
571 struct sfas_softc *dev = v; local
623 sfas_build_sdtrm(struct sfas_softc *dev, int period, int offset) argument
637 sfas_select_unit(struct sfas_softc *dev, short target) argument
698 sfas_arbitate_target(struct sfas_softc *dev, int target) argument
724 sfas_setup_nexus(struct sfas_softc *dev, struct nexus *nexus, struct sfas_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode) argument
825 sfasselect(struct sfas_softc *dev, struct sfas_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode) argument
844 sfasgo(struct sfas_softc *dev, struct sfas_pending *pendp) argument
881 sfas_pretests(struct sfas_softc *dev, sfas_regmap_p rp) argument
981 sfas_midaction(struct sfas_softc *dev, sfas_regmap_p rp, struct nexus *nexus) argument
1198 sfas_postaction(struct sfas_softc *dev, sfas_regmap_p rp, struct nexus *nexus) argument
1520 sfasintr(struct sfas_softc *dev) argument
1545 sfasicmd(struct sfas_softc *dev, struct sfas_pending *pendp) argument
[all...]
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dmach64_irq.c45 struct drm_device *dev = arg; local
46 drm_mach64_private_t *dev_priv = dev->dev_private;
65 drm_handle_vblank(dev, 0);
71 u32 mach64_get_vblank_counter(struct drm_device * dev, unsigned int crtc) argument
73 const drm_mach64_private_t *const dev_priv = dev->dev_private;
81 int mach64_enable_vblank(struct drm_device * dev, unsigned int crtc) argument
83 drm_mach64_private_t *dev_priv = dev->dev_private;
101 void mach64_disable_vblank(struct drm_device * dev, unsigned int crtc) argument
115 static void mach64_disable_vblank_local(struct drm_device * dev, unsigned int crtc) argument
117 drm_mach64_private_t *dev_priv = dev
133 mach64_driver_irq_preinstall(struct drm_device * dev) argument
144 mach64_driver_irq_postinstall(struct drm_device * dev) argument
149 mach64_driver_irq_uninstall(struct drm_device * dev) argument
[all...]
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_irq.c36 int drm_irq_by_busid(struct drm_device *dev, void *data, argument
41 if ((irq->busnum >> 8) != dev->pci_domain ||
42 (irq->busnum & 0xff) != dev->pci_bus ||
43 irq->devnum != dev->pci_slot ||
44 irq->funcnum != dev->pci_func)
47 irq->irq = dev->irq;
59 struct drm_device *dev = arg; local
61 DRM_SPINLOCK(&dev->irq_lock);
62 dev->driver->irq_handler(arg);
63 DRM_SPINUNLOCK(&dev
70 struct drm_device *dev = arg; local
81 struct drm_device *dev = (struct drm_device *)arg; local
126 drm_vblank_cleanup(struct drm_device *dev) argument
147 drm_vblank_init(struct drm_device *dev, int num_crtcs) argument
183 drm_irq_install(struct drm_device *dev) argument
254 drm_irq_uninstall(struct drm_device *dev) argument
276 drm_control(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
304 drm_vblank_count(struct drm_device *dev, unsigned int crtc) argument
309 drm_update_vblank_count(struct drm_device *dev, unsigned int crtc) argument
335 drm_vblank_get(struct drm_device *dev, unsigned int crtc) argument
359 drm_vblank_put(struct drm_device *dev, unsigned int crtc) argument
376 drm_modeset_ctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
430 drm_wait_vblank(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
534 drm_vbl_send_signals(struct drm_device *dev, unsigned int crtc) argument
565 drm_handle_vblank(struct drm_device *dev, unsigned int crtc) argument
[all...]
H A Di915_drv.c46 struct drm_device *dev = device_get_softc(kdev); local
47 struct drm_i915_private *dev_priv = dev->dev_private;
49 if (!dev || !dev_priv) {
50 DRM_ERROR("dev: 0x%lx, dev_priv: 0x%lx\n",
51 (unsigned long) dev, (unsigned long) dev_priv);
56 i915_save_state(dev);
63 struct drm_device *dev = device_get_softc(kdev); local
65 i915_restore_state(dev);
71 static void i915_configure(struct drm_device *dev) argument
73 dev
111 struct drm_device *dev = device_get_softc(kdev); local
124 struct drm_device *dev = device_get_softc(kdev); local
168 struct drm_device *dev = device_private(self); local
177 struct drm_device *dev = device_private(self); local
194 struct drm_device *dev = device_private(self); local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Ddevice.h39 dev_t dev; member in struct:device
56 struct device *dev; member in struct:device_list
60 struct device *dev; member in struct:device_area
68 int dev_get_size(const struct device *dev, uint64_t *size);
69 int dev_get_sectsize(struct device *dev, uint32_t *size);
70 int dev_get_read_ahead(struct device *dev, uint32_t *read_ahead);
73 int dev_open(struct device *dev);
74 int dev_open_quiet(struct device *dev);
75 int dev_open_flags(struct device *dev, int flags, int direct, int quiet);
76 int dev_close(struct device *dev);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddevice.h39 dev_t dev; member in struct:device
56 struct device *dev; member in struct:device_list
60 struct device *dev; member in struct:device_area
68 int dev_get_size(const struct device *dev, uint64_t *size);
69 int dev_get_sectsize(struct device *dev, uint32_t *size);
70 int dev_get_read_ahead(struct device *dev, uint32_t *read_ahead);
73 int dev_open(struct device *dev);
74 int dev_open_quiet(struct device *dev);
75 int dev_open_flags(struct device *dev, int flags, int direct, int quiet);
76 int dev_close(struct device *dev);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvmdiskscan.c37 struct device *dev; local
45 for (dev = dev_iter_get(iter); dev; dev = dev_iter_get(iter)) {
46 len = strlen(dev_name(dev));
55 static void _count(struct device *dev, int *disks, int *parts) argument
57 int c = dev_name(dev)[strlen(dev_name(dev)) - 1];
65 static void _print(struct cmd_context *cmd, const struct device *dev, argument
68 log_print("%-*s [%15s] %s", max_len, dev_name(dev),
72 _check_device(struct cmd_context *cmd, struct device *dev) argument
101 struct device *dev; local
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dsci.c78 #include <dev/scsipi/scsi_all.h>
79 #include <dev/scsipi/scsipi_all.h>
80 #include <dev/scsipi/scsiconf.h>
85 #include <amiga/dev/scireg.h>
86 #include <amiga/dev/scivar.h>
148 struct sci_softc *dev = device_private(chan->chan_adapter->adapt_dev); local
164 if (dev->sc_xs && flags & XS_CTL_POLL)
172 if (dev->sc_xs) {
179 dev->sc_xs = xs;
185 sci_donextcmd(dev);
201 sci_donextcmd(struct sci_softc *dev) argument
235 sci_scsidone(struct sci_softc *dev, int stat) argument
267 sciabort(struct sci_softc *dev, const char *where) argument
310 scireset(struct sci_softc *dev) argument
349 scierror(struct sci_softc *dev, u_char csr) argument
370 sciselectbus(struct sci_softc *dev, u_char target, u_char our_addr) argument
405 sci_ixfer_out(register struct sci_softc *dev, int len, register u_char *buf, int phase) argument
446 sci_ixfer_in(struct sci_softc *dev, int len, register u_char *buf, int phase) argument
505 sciicmd(struct sci_softc *dev, int target, void *cbuf, int clen, void *buf, int len, u_char xferphase) argument
597 scigo(struct sci_softc *dev, struct scsipi_xfer *xs) argument
[all...]
H A Dserreg.h65 #define SERUNIT(dev) (minor(dev) & 0x7f)
66 #define DIALOUT(dev) (minor(dev) & 0x80)
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_drv.c89 * A DRM device can provide several char-dev interfaces on the DRM-Major. Each
93 * Minors can be accessed via dev->$minor_name. This pointer is either
100 static struct drm_minor **drm_minor_get_slot(struct drm_device *dev, argument
105 return &dev->primary;
107 return &dev->render;
113 static int drm_minor_alloc(struct drm_device *dev, unsigned int type) argument
124 minor->dev = dev;
149 *drm_minor_get_slot(dev, type) = minor;
161 static void drm_minor_free(struct drm_device *dev, unsigne argument
183 drm_minor_register(struct drm_device *dev, unsigned int type) argument
224 drm_minor_unregister(struct drm_device *dev, unsigned int type) argument
456 drm_put_dev(struct drm_device *dev) argument
482 drm_dev_enter(struct drm_device *dev, int *idx) argument
518 drm_dev_unplug(struct drm_device *dev) argument
666 drm_dev_init(struct drm_device *dev, struct drm_driver *driver, struct device *parent) argument
802 devm_drm_dev_init(struct device *parent, struct drm_device *dev, struct drm_driver *driver) argument
837 drm_dev_fini(struct drm_device *dev) argument
901 struct drm_device *dev; local
920 struct drm_device *dev = container_of(ref, struct drm_device, ref); local
942 drm_dev_get(struct drm_device *dev) argument
956 drm_dev_put(struct drm_device *dev) argument
963 create_compat_control_link(struct drm_device *dev) argument
1002 remove_compat_control_link(struct drm_device *dev) argument
1045 drm_dev_register(struct drm_device *dev, unsigned long flags) argument
1113 drm_dev_unregister(struct drm_device *dev) argument
1152 drm_dev_set_unique(struct drm_device *dev, const char *name) argument
[all...]
H A Ddrm_context.c59 * \param dev DRM device.
66 void drm_legacy_ctxbitmap_free(struct drm_device * dev, int ctx_handle) argument
68 if (!drm_core_check_feature(dev, DRIVER_KMS_LEGACY_CONTEXT) &&
69 !drm_core_check_feature(dev, DRIVER_LEGACY))
72 mutex_lock(&dev->struct_mutex);
73 idr_remove(&dev->ctx_idr, ctx_handle);
74 mutex_unlock(&dev->struct_mutex);
80 * \param dev DRM device.
86 static int drm_legacy_ctxbitmap_next(struct drm_device * dev) argument
91 mutex_lock(&dev
106 drm_legacy_ctxbitmap_init(struct drm_device * dev) argument
123 drm_legacy_ctxbitmap_cleanup(struct drm_device * dev) argument
143 drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) argument
186 drm_legacy_getsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
234 drm_legacy_setsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
284 drm_context_switch(struct drm_device * dev, int old, int new) argument
312 drm_context_switch_complete(struct drm_device *dev, struct drm_file *file_priv, int new) argument
341 drm_legacy_resctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
376 drm_legacy_addctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
427 drm_legacy_getctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
453 drm_legacy_switchctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
477 drm_legacy_newctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
503 drm_legacy_rmctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_vga.c44 struct drm_device *dev = pci_get_drvdata(pdev); local
51 dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
52 nouveau_pmops_resume(&pdev->dev);
53 dev->switch_power_state = DRM_SWITCH_POWER_ON;
56 dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
58 nouveau_pmops_suspend(&pdev->dev);
59 dev->switch_power_state = DRM_SWITCH_POWER_OFF;
66 struct drm_device *dev = pci_get_drvdata(pdev); local
67 drm_fb_helper_output_poll_changed(dev);
73 struct drm_device *dev local
93 struct drm_device *dev = drm->dev; local
115 struct drm_device *dev = drm->dev; local
134 nouveau_vga_lastclose(struct drm_device *dev) argument
[all...]
/netbsd-current/sys/arch/cobalt/dev/
H A Dcom_mainbusvar.h28 #include <dev/cons.h>
/netbsd-current/sys/arch/evbarm/hdl_g/
H A Dhdlgvar.h41 #include <dev/pci/pcivar.h>
/netbsd-current/sys/arch/evbarm/ixdp425/
H A Dixdp425var.h32 #include <dev/pci/pcivar.h>
/netbsd-current/sys/arch/evbarm/ixm1200/
H A Dixm1200var.h32 #include <dev/pci/pcivar.h>
/netbsd-current/sys/arch/hpcarm/dev/
H A Dipaq_lcdvar.h33 #include <dev/wscons/wsdisplayvar.h>
34 #include <dev/rasops/rasops.h>
36 #include <dev/hpc/hpcfbvar.h>
37 #include <dev/hpc/hpcfbio.h>
/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_pcivar.h6 #include <dev/pci/pcivar.h>
/netbsd-current/sys/arch/atari/dev/
H A Dvuid_event.h48 #include <dev/sun/vuid_event.h>
/netbsd-current/sys/arch/alpha/include/
H A Dvuid_event.h46 #include <dev/sun/vuid_event.h>
/netbsd-current/sys/arch/shark/shark/
H A Dshark_fiq.h46 #include <dev/isa/isareg.h>
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudio_verbose.h32 #include <dev/dev_verbose.h>
/netbsd-current/sys/dev/stbi/
H A Dstbi.h40 #include <dev/stbi/stb_image.c>
/netbsd-current/sys/dev/usb/
H A Dusb_verbose.h32 #include <dev/dev_verbose.h>

Completed in 169 milliseconds

1234567891011>>