[go: nahoru, domu]

Searched refs:devices (Results 1 - 25 of 261) sorted by relevance

1234567891011

/drivers/staging/vme/
H A DMakefile1 obj-y += devices/
/drivers/ipack/
H A DMakefile5 obj-y += devices/
/drivers/staging/gdm724x/
H A DKconfig9 This driver supports GCT GDM724x LTE chip based USB modem devices.
10 It exposes 4 network devices to be used per PDN and 2 tty devices to be
/drivers/w1/masters/
H A DKconfig11 Say Y here if you want to communicate with your 1-wire devices
47 in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
54 Say Y here if you want to communicate with your 1-wire devices using
/drivers/rapidio/
H A DMakefile10 obj-$(CONFIG_RAPIDIO) += devices/
/drivers/pnp/pnpbios/
H A DKconfig17 your mainboard devices (on some systems they are disabled by the
19 conflicts between mainboard devices and other bus devices.
/drivers/parport/
H A DKconfig18 If you want to use devices connected to your machine's parallel port
26 For extensive information about drivers for many devices attaching
30 It is possible to share a single parallel port among several devices
/drivers/pnp/isapnp/
H A DKconfig8 Say Y here if you would like support for ISA Plug and Play devices.
/drivers/soc/qcom/
H A DKconfig10 devices to the output pins.
/drivers/iommu/
H A Dfsl_pamu_domain.h55 /* list of devices associated with the domain */
56 struct list_head devices; member in struct:fsl_dma_domain
/drivers/pci/hotplug/
H A Drpaphp_pci.c104 slot->pci_devs = &bus->devices;
106 /* if there's an adapter in the slot, go add the pci devices */
118 if (list_empty(&bus->devices))
121 if (!list_empty(&bus->devices)) {
129 list_for_each_entry (dev, &bus->devices, bus_list)
/drivers/nfc/
H A DKconfig2 # Near Field Communication (NFC) devices
5 menu "Near Field Communication (NFC) devices"
13 This driver provides support for NFC NXP PN533 devices.
15 Say Y here to compile support for PN533 devices into the
23 combo devices. This makes use of shared transport line discipline
54 This driver declares two virtual NFC devices supporting NFC-DEP
57 loopback devices.
66 This adds support for Sony Port-100 chip based USB devices such as the
/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c53 if (radeon_encoder->devices & ATOM_DEVICE_LCD_SUPPORT)
56 if (radeon_encoder->devices & ATOM_DEVICE_DFP2_SUPPORT)
66 if (radeon_clone->devices & (ATOM_DEVICE_LCD_SUPPORT))
68 if (radeon_clone->devices & ATOM_DEVICE_DFP2_SUPPORT)
168 if (!(radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)))
211 if (radeon_encoder->devices & radeon_connector->devices) {
213 if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT))
229 radeon_encoder->active_device = radeon_encoder->devices & radeon_connector->devices;
[all...]
/drivers/media/usb/dvb-usb/
H A Ddvb-usb-init.c27 MODULE_PARM_DESC(force_pid_filter_usage, "force all dvb-usb-devices to use a PID filter, if any (default: 0).");
185 for (j = 0; j < DVB_USB_ID_MAX_NUM && props->devices[i].cold_ids[j] != NULL; j++) {
186 deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct);
187 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
188 props->devices[i].cold_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) {
190 desc = &props->devices[i];
198 for (j = 0; j < DVB_USB_ID_MAX_NUM && props->devices[i].warm_ids[j] != NULL; j++) {
199 deb_info("check for warm %x %x\n", props->devices[i].warm_ids[j]->idVendor, props->devices[
[all...]
/drivers/pcmcia/
H A Dcardbus.c34 list_for_each_entry(dev, &bus->devices, bus_list) {
39 * CardBus devices, all devices downstream of this
80 list_for_each_entry(dev, &bus->devices, bus_list)
122 list_for_each_entry_safe(dev, tmp, &bus->devices, bus_list)
/drivers/mcb/
H A DKconfig12 FPGA based devices. It is used to identify MCB based IP-Cores within
14 for these devices.
/drivers/pci/
H A Dremove.c69 * which will update the bus->devices list and confuse the
75 &bus->devices, bus_list)
89 &bus->devices, bus_list)
136 &bus->devices, bus_list)
153 &bus->devices, bus_list)
/drivers/usb/core/
H A DMakefile7 usbcore-y += devio.o notify.o generic.o quirks.o devices.o
/drivers/acpi/
H A Dthermal.c158 struct acpi_handle_list devices; member in struct:acpi_thermal_passive
164 struct acpi_handle_list devices; member in struct:acpi_thermal_active
176 u8 devices:1; /* _TZD */ member in struct:acpi_thermal_flags
190 struct acpi_handle_list devices; member in struct:acpi_thermal
275 * We need to re-bind the cooling devices of a thermal zone when this occurs.
289 struct acpi_handle_list devices; local
396 memset(&devices, 0, sizeof(struct acpi_handle_list));
398 NULL, &devices);
406 if (memcmp(&tz->trips.passive.devices, &devices,
[all...]
/drivers/iio/imu/inv_mpu6050/
H A DKconfig2 # inv-mpu6050 drivers for Invensense MPU devices and combos
6 tristate "Invensense MPU6050 devices"
11 This driver supports the Invensense MPU6050 devices.
/drivers/net/ethernet/mellanox/mlx4/
H A DKconfig12 devices.
/drivers/net/wireless/iwlwifi/dvm/
H A DMakefile8 iwldvm-objs += rxon.o devices.o
/drivers/base/
H A Disa.c103 struct device *dev = isa_driver->devices;
120 isa_driver->devices = NULL;
154 isa_dev->next = isa_driver->devices;
155 isa_driver->devices = &isa_dev->dev;
160 if (!error && !isa_driver->devices)
/drivers/hid/
H A Dhid-lgff.c2 * Force feedback support for hid-compliant for some of the devices from
59 static const struct dev_type devices[] = { variable in typeref:struct:dev_type
140 for (i = 0; i < ARRAY_SIZE(devices); i++) {
141 if (dev->id.vendor == devices[i].idVendor &&
142 dev->id.product == devices[i].idProduct) {
143 ff_bits = devices[i].ff;
158 pr_info("Force feedback for Logitech force feedback devices by Johann Deneux <johann.deneux@it.uu.se>\n");
H A Dhid-roccat.c72 static struct roccat_device *devices[ROCCAT_MAX_DEVICES]; variable in typeref:struct:roccat_device
73 /* protects modifications of devices array */
164 device = devices[minor];
214 device = devices[minor];
257 device = devices[minor];
310 if (devices[minor])
316 devices[minor] = device;
328 devices[minor] = NULL;
359 device = devices[minor];
367 devices[mino
[all...]

Completed in 504 milliseconds

1234567891011