Searched defs:driver (Results 176 - 198 of 198) sorted by relevance

12345678

/external/kernel-headers/original/linux/
H A Dusb.h96 * @driver: the USB driver that is bound to this interface.
98 * interface is bound to a driver that uses the USB major number.
100 * be unused. The driver should set this value in the probe()
101 * function of the driver, after it has been assigned a minor
104 * (in probe()), bound to a driver, or unbinding (in disconnect())
105 * @dev: driver model's view of this device
106 * @class_dev: driver model's class view of this device.
116 * The driver that is bound to the interface can use standard driver mode
609 struct device_driver driver; member in struct:usb_driver
637 usb_register(struct usb_driver *driver) argument
[all...]
H A Dethtool.h49 /* these strings are set to whatever the driver author decides... */
52 char driver[32]; /* driver short name, "tulip", "eepro100" */ member in struct:ethtool_drvinfo
53 char version[32]; /* driver version string */
84 __u32 version; /* driver-specific, indicates different chips/revs */
157 * not implemented by the driver causes these values to be
199 * of pending RX/TX ring entries the driver will allow the
227 * then {rx,tx}_pause force the driver to use/not-use pause
280 * or not the driver should turn on (set) or off (clear) a behavior.
319 * get_drvinfo: Report driver informatio
[all...]
H A Dpci.h130 struct pci_driver *driver; /* which driver has allocated this device */ member in struct:pci_dev
294 /** PCI Error Recovery System (PCI-ERS). If a PCI device driver provides
295 * a set fof callbacks in struct pci_error_handlers, then that device driver
303 /* no result/none/not supported in device driver */
306 /* Device driver can recover without slot reset */
309 /* Device driver wants slot to be reset. */
315 /* Device driver is fully recovered and operational */
335 /* Device driver may resume normal operations */
347 void (*remove) (struct pci_dev *dev); /* Device removed (NULL if not a hot-plug capable driver) */
354 struct device_driver driver; member in struct:pci_driver
545 pci_register_driver(struct pci_driver *driver) argument
[all...]
H A Dhid.h369 __u16 code; /* input driver code */
370 __u8 type; /* input driver type */
476 struct hid_driver *driver; member in struct:hid_device
580 * @name: driver name (e.g. "Footech_bar-wheel")
581 * @id_table: which devices is this driver for (must be non-NULL for probe
586 * @remove: device removed (NULL if not a hot-plug capable driver)
643 struct device_driver driver; member in struct:hid_driver
647 * hid_ll_driver - low level driver callbacks
687 static inline int __must_check hid_register_driver(struct hid_driver *driver) argument
689 return __hid_register_driver(driver, THIS_MODUL
[all...]
H A Dvideodev2.h108 V4L2_FIELD_ANY = 0, /* driver can choose from none,
241 * @driver: name of the driver module (e.g. "bttv")
250 __u8 driver[16]; member in struct:v4l2_capability
591 #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
658 * Contains data exchanged by application and driver using one of the Streaming
820 * an application and a driver.
1224 /* IDs reserved for driver specific controls */
1622 /* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */
1663 /* MPEG-class control IDs specific to the Samsung MFC 5.1 driver a
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c533 char *driver = NULL; local
547 driver = os_strdup(entry.str_value);
549 if (driver == NULL)
591 iface.driver = driver;
609 os_free(driver);
2138 /* TODO: Ensure that driver actually supports sha256 encryption. */
2157 /* TODO: Ensure that driver actually supports sha256 encryption. */
2744 const char *driver; local
2746 if (wpa_s->driver
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c491 * wpa_clear_keys - Clear keys configured for the driver
496 * for the driver.
1646 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1650 * The driver is known to mean what is saying, so we
1763 * When using driver-based BSS selection, we may not know the
1765 * need to notify the driver of this disconnection even in such
2117 "driver");
2124 "driver");
2167 wpa_printf(MSG_ERROR, "Failed to initialize driver "
2173 wpa_s->driver
2185 const char *pos, *driver = name; local
2819 const char *ifname, *driver; local
[all...]
H A Dwpa_supplicant_i.h78 * driver - Driver interface name, or %NULL to use the default driver
80 const char *driver; member in struct:wpa_interface
101 * If the driver interface (ifname) is included in a Linux bridge
112 * This is used only when the driver supports a dedicated P2P Device
192 * override_driver - Optional driver parameter override
194 * This parameter can be used to override the driver parameter in
195 * dynamic interface addition to force a specific driver wrapper to be
406 struct wpa_driver_ops *driver; member in struct:wpa_supplicant
487 * struct wpa_driver_capa in driver
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c690 // Lookup for a match in the list of API driver names
691 // return -1 if not found, driver match number otherwise
692 static int get_sub_api(char* driver, int api){ argument
696 size_t len = safe_strlen(driver);
701 memcpy(tmp_str, driver, len+1);
1191 // Precedence for filter drivers vs driver is in the order of this array
1193 {"\0\0", SPDRP_SERVICE, "driver"},
1194 {"\0\0", SPDRP_UPPERFILTERS, "upper filter driver"},
1195 {"\0\0", SPDRP_LOWERFILTERS, "lower filter driver"}
1213 // NB: none of the driver name
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h491 const struct wpa_driver_ops *driver; member in struct:hostapd_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h491 const struct wpa_driver_ops *driver; member in struct:hostapd_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h491 const struct wpa_driver_ops *driver; member in struct:hostapd_config
/external/kernel-headers/original/sound/
H A Dasound.h73 * Section for driver hardware dependent interface - /dev/snd/hw? *
114 unsigned int version; /* R: driver-specific version */
115 unsigned char id[32]; /* R: driver-specific ID string */
127 unsigned long driver_data; /* W: driver-specific data */
421 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1) /* get appl_ptr from driver (r/w op) */
422 #define SNDRV_PCM_SYNC_PTR_AVAIL_MIN (1<<2) /* get avail_min from driver */
698 * Section for driver control interface - /dev/snd/control? *
708 unsigned char driver[16]; /* Driver name */ member in struct:snd_ctl_card_info
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c39 #include "driver.h"
144 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
147 #define IFF_DORMANT 0x20000 /* driver signals dormant */
3183 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based "
3189 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based roaming");
3276 "interface (driver advertised support)");
3282 "concurrent (driver advertised support)");
3330 * in the driver/firmware.
3370 * driver doesn't support data TX status, we won't get TX
3614 * wpa_driver_nl80211_init - Initialize nl80211 driver interfac
9807 struct wpa_driver_nl80211_data *driver; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c39 #include "driver.h"
144 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
147 #define IFF_DORMANT 0x20000 /* driver signals dormant */
3183 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based "
3189 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based roaming");
3276 "interface (driver advertised support)");
3282 "concurrent (driver advertised support)");
3330 * in the driver/firmware.
3370 * driver doesn't support data TX status, we won't get TX
3614 * wpa_driver_nl80211_init - Initialize nl80211 driver interfac
9807 struct wpa_driver_nl80211_data *driver; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c39 #include "driver.h"
144 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
147 #define IFF_DORMANT 0x20000 /* driver signals dormant */
3183 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based "
3189 wpa_printf(MSG_DEBUG, "nl80211: Using driver-based roaming");
3276 "interface (driver advertised support)");
3282 "concurrent (driver advertised support)");
3330 * in the driver/firmware.
3370 * driver doesn't support data TX status, we won't get TX
3614 * wpa_driver_nl80211_init - Initialize nl80211 driver interfac
9807 struct wpa_driver_nl80211_data *driver; local
[all...]
/external/valgrind/main/include/vki/
H A Dvki-linux.h1662 /* Yield the port (release it if another driver is waiting,
1741 unsigned short driver_status;/* [o] errors from software driver */
2053 __vki_u32 accel; /* Indicate to driver which */
2417 char driver[VKI_USBDEVFS_MAXDRIVERNAME + 1]; member in struct:vki_usbdevfs_getdriver
2556 #define VKI_SIOCSIWCOMMIT 0x8B00 /* Commit pending changes to driver */
3019 char driver[16]; member in struct:vki_media_device_info
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... .MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction.class AggregateFunction.java package ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 503 milliseconds

12345678