Searched refs:driver (Results 251 - 275 of 567) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h197 * struct ttm_mem_type_manager functions and optionally by the driver,
255 * @io_reserve_fastpath: Only use bdev::driver::io_mem_reserve to obtain
256 * static information. bdev::driver::io_mem_free is never used.
307 * @move: Callback for a driver to hook in accelerated functions to
363 * potentially new location. Tell the driver that it might
417 * In case a driver writer dislikes the TTM fence objects,
418 * the driver writer can replace those with sync objects of
419 * his / her own. If it turns out that no driver writer is
421 * fences directly. The bo driver needs the following functionality:
433 /* hook to notify driver abou
538 struct ttm_bo_driver *driver; member in struct:ttm_bo_device
[all...]
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep_isa.c160 ep_isa_identify(driver_t * driver, device_t parent) argument
281 device_set_driver(child, driver);
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex_isa.c120 ex_isa_identify(driver_t *driver, device_t parent) argument
184 device_set_driver(child, driver);
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore_dev.c230 * \param driver The driver performing this identify action.
234 xs_dev_identify(driver_t *driver __unused, device_t parent)
237 * A single device instance for our driver is always present
240 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-11-stable/sys/i386/bios/
H A Dsmapi.c149 smapi_identify (driver_t *driver, device_t parent) argument
166 device_set_driver(child, driver);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s70 ; This routine gets called by the packet driver twice:
119 retf ; far return to driver with ES:DI
/freebsd-11-stable/contrib/byacc/package/
H A Dbyacc.spec18 parsers consist of a set of LALR(1) parsing tables and a driver
H A Dmingw-byacc.spec18 parsers consist of a set of LALR(1) parsing tables and a driver
/freebsd-11-stable/sys/dev/smbus/
H A Dsmb.c53 static void smb_identify(driver_t *driver, device_t parent);
89 smb_identify(driver_t *driver, device_t parent) argument
/freebsd-11-stable/sys/dev/ow/
H A Dowc_gpiobus.c75 owc_gpiobus_identify(driver_t *driver, device_t bus) argument
83 * but there's no good place to put it. The driver's
95 ofw_gpiobus_add_fdt_child(bus, driver->name, w1);
/freebsd-11-stable/sys/dev/amdsmn/
H A Damdsmn.c105 static void amdsmn_identify(driver_t *driver, device_t parent);
150 amdsmn_identify(driver_t *driver, device_t parent) argument
/freebsd-11-stable/etc/
H A Ddevd.conf25 set wifi-driver-regex
67 device-name "$wifi-driver-regex";
71 device-name "$wifi-driver-regex";
/freebsd-11-stable/usr.sbin/devctl/
H A Ddevctl.c80 " devctl set driver [-f] device driver",
81 " devctl clear driver [-f] device",
237 fprintf(stderr, "usage: devctl set driver [-f] device driver\n");
262 err(1, "Failed to set %s driver to %s", av[0], av[1]);
265 DEVCTL_COMMAND(set, driver, set_driver);
271 fprintf(stderr, "usage: devctl clear driver [-f] device\n");
296 err(1, "Failed to clear %s driver", av[0]);
299 DEVCTL_COMMAND(clear, driver, clear_drive
[all...]
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c97 * \brief Device driver to repond to control domain events that impact
387 * \param driver The driver performing this identify action.
391 xctrl_identify(driver_t *driver __unused, device_t parent)
394 * A single device instance for our driver is always present
397 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c4 * Xen balloon driver - enables returning/claiming memory to/from Xen.
70 * must inform the balloon driver so we avoid hitting the hard limit.
343 * \param driver The driver performing this identify action.
347 xenballoon_identify(driver_t *driver __unused, device_t parent)
350 * A single device instance for our driver is always present
353 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_bios.c484 struct bdb_driver_features *driver; local
486 driver = find_section(bdb, BDB_DRIVER_FEATURES);
487 if (!driver)
491 driver->lvds_config == BDB_DRIVER_FEATURE_EDP)
494 if (driver->dual_frequency)
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.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-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h33 #include <dev/pms/freebsd/driver/common/osenv.h>
34 #include <dev/pms/freebsd/driver/common/ostypes.h>
35 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh2 # This writes a skeleton driver and puts it into the kernel tree for you.
4 # a kernel with your FOO driver linked in.
78 # containing this driver.
90 # Then create a configuration file for a kernel that contains this driver.
277 * (to other cards) way of probing these address. Otherwise the driver
296 * Called once when the driver is somehow connected with the bus,
299 * The aim of this routine in an ISA driver is to add child entries to
307 * loadable with the driver.
324 * driver is linked in. So even as a module it MAY still be there.
328 ${1}_isa_identify (driver_t *driver, device_
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp1 //===-- driver.cpp - Clang GCC-Compatible Driver --------------------------===//
9 // This is the entry point to the clang driver; it is a thin wrapper
53 using namespace clang::driver;
286 Args.hasFlag(clang::driver::options::OPT_fno_integrated_cc1,
287 clang::driver::options::OPT_fintegrated_cc1,
295 // Attempt to find the original path used to invoke the driver, to determine
319 // driver.
358 // clang-cl or cl, or --driver-mode=cl is on the command line. The normal
360 // have to manually search for a --driver-mode=cl argument the hard way.
364 if (StringRef(TargetAndMode.DriverMode).equals("--driver
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h58 // Routine to init a connection with a particular low level driver
60 const VCHI_MESSAGE_DRIVER_T * driver );
213 System driver struct
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c209 const apr_crypto_driver_t *driver;
213 /* Load the crypto driver.
222 apr_err = apr_crypto_get_driver(&driver, "openssl", NULL, &apu_err,
226 _("OpenSSL crypto driver error"));
227 if (driver == NULL)
231 "driver"));
233 apr_err = apr_crypto_make(&apr_crypto, driver, NULL, result_pool);
207 const apr_crypto_driver_t *driver; local
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c34 #include <dev/pms/freebsd/driver/common/osenv.h>
35 #include <dev/pms/freebsd/driver/common/ostypes.h>
36 #include <dev/pms/freebsd/driver/common/osdebug.h>
60 #include <dev/pms/freebsd/driver/common/osstring.h>
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbbvar.h31 * Structure definitions for the Cardbus Bridge driver
124 void cbb_driver_added(device_t brdev, driver_t *driver);
/freebsd-11-stable/sys/pc98/cbus/
H A Dsyscons_cbus.c54 scidentify(driver_t *driver, device_t parent) argument

Completed in 182 milliseconds

<<11121314151617181920>>