Searched refs:driver (Results 1 - 25 of 613) sorted by relevance

1234567891011>>

/freebsd-current/sys/x86/cpufreq/
H A Dhwpstate_intel_internal.h31 void intel_hwpstate_identify(driver_t *driver, device_t parent);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h2 * wpa_supplicant - Internal driver interface wrappers
12 #include "drivers/driver.h"
18 if (wpa_s->driver->init2)
19 return wpa_s->driver->init2(wpa_s, ifname,
21 if (wpa_s->driver->init) {
22 return wpa_s->driver->init(wpa_s, ifname);
29 if (wpa_s->driver->deinit)
30 wpa_s->driver->deinit(wpa_s->drv_priv);
36 if (wpa_s->driver->set_param)
37 return wpa_s->driver
[all...]
/freebsd-current/sys/modules/sound/
H A DMakefile4 SUBDIR += driver
/freebsd-current/libexec/rc/rc.d/
H A Dwpa_supplicant22 driver="wired"
24 driver="bsd"
32 command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile"
/freebsd-current/stand/efi/include/
H A Defi_driver_utils.h33 extern EFI_STATUS install_driver(EFI_DRIVER_BINDING *driver);
/freebsd-current/contrib/wpa/src/ap/
H A Dap_drv_ops.h115 if (!hapd->driver || !hapd->driver->send_action_cancel_wait ||
118 hapd->driver->send_action_cancel_wait(hapd->drv_priv);
140 #include "drivers/driver.h"
154 if (hapd->driver == NULL ||
155 hapd->driver->hapd_set_countermeasures == NULL)
157 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
164 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
166 return hapd->driver
[all...]
H A Dwpa_auth_kay.c29 if (!hapd->driver->macsec_init)
31 return hapd->driver->macsec_init(hapd->drv_priv, params);
39 if (!hapd->driver->macsec_deinit)
41 return hapd->driver->macsec_deinit(hapd->drv_priv);
49 if (!hapd->driver->macsec_get_capability)
51 return hapd->driver->macsec_get_capability(hapd->drv_priv, cap);
59 if (!hapd->driver->enable_protect_frames)
61 return hapd->driver->enable_protect_frames(hapd->drv_priv, enabled);
69 if (!hapd->driver->enable_encrypt)
71 return hapd->driver
[all...]
H A Dap_drv_ops.c232 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
235 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL);
244 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
251 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
339 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL)
345 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
353 if (hapd->driver
[all...]
/freebsd-current/contrib/expat/
H A Dtest-driver-wrapper.sh36 # Suck up all dash-dash test-driver arguments
44 exec "${top_srcdir}"/conftools/test-driver "${test_driver_args[@]}" "${top_builddir}"/run.sh "$@"
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DVE.cpp15 using namespace clang::driver;
16 using namespace clang::driver::tools;
/freebsd-current/sys/net/
H A Ddebugnet.h261 #define DEBUGNET_DEFINE(driver) \
262 static debugnet_init_t driver##_debugnet_init; \
263 static debugnet_event_t driver##_debugnet_event; \
264 static debugnet_transmit_t driver##_debugnet_transmit; \
265 static debugnet_poll_t driver##_debugnet_poll; \
267 static struct debugnet_methods driver##_debugnet_methods = { \
268 .dn_init = driver##_debugnet_init, \
269 .dn_event = driver##_debugnet_event, \
270 .dn_transmit = driver##_debugnet_transmit, \
271 .dn_poll = driver##_debugnet_pol
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_platform.c44 return dev->driver->name;
51 master->unique_len = 13 + strlen(dev->driver->name);
58 id = 0; // XXX dev->driver->id;
67 "platform:%s:%02d", dev->driver->name, id);
117 struct drm_driver *driver)
123 driver->bus = &drm_platform_bus;
129 ret = drm_fill_in_dev(dev, driver);
146 if (dev->driver->load) {
147 ret = dev->driver->load(dev, 0);
161 list_add_tail(&dev->driver_item, &driver
116 drm_get_platform_dev(device_t kdev, struct drm_device *dev, struct drm_driver *driver) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DPhases.cpp13 using namespace clang::driver;
H A DDriverOptions.cpp15 using namespace clang::driver;
16 using namespace clang::driver::options;
52 const llvm::opt::OptTable &clang::driver::getDriverOptTable() {
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DUtil.h17 namespace driver { namespace in namespace:clang
27 } // end namespace driver
/freebsd-current/sys/modules/sound/driver/driver/
H A DMakefile6 SRCS+= driver.c
/freebsd-current/usr.bin/clang/llvm-profdata/
H A DMakefile5 SRCS+= llvm-profdata-driver.cpp
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCFreeBSD.cpp14 using namespace clang::driver::toolchains;
19 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) &&
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.c2 * Broadcom NetXtreme-C/E network driver.
101 auxdev->dev.driver = &auxdrv->driver;
127 if (auxdev->dev.driver != &auxdrv->driver)
131 auxdev->dev.driver = NULL;
147 auxdrv->driver.name = kasprintf(GFP_KERNEL, "%s.%s", KBUILD_MODNAME,
150 auxdrv->driver.name = kasprintf(GFP_KERNEL, "%s", KBUILD_MODNAME);
151 if (!auxdrv->driver.name)
156 if (auxdev->dev.driver)
[all...]
/freebsd-current/stand/efi/libefi/
H A Defi_driver_utils.c74 install_driver(EFI_DRIVER_BINDING *driver) argument
78 driver->ImageHandle = IH;
79 driver->DriverBindingHandle = NULL;
81 &(driver->DriverBindingHandle),
82 &DriverBindingProtocolGUID, driver,
86 printf("Failed to install driver (%ld)!\n",
/freebsd-current/sys/contrib/dev/athk/
H A Dtrace.h42 __string(driver, KBUILD_MODNAME)
48 __assign_str(driver, KBUILD_MODNAME);
54 __get_str(driver),
/freebsd-current/usr.bin/clang/clang/
H A DMakefile6 SRCDIR= clang/tools/driver
10 SRCS+= clang-driver.cpp
11 SRCS+= driver.cpp
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/Driver/
H A DCodeGenOptions.cpp13 namespace llvm::driver { namespace in class:llvm
16 driver::VectorLibrary Veclib) {
19 using VectorLibrary = llvm::driver::VectorLibrary;
55 } // namespace llvm::driver
/freebsd-current/contrib/wpa/hostapd/
H A Dwired.conf8 driver=wired
/freebsd-current/contrib/ofed/libibverbs/
H A Dinit.c137 struct ibv_driver *driver; local
139 driver = malloc(sizeof *driver);
140 if (!driver) {
141 fprintf(stderr, PFX "Warning: couldn't allocate driver for %s\n", name);
145 driver->name = name;
146 driver->verbs_init_func = verbs_init_func;
147 driver->next = NULL;
150 tail_driver->next = driver;
152 head_driver = driver;
156 try_driver(struct ibv_driver *driver, struct ibv_sysfs_dev *sysfs_dev) argument
211 struct ibv_driver *driver; local
[all...]

Completed in 343 milliseconds

1234567891011>>