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

<<11121314151617181920>>

/freebsd-12-stable/sys/powerpc/ps3/
H A Dps3pic.c49 static void ps3pic_identify(driver_t *driver, device_t parent);
101 ps3pic_identify(driver_t *driver, device_t parent) argument
/freebsd-12-stable/sys/x86/bios/
H A Dsmbios.c78 smbios_identify (driver_t *driver, device_t parent) argument
108 device_set_driver(child, driver);
H A Dvpd.c118 vpd_identify (driver_t *driver, device_t parent) argument
134 device_set_driver(child, driver);
/freebsd-12-stable/sys/i386/bios/
H A Dsmapi.c151 smapi_identify (driver_t *driver, device_t parent) argument
168 device_set_driver(child, driver);
/freebsd-12-stable/sbin/devd/
H A Ddevd.conf26 set wifi-driver-regex
68 device-name "$wifi-driver-regex";
72 device-name "$wifi-driver-regex";
/freebsd-12-stable/sys/dev/coretemp/
H A Dcoretemp.c30 * Device driver for Intel's On Die thermal sensor via MSR.
73 static void coretemp_identify(driver_t *driver, device_t parent);
111 coretemp_identify(driver_t *driver, device_t parent) argument
189 * Adapted from the Linux coretemp driver.
213 * from the Linux coretemp driver.
/freebsd-12-stable/usr.sbin/devctl/
H A Ddevctl.c80 " devctl set driver [-f] device driver\n"
81 " devctl clear driver [-f] device\n"
239 fprintf(stderr, "usage: devctl set driver [-f] device driver\n");
264 err(1, "Failed to set %s driver to %s", av[0], av[1]);
267 DEVCTL_COMMAND(set, driver, set_driver);
273 fprintf(stderr, "usage: devctl clear driver [-f] device\n");
298 err(1, "Failed to clear %s driver", av[0]);
301 DEVCTL_COMMAND(clear, driver, clear_drive
[all...]
/freebsd-12-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-12-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-12-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-12-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-12-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-12-stable/contrib/llvm-project/lld/COFF/
H A DDriver.h33 extern LinkerDriver *driver;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h20 namespace driver { namespace in namespace:clang
119 /// \p Flag must be a flag accepted by the driver with its leading '-' removed,
125 } // end namespace driver
H A DHIP.h16 namespace driver { namespace in namespace:clang
125 } // end namespace driver
H A DMSVC.h19 namespace driver { namespace in namespace:clang
161 } // end namespace driver
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h24 namespace driver { namespace in namespace:clang
86 /// \p Flag must be a flag accepted by the driver with its leading '-' removed,
198 } // namespace driver
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c279 bss->driver = wpa_s->driver;
386 wpa_msg(wpa_s, MSG_ERROR, "Failed to init mesh in driver");
686 iface.driver = wpa_s->driver->name;
/freebsd-12-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-12-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-12-stable/sys/dev/efidev/
H A Defirtc.c52 efirtc_identify(driver_t *driver, device_t parent) argument
55 /* Don't add the driver unless we have working runtime services. */
/freebsd-12-stable/sys/dev/fb/
H A Dfbreg.h271 /* video driver */
275 int (*configure)(int); /* backdoor for the console driver */
287 /* functions for the video card driver */
295 int vid_allocate(char *driver, int unit, void *id);
297 int vid_find_adapter(char *driver, int unit);
300 /* a backdoor for the console driver to tickle the video driver XXX */
306 /* virtual frame buffer driver functions */
312 /* generic frame buffer cdev driver functions */
335 /* generic low-level driver function
[all...]
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c127 vmbus_et_identify(driver_t *driver, device_t parent) argument
/freebsd-12-stable/sys/dev/isci/
H A Disci_controller.c368 * simulate this condition, and how our driver handles it, we can set
578 struct isci_softc *driver = isci_controller->isci; local
587 /* When driver is loaded after boot, we need to
601 if (next_index < driver->controller_count) {
606 &driver->controllers[next_index]);
616 &driver->config_hook);
/freebsd-12-stable/sys/dev/pccbb/
H A Dpccbbvar.h33 * Structure definitions for the Cardbus Bridge driver
126 void cbb_driver_added(device_t brdev, driver_t *driver);

Completed in 289 milliseconds

<<11121314151617181920>>