Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 1679) sorted by relevance

12345678910>>...68

/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Dr128_drv.c52 dev->driver->driver_features = in r128_configure()
56 dev->driver->buf_priv_size = sizeof(drm_r128_buf_priv_t); in r128_configure()
57 dev->driver->load = r128_driver_load; in r128_configure()
58 dev->driver->preclose = r128_driver_preclose; in r128_configure()
59 dev->driver->lastclose = r128_driver_lastclose; in r128_configure()
60 dev->driver->get_vblank_counter = r128_get_vblank_counter; in r128_configure()
61 dev->driver->enable_vblank = r128_enable_vblank; in r128_configure()
62 dev->driver->disable_vblank = r128_disable_vblank; in r128_configure()
63 dev->driver->irq_preinstall = r128_driver_irq_preinstall; in r128_configure()
64 dev->driver->irq_postinstall = r128_driver_irq_postinstall; in r128_configure()
[all …]
H A Dmga_drv.c115 dev->driver->driver_features = in mga_configure()
119 dev->driver->buf_priv_size = sizeof(drm_mga_buf_priv_t); in mga_configure()
120 dev->driver->load = mga_driver_load; in mga_configure()
121 dev->driver->unload = mga_driver_unload; in mga_configure()
122 dev->driver->lastclose = mga_driver_lastclose; in mga_configure()
123 dev->driver->get_vblank_counter = mga_get_vblank_counter; in mga_configure()
124 dev->driver->enable_vblank = mga_enable_vblank; in mga_configure()
125 dev->driver->disable_vblank = mga_disable_vblank; in mga_configure()
126 dev->driver->irq_preinstall = mga_driver_irq_preinstall; in mga_configure()
127 dev->driver->irq_postinstall = mga_driver_irq_postinstall; in mga_configure()
[all …]
H A Dmach64_drv.c55 dev->driver->driver_features = in mach64_configure()
59 dev->driver->buf_priv_size = 1; /* No dev_priv */ in mach64_configure()
60 dev->driver->load = mach64_driver_load; in mach64_configure()
61 dev->driver->lastclose = mach64_driver_lastclose; in mach64_configure()
62 dev->driver->get_vblank_counter = mach64_get_vblank_counter; in mach64_configure()
63 dev->driver->enable_vblank = mach64_enable_vblank; in mach64_configure()
64 dev->driver->disable_vblank = mach64_disable_vblank; in mach64_configure()
65 dev->driver->irq_preinstall = mach64_driver_irq_preinstall; in mach64_configure()
66 dev->driver->irq_postinstall = mach64_driver_irq_postinstall; in mach64_configure()
67 dev->driver->irq_uninstall = mach64_driver_irq_uninstall; in mach64_configure()
[all …]
H A Dradeon_drv.c47 dev->driver->driver_features = in radeon_configure()
51 dev->driver->buf_priv_size = sizeof(drm_radeon_buf_priv_t); in radeon_configure()
52 dev->driver->load = radeon_driver_load; in radeon_configure()
53 dev->driver->unload = radeon_driver_unload; in radeon_configure()
54 dev->driver->firstopen = radeon_driver_firstopen; in radeon_configure()
55 dev->driver->open = radeon_driver_open; in radeon_configure()
56 dev->driver->preclose = radeon_driver_preclose; in radeon_configure()
57 dev->driver->postclose = radeon_driver_postclose; in radeon_configure()
58 dev->driver->lastclose = radeon_driver_lastclose; in radeon_configure()
59 dev->driver->get_vblank_counter = radeon_get_vblank_counter; in radeon_configure()
[all …]
H A Di915_drv.c73 dev->driver->driver_features = in i915_configure()
77 dev->driver->buf_priv_size = sizeof(drm_i915_private_t); in i915_configure()
78 dev->driver->load = i915_driver_load; in i915_configure()
79 dev->driver->unload = i915_driver_unload; in i915_configure()
80 dev->driver->preclose = i915_driver_preclose; in i915_configure()
81 dev->driver->lastclose = i915_driver_lastclose; in i915_configure()
82 dev->driver->device_is_agp = i915_driver_device_is_agp; in i915_configure()
83 dev->driver->enable_vblank = i915_enable_vblank; in i915_configure()
84 dev->driver->disable_vblank = i915_disable_vblank; in i915_configure()
85 dev->driver->irq_preinstall = i915_driver_irq_preinstall; in i915_configure()
[all …]
H A Dsavage_drv.c42 dev->driver->driver_features = in savage_configure()
46 dev->driver->buf_priv_size = sizeof(drm_savage_buf_priv_t); in savage_configure()
47 dev->driver->load = savage_driver_load; in savage_configure()
48 dev->driver->firstopen = savage_driver_firstopen; in savage_configure()
49 dev->driver->lastclose = savage_driver_lastclose; in savage_configure()
50 dev->driver->unload = savage_driver_unload; in savage_configure()
51 dev->driver->reclaim_buffers_locked = savage_reclaim_buffers; in savage_configure()
52 dev->driver->dma_ioctl = savage_bci_buffers; in savage_configure()
54 dev->driver->ioctls = savage_ioctls; in savage_configure()
55 dev->driver->max_ioctl = savage_max_ioctl; in savage_configure()
[all …]
H A Dsis_drv.c41 dev->driver->driver_features = in sis_configure()
44 dev->driver->buf_priv_size = 1; /* No dev_priv */ in sis_configure()
45 dev->driver->context_ctor = sis_init_context; in sis_configure()
46 dev->driver->context_dtor = sis_final_context; in sis_configure()
48 dev->driver->ioctls = sis_ioctls; in sis_configure()
49 dev->driver->max_ioctl = sis_max_ioctl; in sis_configure()
51 dev->driver->name = DRIVER_NAME; in sis_configure()
52 dev->driver->desc = DRIVER_DESC; in sis_configure()
53 dev->driver->date = DRIVER_DATE; in sis_configure()
54 dev->driver->major = DRIVER_MAJOR; in sis_configure()
[all …]
H A Dtdfx_drv.c46 dev->driver->driver_features = in tdfx_configure()
49 dev->driver->buf_priv_size = 1; /* No dev_priv */ in tdfx_configure()
51 dev->driver->max_ioctl = 0; in tdfx_configure()
53 dev->driver->name = DRIVER_NAME; in tdfx_configure()
54 dev->driver->desc = DRIVER_DESC; in tdfx_configure()
55 dev->driver->date = DRIVER_DATE; in tdfx_configure()
56 dev->driver->major = DRIVER_MAJOR; in tdfx_configure()
57 dev->driver->minor = DRIVER_MINOR; in tdfx_configure()
58 dev->driver->patchlevel = DRIVER_PATCHLEVEL; in tdfx_configure()
74 dev->driver = malloc(sizeof(struct drm_driver_info), DRM_MEM_DRIVER, in tdfx_attach()
[all …]
/netbsd-src/sys/dev/usb/
H A DFILES8 ehci.c Host controller driver for EHCI (just a stub now)
14 if_aue.c USB Pegasus Ethernet driver
16 if_cue.c USB CATC Ethernet driver
18 if_kue.c USB Kawasaki Ethernet driver
20 if_upl.c USB Prolific host-to-host driver
22 ohci.c Host controller driver for OHCI
25 uaudio.c USB audio class driver
27 ubt.c USB Bluetooth driver
30 uftdi.c USB FTDI serial driver
32 ugen.c generic driver that can handle access to any USB device
[all …]
H A DTODO7 Fix flow control in ucom (copy from com driver).
9 Use some encapsulation in the upl driver to allow multiple protocols.
11 Get the uezcom driver (with Doug Ambrisko's firmware) running.
18 Try to get specs, and check if Linux driver is really right.
24 Make hub driver notice transition between self and bus powered state.
47 Keyspan serial driver
49 Clean up umass driver
55 Complete documentation of device driver API.
57 Complete documentation of HC driver API.
/netbsd-src/sys/external/bsd/drm2/i2c/
H A Ddrm_encoder_slave.c58 return strncmp(da->i2c_driver.driver.name, db->i2c_driver.driver.name, in compare_i2c_encoders()
65 const struct drm_i2c_encoder_driver *const driver = n; in compare_i2c_encoder_key() local
68 return strncmp(driver->i2c_driver.driver.name, name, I2C_NAME_SIZE); in compare_i2c_encoder_key()
99 struct drm_i2c_encoder_driver *driver) in drm_i2c_encoder_register() argument
105 collision = rb_tree_insert_node(&drm_i2c_encoder_drivers.tree, driver); in drm_i2c_encoder_register()
106 if (collision != driver) in drm_i2c_encoder_register()
114 drm_i2c_encoder_unregister(struct drm_i2c_encoder_driver *driver) in drm_i2c_encoder_unregister() argument
118 KASSERT(driver->refcnt == 0); in drm_i2c_encoder_unregister()
121 rb_tree_remove_node(&drm_i2c_encoder_drivers.tree, driver); in drm_i2c_encoder_unregister()
134 struct drm_i2c_encoder_driver *driver; in drm_i2c_encoder_init() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DDriverInternals.rst11 This document describes the Clang driver. The purpose of this document
12 is to describe both the motivation and design goals for the driver, as
18 The Clang driver is intended to be a production quality compiler driver
20 interface which is compatible with the gcc driver.
22 Although the driver is part of and driven by the Clang project, it is
31 The number one goal of the driver is to ease the adoption of Clang by
33 call GCC. Although this makes the driver much more complicated than
41 The driver was designed to be flexible and easily accommodate new uses
42 as we grow the clang and LLVM infrastructure. As one example, the driver
46 Similarly, most of the driver functionality is kept in a library which
[all …]
/netbsd-src/sys/dev/drm/
H A Dvbox_drv.c48 dev->driver->buf_priv_size = 1; in vboxdrm_configure()
49 dev->driver->load = vboxdrm_driver_load; in vboxdrm_configure()
50 dev->driver->name = "vbox"; in vboxdrm_configure()
51 dev->driver->desc = "VirtualBox Video"; in vboxdrm_configure()
52 dev->driver->date = "20110130"; in vboxdrm_configure()
53 dev->driver->major = 1; in vboxdrm_configure()
54 dev->driver->minor = 0; in vboxdrm_configure()
55 dev->driver->patchlevel = 0; in vboxdrm_configure()
75 dev->driver = kmem_zalloc(sizeof(struct drm_driver_info), KM_SLEEP); in vboxdrm_attach()
89 kmem_free(dev->driver, sizeof(struct drm_driver_info)); in vboxdrm_detach()
/netbsd-src/sys/dev/isapnp/
H A Ddevlist2h.awk139 driver[ndriver, 1] = $2;
140 driver[ndriver, 2] = collectline(3);
141 printf("/* %s */\n", driver[ndriver, 2]) > hfile
143 driver[ndriver, 1]) > hfile
182 printf("/* %s */\n", driver[i, 2]) > cfile
184 if (logicals[j, 1] == driver[i, 1]) {
187 driver[i, 1]) > cfile
197 if (compats[j, 1] == driver[i, 1]) {
200 driver[i, 1]) > cfile
210 driver[i, 1]) > cfile
[all …]
H A Disapnpdevs40 driver aha Adaptec SCSI
41 driver aic Adaptec SCSI
42 driver an Aironet 802.11
43 driver atppc AT Parallel Port
44 driver com National Semiconductor Serial
45 driver cs Cirrus Logic Crystal CS89x0 Ethernet
46 driver ep 3Com 3CXXX Ethernet
47 driver esp Symbios SYM53C416 SCSI
48 driver ess ESS Audio Drive
49 driver fmv Fujitsu FMV-18x Ethernet
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_client.c40 return client->driver->ioctl(client->object.priv, client->super, data, size, NULL); in nvif_client_ioctl()
46 return client->driver->suspend(client->object.priv); in nvif_client_suspend()
52 return client->driver->resume(client->object.priv); in nvif_client_resume()
59 if (client->driver) { in nvif_client_fini()
60 if (client->driver->fini) in nvif_client_fini()
61 client->driver->fini(client->object.priv); in nvif_client_fini()
62 client->driver = NULL; in nvif_client_fini()
88 client->driver = parent->driver; in nvif_client_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A DKconfig.debug15 Recommended for driver developers only.
20 bool "Enable additional driver debugging"
40 Choose this option to turn on extra driver debugging that may affect
43 Recommended for driver developers only.
56 Recommended for driver developers only.
65 Enable extra sanity checks (including BUGs) along the GEM driver
68 Recommended for driver developers only.
80 Recommended for driver developers only.
94 Recommended for driver developers only.
108 Recommended for driver developers only.
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_irq.c144 if (dev->driver->irq_preinstall) in drm_irq_install()
145 dev->driver->irq_preinstall(dev); in drm_irq_install()
152 ret = (*dev->driver->request_irq)(dev, sh_flags); in drm_irq_install()
154 ret = request_irq(irq, dev->driver->irq_handler, in drm_irq_install()
155 sh_flags, dev->driver->name, dev); in drm_irq_install()
164 if (dev->driver->irq_postinstall) in drm_irq_install()
165 ret = dev->driver->irq_postinstall(dev); in drm_irq_install()
172 (*dev->driver->free_irq)(dev); in drm_irq_install()
246 if (dev->driver->irq_uninstall) in drm_irq_uninstall()
247 dev->driver->irq_uninstall(dev); in drm_irq_uninstall()
[all …]
H A Ddrm_dumb_buffers.c69 if (!dev->driver->dumb_create) in drm_mode_create_dumb()
99 return dev->driver->dumb_create(file_priv, dev, args); in drm_mode_create_dumb()
127 if (!dev->driver->dumb_create) in drm_mode_mmap_dumb_ioctl()
130 if (dev->driver->dumb_map_offset) in drm_mode_mmap_dumb_ioctl()
131 return dev->driver->dumb_map_offset(file_priv, dev, in drm_mode_mmap_dumb_ioctl()
142 if (!dev->driver->dumb_create) in drm_mode_destroy_dumb()
145 if (dev->driver->dumb_destroy) in drm_mode_destroy_dumb()
146 return dev->driver->dumb_destroy(file_priv, dev, handle); in drm_mode_destroy_dumb()
H A Ddrm_drv.c667 struct drm_driver *driver, in drm_dev_init() argument
682 dev->driver = driver; in drm_dev_init()
804 struct drm_driver *driver) in devm_drm_dev_init() argument
808 if (WARN_ON(!driver->release)) in devm_drm_dev_init()
811 ret = drm_dev_init(dev, driver, parent); in devm_drm_dev_init()
898 struct drm_device *drm_dev_alloc(struct drm_driver *driver, in drm_dev_alloc() argument
908 ret = drm_dev_init(dev, driver, parent); in drm_dev_alloc()
922 if (dev->driver->release) { in drm_dev_release()
923 dev->driver->release(dev); in drm_dev_release()
1047 struct drm_driver *driver = dev->driver; in drm_dev_register() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp43 driver::Driver TheDriver(Args[0], llvm::sys::getDefaultTargetTriple(), *Diags, in createInvocationFromCommandLine()
49 std::unique_ptr<driver::Compilation> C(TheDriver.BuildCompilation(Args)); in createInvocationFromCommandLine()
54 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) { in createInvocationFromCommandLine()
64 const driver::JobList &Jobs = C->getJobs(); in createInvocationFromCommandLine()
69 if (isa<driver::BindArchAction>(A)) in createInvocationFromCommandLine()
71 if (isa<driver::OffloadAction>(A)) { in createInvocationFromCommandLine()
77 if (Jobs.size() == 0 || !isa<driver::Command>(*Jobs.begin()) || in createInvocationFromCommandLine()
86 const driver::Command &Cmd = cast<driver::Command>(*Jobs.begin()); in createInvocationFromCommandLine()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.cpp361 driver = new statem(); in mtsm()
366 delete driver; in ~mtsm()
449 driver->flush(fp, s); in flush()
454 if ((driver->bool_values[MTSM_EOL].is_known in flush()
455 && driver->bool_values[MTSM_EOL].value) in flush()
456 || (driver->bool_values[MTSM_BR].is_known in flush()
457 && driver->bool_values[MTSM_BR].value)) { in flush()
458 if (driver->units_values[MTSM_TI].is_known) in flush()
459 driver->units_values[MTSM_TI].is_known = 0; in flush()
460 if (driver->int_values[MTSM_RJ].is_known in flush()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DM68k.cpp21 using namespace clang::driver;
22 using namespace clang::driver::tools;
28 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getM68kTargetCPU()
52 if (Args.hasArg(clang::driver::options::OPT_m68000)) in getM68kTargetCPU()
54 if (Args.hasArg(clang::driver::options::OPT_m68010)) in getM68kTargetCPU()
56 if (Args.hasArg(clang::driver::options::OPT_m68020)) in getM68kTargetCPU()
58 if (Args.hasArg(clang::driver::options::OPT_m68030)) in getM68kTargetCPU()
60 if (Args.hasArg(clang::driver::options::OPT_m68040)) in getM68kTargetCPU()
62 if (Args.hasArg(clang::driver::options::OPT_m68060)) in getM68kTargetCPU()
/netbsd-src/sys/arch/acorn32/conf/
H A Dfiles.acorn3223 # Standard NetBSD wdc driver
27 # Standard parallel driver
31 # New parallel driver
35 # Standard NetBSD fd driver
42 # Standard serial driver
46 # Memory disk driver
82 # Generic sbic (WD3393) driver
91 # Generic AMD AM53C94 driver
100 # Generic fas216 + esp216 driver
117 # ICS IDE driver
[all...]
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dbuild.info22 SOURCE[asn1]=asn1.c driver.c
26 SOURCE[asn1parse]=asn1parse.c driver.c
30 SOURCE[bignum]=bignum.c driver.c
34 SOURCE[bndiv]=bndiv.c driver.c
38 SOURCE[client]=client.c driver.c
42 SOURCE[cms]=cms.c driver.c
46 SOURCE[conf]=conf.c driver.c
50 SOURCE[crl]=crl.c driver.c
54 SOURCE[ct]=ct.c driver.c
58 SOURCE[server]=server.c driver.c
[all …]

12345678910>>...68