Searched refs:driver (Results 201 - 225 of 567) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtidefs.h43 #include <dev/pms/freebsd/driver/common/osenv.h>
44 #include <dev/pms/freebsd/driver/common/ostypes.h>
45 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.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>
H A Ddmtypes.h27 #include <dev/pms/freebsd/driver/common/osenv.h>
28 #include <dev/pms/freebsd/driver/common/ostypes.h>
29 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/sys/dev/viawd/
H A Dviawd.c124 viawd_identify(driver_t *driver, device_t parent) argument
130 if (device_find_child(parent, driver->name, -1) == NULL)
131 BUS_ADD_CHILD(parent, 0, driver->name, 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSP430.cpp20 using namespace clang::driver;
21 using namespace clang::driver::toolchains;
22 using namespace clang::driver::tools;
H A DRISCVToolchain.cpp19 using namespace clang::driver;
20 using namespace clang::driver::toolchains;
21 using namespace clang::driver::tools;
113 // Use the triple as provided to the driver. Unlike the parsed triple
H A DBareMetal.cpp26 using namespace clang::driver;
27 using namespace clang::driver::tools;
28 using namespace clang::driver::toolchains;
H A DDragonFly.cpp16 using namespace clang::driver;
17 using namespace clang::driver::tools;
18 using namespace clang::driver::toolchains;
H A DMyriad.cpp17 using namespace clang::driver;
18 using namespace clang::driver::toolchains;
240 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc))
H A DOpenBSD.cpp18 using namespace clang::driver;
19 using namespace clang::driver::tools;
20 using namespace clang::driver::toolchains;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c1 /* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
152 static struct drm_driver driver; variable in typeref:struct:drm_driver
436 * need to expose ISA bridge to let driver know the real hardware
968 driver.driver_features &=
1084 static struct drm_driver driver = { variable in typeref:struct:drm_driver
1153 .driver.pm = &i915_pm_ops,
1159 driver.num_ioctls = i915_max_ioctl;
1172 driver.driver_features |= DRIVER_MODESET;
1175 driver.driver_features |= DRIVER_MODESET;
1179 driver
[all...]
/freebsd-11-stable/sys/sys/
H A Dbus.h77 /* XXX more driver info? */
129 #define DEVF_SET_DRIVER_DETACH 0x0000001 /* Detach existing driver. */
132 #define DEVF_CLEAR_DRIVER_DETACH 0x0000001 /* Detach existing driver. */
169 * @brief A device driver (included mainly for compatibility with
190 * matching drivers with devices, first the driver list of the parent
191 * device's devclass is searched. If no driver is found in that list,
204 * If a driver provides an interrupt filter routine it must return an
213 * If the driver does not provide a filter, then the interrupt code will
231 * routine is not registered by the driver, then the regular interrupt
303 struct driver { struct
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c140 "the kernel driver.");
155 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
398 * driver wrapper may have removed its internal instance
553 * When IEEE 802.1X is not enabled, the driver may need to know how to
591 "Could not connect to kernel driver");
1210 /* Set SSID for the kernel driver (to be used in beacon and probe
1214 wpa_printf(MSG_ERROR, "Could not set SSID for kernel driver");
1358 if (hapd->driver && hapd->driver->set_operstate)
1359 hapd->driver
2528 const struct wpa_driver_ops *driver; local
2550 hostapd_deinit_driver(const struct wpa_driver_ops *driver, void *drv_priv, struct hostapd_iface *hapd_iface) argument
2634 const struct wpa_driver_ops *driver; local
2705 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, const char *ctrl_iface, const char *driver) argument
2904 char *driver = os_strchr(ptr, ' '); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp65 namespace types = clang::driver::types;
130 // Whether the command line is for the cl-compatible driver.
152 auto &OptTable = clang::driver::getDriverOptTable();
156 using namespace driver::options;
239 // Determine whether the given command line is intended for the CL driver.
241 // First look for --driver-mode.
243 if (S.consume_front("--driver-mode="))
285 using namespace driver::options;
292 if (Opt.matches(driver::options::OPT_x))
300 using namespace driver
[all...]
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c75 static void cardbus_driver_added(device_t cbdev, driver_t *driver);
198 /* For each function, set it up and try to attach a driver to it */
265 cardbus_driver_added(device_t cbdev, driver_t *driver) argument
273 DEVICE_IDENTIFY(driver, cbdev);
295 printf("pci%d:%d:%d:%d: reprobing on driver added\n",
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_tt.c172 ttm->bdev->driver->ttm_tt_unpopulate(ttm);
267 ret = ttm->bdev->driver->ttm_tt_populate(ttm);
364 ttm->bdev->driver->ttm_tt_unpopulate(ttm);
/freebsd-11-stable/sys/dev/etherswitch/
H A Dmiiproxy.c233 * driver and the miibus device.
322 * Functions for the MDIO target device driver.
331 mdioproxy_identify(driver_t *driver, device_t parent) argument
335 if (device_find_child(parent, driver->name, -1) == NULL) {
336 child = BUS_ADD_CHILD(parent, 0, driver->name, -1);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp25 using namespace driver;
137 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const Multilib &M) {
305 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const MultilibSet &MS) {
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.h9 * emit meta tags for the post-grohtml device driver.
125 statem *driver; member in class:mtsm
/freebsd-11-stable/sys/dev/dpms/
H A Ddpms.c125 dpms_identify(driver_t *driver, device_t parent) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c33 #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>
61 #include <dev/pms/freebsd/driver/common/osstring.h>
99 * \param tiRoot: Pointer to TISA initiator driver/port instance.
464 * \param tiRoot: Pointer to initiator driver/port instance.
529 * \param tiRoot: Pointer to TISA initiator driver/port instance.
586 * \param tiRoot: Pointer to TISA initiator driver/port instance.
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal.h60 #include <dev/vxge/vxgehal/vxgehal-driver.h>
/freebsd-11-stable/sys/dev/xen/debug/
H A Ddebug.c92 xendebug_identify(driver_t *driver, device_t parent) argument
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dibverbs.h39 #include <infiniband/driver.h>
/freebsd-11-stable/sys/x86/cpufreq/
H A Dhwpstate.c110 static void hwpstate_identify(driver_t *driver, device_t parent);
119 static int hwpstate_features(driver_t *driver, u_int *features);
310 hwpstate_identify(driver_t *driver, device_t parent) argument
531 hwpstate_features(driver_t *driver, u_int *features) argument

Completed in 202 milliseconds

1234567891011>>