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

123456789

/drivers/parport/
H A DKconfig12 If you want to use devices connected to your machine's parallel port
20 For extensive information about drivers for many devices attaching
24 It is possible to share a single parallel port among several devices
/drivers/staging/vme/
H A DMakefile7 obj-y += devices/
/drivers/rapidio/
H A DMakefile7 obj-$(CONFIG_RAPIDIO) += devices/
/drivers/w1/masters/
H A DKconfig11 Say Y here if you want to communicate with your 1-wire devices
48 in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
55 Say Y here if you want to communicate with your 1-wire devices using
/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/pnp/isapnp/
H A DKconfig8 Say Y here if you would like support for ISA Plug and Play devices.
H A Dcompat.c71 list = card->devices.next;
77 while (list != &card->devices) {
/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/gpu/drm/radeon/
H A Dradeon_encoders.c45 if (radeon_encoder->devices & ATOM_DEVICE_LCD_SUPPORT)
48 if (radeon_encoder->devices & ATOM_DEVICE_DFP2_SUPPORT)
58 if (radeon_clone->devices & (ATOM_DEVICE_LCD_SUPPORT))
60 if (radeon_clone->devices & ATOM_DEVICE_DFP2_SUPPORT)
166 if (radeon_encoder->devices & radeon_connector->devices)
181 radeon_encoder->active_device = radeon_encoder->devices & radeon_connector->devices;
183 radeon_encoder->active_device, radeon_encoder->devices,
184 radeon_connector->devices, encode
[all...]
/drivers/media/dvb/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/usb/core/
H A DMakefile9 usbcore-y += devio.o notify.o generic.o quirks.o devices.o
/drivers/pcmcia/
H A Dcardbus.c34 list_for_each_entry(dev, &bus->devices, bus_list) {
39 * CardBus devices, all devices downstream of this
78 list_for_each_entry(dev, &bus->devices, bus_list)
/drivers/staging/usbip/userspace/
H A DREADME46 - List driver assignments for USB devices.
57 - List exported USB devices on the <host>.
73 Physically attach your USB devices to this host.
79 In another terminal, let's look up what USB devices are physically
83 Local USB devices
123 Local USB devices
134 First, let's list available remote devices that are marked as
141 Exportable USB devices
145 : /sys/devices/pci0000:00/0000:00:1f.2/usb1/1-1
150 : /sys/devices/pci000
[all...]
/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
61 static const struct dev_type devices[] = { variable in typeref:struct:dev_type
155 for (i = 0; i < ARRAY_SIZE(devices); i++) {
156 if (dev->id.vendor == devices[i].idVendor &&
157 dev->id.product == devices[i].idProduct) {
158 ff_bits = devices[i].ff;
173 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];
258 device = devices[minor];
310 if (devices[minor])
316 devices[minor] = device;
328 devices[minor] = NULL;
359 device = devices[minor];
367 devices[mino
[all...]
/drivers/acpi/
H A Dthermal.c153 struct acpi_handle_list devices; member in struct:acpi_thermal_passive
159 struct acpi_handle_list devices; member in struct:acpi_thermal_active
171 u8 devices:1; /* _TZD */ member in struct:acpi_thermal_flags
185 struct acpi_handle_list devices; member in struct:acpi_thermal
280 * We need to re-bind the cooling devices of a thermal zone when this occurs.
294 struct acpi_handle_list devices; local
401 memset(&devices, 0, sizeof(struct acpi_handle_list));
403 NULL, &devices);
412 if (memcmp(&tz->trips.passive.devices, &devices,
[all...]
/drivers/ata/
H A Dpata_marvell.c30 * for the 6145 but not the other devices
36 u32 devices; local
39 /* We don't yet know how to do this for other devices */
52 devices = ioread32(barp + 0x0C);
55 if (devices & 0x10)
/drivers/pci/
H A Dremove.c118 list_for_each_safe(l, n, &dev->subordinate->devices)
127 list_for_each_safe(l, n, &dev->subordinate->devices)
132 * pci_stop_and_remove_behind_bridge - stop and remove all devices behind
136 * Remove all devices on the bus, except for the parent bridge.
137 * This also removes any child buses, and any devices they may
153 * aka, bus->devices get updated in the process.
158 list_for_each_prev_safe(l, n, &bus->devices) {
H A Dbus.c203 * pci_bus_add_devices - insert newly discovered PCI devices
204 * @bus: bus to check for new devices
206 * Add newly discovered PCI devices (which are on the bus->devices
212 * Call hotplug for each new devices.
220 list_for_each_entry(dev, &bus->devices, bus_list) {
221 /* Skip already-added devices */
229 list_for_each_entry(dev, &bus->devices, bus_list) {
235 * it and then scan for unattached PCI devices.
263 list_for_each_entry(dev, &bus->devices, bus_lis
[all...]
/drivers/input/serio/
H A DKconfig12 devices and more.
28 mouse are connected to the computer. If you use these devices,
96 Say Y here if you want to use the PSIF peripheral on AVR32 devices
117 If you use these devices, you'll need to say Y here.
131 few miscellaneous devices on some Hewlett Packard systems.
136 Link Controller serving up to seven input devices.
139 enable selection of drivers for the abovementioned devices.
147 tristate "HIL MLC Support (needed for HIL input devices)"
190 echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
/drivers/misc/lis3lv02d/
H A DKconfig13 /sys/devices/platform/lis3lv02d.
30 /sys/devices/platform/lis3lv02d.
/drivers/nfc/
H A DKconfig2 # Near Field Communication (NFC) devices
5 menu "Near Field Communication (NFC) devices"
25 This driver provides support for NFC NXP PN533 devices.
27 Say Y here to compile support for PN533 devices into the
35 combo devices. This makes use of shared transport line discipline
/drivers/scsi/osd/
H A DKconfig26 Build a SCSI upper layer driver that exports /dev/osdX devices
27 to user-mode for testing and controlling OSD devices. It is also
/drivers/net/ethernet/mellanox/mlx4/
H A DKconfig12 devices.

Completed in 698 milliseconds

123456789