Searched refs:driver (Results 101 - 125 of 559) sorted by relevance

1234567891011>>

/freebsd-12-stable/lib/libdevctl/
H A Ddevctl.c109 devctl_set_driver(const char *device, const char *driver, bool force) argument
119 req.dr_data = __DECONST(char *, driver);
/freebsd-12-stable/sys/cam/
H A Dcam_periph.h55 #define PERIPHDRIVER_DECLARE(name, driver) \
72 (void *)&driver \
78 * Callback informing the peripheral driver it can perform it's
84 * Callback requesting the peripheral driver to remove its instances
232 cam_periph_acquire_first(struct periph_driver *driver) argument
237 periph = TAILQ_FIRST(&driver->units);
263 #define CAM_PERIPH_FOREACH(periph, driver) \
264 for ((periph) = cam_periph_acquire_first(driver); \
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_irq.c74 if (!dev->driver->bus->irq_by_busid)
80 return dev->driver->bus->irq_by_busid(dev, p);
112 dev->driver->disable_vblank(dev, crtc);
128 dev->last_vblank[crtc] = dev->driver->get_vblank_counter(dev, crtc);
130 } while (dev->last_vblank[crtc] != dev->driver->get_vblank_counter(dev, crtc) && (--count) && vblrc);
186 /* Bail if the driver didn't call drm_vblank_init() */
257 if (dev->driver->get_vblank_timestamp)
260 DRM_INFO("No driver support for vblank timestamp query.\n");
282 * Initializes the IRQ related data. Installs the handler, calling the driver
315 if (dev->driver
[all...]
H A Ddrm_os_freebsd.c105 * drm_probe_helper: called by a driver at the end of its probe
139 * drm_attach_helper: called by a driver at the end of its attach
144 struct drm_driver *driver)
156 ret = drm_get_pci_dev(kdev, dev, driver);
170 if (dev->driver->suspend) {
174 error = -dev->driver->suspend(dev, state);
196 if (dev->driver->resume) {
197 error = -dev->driver->resume(dev);
252 dev->modesetting = (dev->driver->driver_features & DRIVER_MODESET) != 0;
271 if (dev->driver
143 drm_attach_helper(device_t kdev, const drm_pci_id_list_t *idlist, struct drm_driver *driver) argument
[all...]
/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c195 * TODO: Add a driver hook to delete from
196 * driver-specific LRU's here.
388 bo->ttm = bdev->driver->ttm_tt_create(bdev, bo->num_pages << PAGE_SHIFT,
394 bo->ttm = bdev->driver->ttm_tt_create(bdev, bo->num_pages << PAGE_SHIFT,
456 if (bdev->driver->move_notify)
457 bdev->driver->move_notify(bo, mem);
464 if (bdev->driver->move_notify)
465 bdev->driver->move_notify(bo, mem);
470 else if (bdev->driver->move)
471 ret = bdev->driver
554 struct ttm_bo_driver *driver = bdev->driver; local
613 struct ttm_bo_driver *driver = bdev->driver; local
1581 ttm_bo_device_init(struct ttm_bo_device *bdev, struct ttm_bo_global *glob, struct ttm_bo_driver *driver, uint64_t file_page_offset, bool need_dma32) argument
1723 struct ttm_bo_driver *driver = bo->bdev->driver; local
[all...]
/freebsd-12-stable/tools/tools/kdrv/
H A DKernelDriver6 # KernelDriver - FreeBSD driver source installer
47 # driver <name> The name of the driver. (Note that this can't end in .drvinfo :)
48 # filei386 <path> <name> The file <name> in the driver package is installed into
51 # fileconf <path> <name> The file <name> in the driver package is installed into
83 # Given (hint), use it to locate a driver information file.
110 error "multiple driver info files in directory : $hint";
115 error "driver info file may be a typewriter : $hint";
123 error "can't find a driver info file using '$hint'";
136 error "can't find driver informatio
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp17 using AIX = clang::driver::toolchains::AIX;
18 using namespace clang::driver;
19 using namespace clang::driver::tools;
66 // The system assembler on AIX takes exactly one input file. The driver is
H A DAMDGPU.cpp16 using namespace clang::driver;
17 using namespace clang::driver::tools;
18 using namespace clang::driver::toolchains;
H A DAVR.cpp22 using namespace clang::driver;
23 using namespace clang::driver::toolchains;
24 using namespace clang::driver::tools;
H A DAnanas.cpp19 using namespace clang::driver;
20 using namespace clang::driver::tools;
21 using namespace clang::driver::toolchains;
H A DCloudABI.cpp19 using namespace clang::driver;
20 using namespace clang::driver::tools;
21 using namespace clang::driver::toolchains;
H A DHurd.cpp17 using namespace clang::driver;
18 using namespace clang::driver::toolchains;
78 // FIXME: It's not clear whether we should use the driver's installed
93 // FIXME: It's not clear whether we should use the driver's installed
129 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc))
H A DMipsLinux.cpp19 using namespace clang::driver;
20 using namespace clang::driver::toolchains;
43 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DPPC.cpp18 using namespace clang::driver;
19 using namespace clang::driver::tools;
25 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) {
/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtimer.c28 #include <dev/pms/freebsd/driver/common/osenv.h>
29 #include <dev/pms/freebsd/driver/common/ostypes.h>
30 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-12-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmtimer.c26 #include <dev/pms/freebsd/driver/common/osenv.h>
27 #include <dev/pms/freebsd/driver/common/ostypes.h>
28 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h45 #include <dev/pms/freebsd/driver/common/osenv.h>
46 #include <dev/pms/freebsd/driver/common/ostypes.h>
47 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-12-stable/sys/dev/atkbdc/
H A Datkbd_atkbdc.c57 static void atkbdidentify(driver_t *driver, device_t dev);
78 atkbdidentify(driver_t *driver, device_t parent) argument
82 BUS_ADD_CHILD(parent, KBDC_RID_KBD, driver->name, device_get_unit(parent));
/freebsd-12-stable/sys/dev/kbd/
H A Dkbdreg.h78 /* the following fields are set up by the driver */
79 char *kb_name; /* driver name */
89 void *kb_data; /* the driver's private data */
211 * Keyboard driver definition. Some of these be immutable after definition
212 * time, e.g. one shouldn't be able to rename a driver or use a different kbdsw
219 /* backdoor for the console driver */
234 /* functions for the keyboard driver */
235 int kbd_add_driver(keyboard_driver_t *driver);
236 int kbd_delete_driver(keyboard_driver_t *driver);
239 keyboard_switch_t *kbd_get_switch(char *driver);
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_driver.c40 TERM_DRIVER *driver; member in struct:DriverEntry
65 res = DriverTable[i].driver;
68 * select specific driver from the table.
70 * In principle, we could have more than one non-terminfo driver,
/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c78 /* Required APR version for this driver */
105 * - DB2 DRDA driver uses undefined types -98 and -99 for CLOB & BLOB
112 * - DB2 DRDA driver uses undefined type -98 for CLOB
133 ODBC_INTPTR_T dboptions; /* driver options re SQLGetData */
166 COL_UNAVAIL /* column is unavailable because ODBC driver
475 /* this driver won't allow us to call SQLGetData on bound
695 * but some driver get this wrong and return the total length.
785 /* this ODBC driver requires columns to be retrieved in order,
802 /* this driver won't let us re-get bound columns */
1011 * public functions per DBD driver AP
[all...]
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_backend.h37 * CTL backend driver definitions
56 #define CTL_BACKEND_DECLARE(name, driver) \
76 (void *)&driver \
94 * The be_lun field is the backend driver's own context that will get
H A Dctl_frontend.h62 #define CTL_FRONTEND_DECLARE(name, driver) \
82 (void *)&driver \
124 * or whatever you want to use to describe the driver.
127 * particular port within the driver/hardware. This
128 * number is hardware/driver specific.
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_dma.c128 /* Call into the driver-specific DMA handler */
132 if (dev->driver->dma_ioctl) {
134 return -dev->driver->dma_ioctl(dev, data, file_priv);
136 DRM_DEBUG("DMA ioctl on driver with no dma handler\n");
H A Ddrm_lock.c102 if (dev->driver->dma_quiescent != NULL &&
104 dev->driver->dma_quiescent(dev);

Completed in 277 milliseconds

1234567891011>>