Searched refs:devices (Results 101 - 125 of 370) sorted by relevance

1234567891011>>

/linux-master/tools/bpf/bpftool/
H A Dnet.c37 struct ip_devname_ifindex *devices; member in struct:bpf_netdev_t
370 netinfo->devices = realloc(netinfo->devices,
373 if (!netinfo->devices)
378 netinfo->devices[netinfo->used_len].ifindex = ifinfo->ifi_index;
379 snprintf(netinfo->devices[netinfo->used_len].devname,
380 sizeof(netinfo->devices[netinfo->used_len].devname),
869 dev_array.devices = NULL;
884 show_dev_tc_bpf(&dev_array.devices[i]);
886 &dev_array.devices[
[all...]
/linux-master/drivers/iommu/
H A Ds390-iommu.c3 * IOMMU API for s390 PCI devices
29 struct list_head devices; member in struct:s390_domain
348 INIT_LIST_HEAD_RCU(&s390_domain->devices);
366 WARN_ON(!list_empty(&s390_domain->devices));
420 list_add_rcu(&zdev->iommu_list, &s390_domain->devices);
478 * to the device, but keep it attached to other devices in the group.
496 list_for_each_entry_rcu(zdev, &s390_domain->devices, iommu_list) {
515 list_for_each_entry_rcu(zdev, &s390_domain->devices, iommu_list) {
531 list_for_each_entry_rcu(zdev, &s390_domain->devices, iommu_list) {
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c835 uint16_t devices)
844 (devices & ATOM_DEVICE_DFP2_SUPPORT)) {
878 uint16_t devices; member in struct:bios_connector
1010 bios_connectors[i].devices = (1 << i);
1035 if (bios_connectors[i].devices & (ATOM_DEVICE_LCD_SUPPORT)) {
1040 if (bios_connectors[j].devices & (ATOM_DEVICE_LCD_SUPPORT)) {
1046 if (((bios_connectors[i].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1047 (bios_connectors[j].devices & (ATOM_DEVICE_CRT_SUPPORT))) ||
1048 ((bios_connectors[j].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1049 (bios_connectors[i].devices
833 atombios_get_connector_object_id(struct drm_device *dev, int connector_type, uint16_t devices) argument
[all...]
H A Dradeon_combios.c2310 uint32_t conn_info, entry, devices; local
2357 devices = ATOM_DEVICE_DFP2_SUPPORT;
2359 devices = ATOM_DEVICE_DFP1_SUPPORT;
2362 (dev, devices, 0),
2363 devices);
2364 radeon_add_legacy_connector(dev, i, devices,
2373 devices = ATOM_DEVICE_CRT2_SUPPORT;
2381 devices = ATOM_DEVICE_CRT1_SUPPORT;
2391 devices,
2399 devices
[all...]
H A Dradeon_display.c780 uint32_t devices; local
820 devices = radeon_encoder->devices & radeon_connector->devices;
821 if (devices) {
822 if (devices & ATOM_DEVICE_CRT1_SUPPORT)
824 if (devices & ATOM_DEVICE_CRT2_SUPPORT)
826 if (devices & ATOM_DEVICE_LCD1_SUPPORT)
828 if (devices & ATOM_DEVICE_DFP1_SUPPORT)
830 if (devices
[all...]
/linux-master/drivers/pci/pcie/
H A Daspm.c46 /* Some broken devices only support dword access to LTR */
62 /* Some broken devices only support dword access to LTR */
264 list_for_each_entry(child, &linkbus->devices, bus_list)
334 list_for_each_entry(child, &linkbus->devices, bus_list) {
366 list_for_each_entry(child, &linkbus->devices, bus_list) {
398 child = list_entry(linkbus->devices.next, struct pci_dev, bus_list);
417 list_for_each_entry(child, &linkbus->devices, bus_list) {
432 list_for_each_entry(child, &linkbus->devices, bus_list) {
447 list_for_each_entry(child, &linkbus->devices, bus_list)
651 * downstream devices repor
[all...]
H A Dpme.c65 * pcie_pme_walk_bus - Scan a PCI bus for devices asserting PME#.
68 * Scan given PCI bus and all buses under it for devices asserting PME#.
75 list_for_each_entry(dev, &bus->devices, bus_list) {
76 /* Skip PCIe devices in case we started from a root port. */
98 * PME from PCI devices under a PCIe-PCI bridge may be converted to an in-band
173 list_for_each_entry(dev, &bus->devices, bus_list) {
305 * pcie_pme_mark_devices - Set the wakeup flag for devices below a port.
370 list_for_each_entry(dev, &bus->devices, bus_list)
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.c309 bool is_medion = d->props.devices[0].warm_ids[0] == &cxusb_table[MEDION_MD95700];
422 bool is_medion = dvbdev->props.devices[0].warm_ids[0] ==
701 bool is_medion = dvbdev->props.devices[0].warm_ids[0] ==
899 bool is_medion = dvbdev->props.devices[0].warm_ids[0] ==
1355 * DViCO has shipped two devices with the same USB ID, but only one of them
1675 if (d->props.devices[0].warm_ids[0] == &cxusb_table[MEDION_MD95700])
1759 .devices = {
1820 .devices = {
1879 .devices = {
1945 .devices
[all...]
H A Dumt-010.c134 .devices = {
H A Ddibusb-mc.c2 /* DVB USB compliant linux driver for mobile DVB-T USB devices based on
116 .devices = {
164 MODULE_DESCRIPTION("Driver for DiBcom USB2.0 DVB-T (DiB3000M-C/P based) devices");
H A Da800.c139 .devices = {
/linux-master/drivers/video/fbdev/via/
H A Dhw.h21 /* VIA output devices */
634 void via_set_source(u32 devices, u8 iga);
635 void via_set_state(u32 devices, u8 state);
636 void via_set_sync_polarity(u32 devices, u8 polarity);
/linux-master/arch/arm/mach-sa1100/
H A Djornada720.c251 static struct platform_device *devices[] __initdata = {
277 ret = platform_add_devices(devices, ARRAY_SIZE(devices));
H A Dcollie.c263 static struct platform_device *devices[] __initdata = {
382 ret = platform_add_devices(devices, ARRAY_SIZE(devices));
/linux-master/drivers/ssb/
H A Ddriver_mipscore.c89 dev = &(bus->devices[i]);
197 dev = &(bus->devices[i]);
319 dev = &(bus->devices[i]);
340 /* These devices get their own IRQ line if available, the rest goes on IRQ0 */
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_trap.sh45 if [ -d "${NETDEVSIM_PATH}/devices/netdevsim${DEV_ADDR}" ]; then
469 echo 1 > ${NETDEVSIM_PATH}/devices/${DEV}/new_port
474 echo 1 > ${NETDEVSIM_PATH}/devices/${DEV}/del_port
483 if [ ! -d "${NETDEVSIM_PATH}/devices/${DEV}" ]; then
490 if [ ! -d "${NETDEVSIM_PATH}/devices/${DEV}/net/" ]; then
498 NETDEV=$(ls ${NETDEVSIM_PATH}/devices/${DEV}/net/)
/linux-master/drivers/edac/
H A Damd8131_edac.c217 .devices = amd8131_devices,
232 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE;
296 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE;
/linux-master/drivers/mfd/
H A Dsm501.c65 struct list_head devices; member in struct:sm501_devdata
684 * A release function for the platform devices we create to allow us to
749 list_add_tail(&smdev->list, &sm->devices);
833 static int sm501_register_uart(struct sm501_devdata *sm, int devices) argument
845 if (devices & SM501_USE_UART0) {
851 if (devices & SM501_USE_UART1) {
1309 INIT_LIST_HEAD(&sm->devices);
1345 if (idata->devices & SM501_USE_USB_HOST)
1347 if (idata->devices & (SM501_USE_UART0 | SM501_USE_UART1))
1348 sm501_register_uart(sm, idata->devices);
[all...]
/linux-master/tools/testing/selftests/intel_pstate/
H A Drun.sh14 # /sys/devices/system/cpu/intel_pstate/max_perf_pct X maximum turbo state
69 max_perf_pct=$(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct)
/linux-master/arch/powerpc/kernel/
H A Dpci-hotplug.c72 * pci_hp_remove_devices - remove all devices under this bus
75 * Remove all of the PCI devices under this bus both from the
87 pr_debug("PCI: Removing devices on bus %04x:%02x\n",
89 list_for_each_entry_safe_reverse(dev, tmp, &bus->devices, bus_list) {
97 * pci_hp_add_devices - adds new pci devices to bus
100 * This routine will find and fixup new pci devices under
102 * might already be some devices under this bridge, so
103 * it carefully tries to add only new devices. (And that
127 * probably have grandchildren devices unplugged. So
/linux-master/tools/testing/selftests/firmware/
H A Dfw_lib.sh7 DIR=/sys/devices/virtual/misc/test_firmware
/linux-master/arch/arm/kernel/
H A Dbios32.c30 list_for_each_entry(dev, &bus->devices, bus_list) {
54 list_for_each_entry(dev, &bus->devices, bus_list)
254 * If the bus contains any of these devices, then we must not turn on
277 * Walk the devices on this bus, working out what we can
280 list_for_each_entry(dev, &bus->devices, bus_list) {
314 * Now walk the devices again, this time setting them up.
316 list_for_each_entry(dev, &bus->devices, bus_list) {
556 * is reserved for motherboard devices that decode all 16
/linux-master/include/linux/
H A Dpnp.h207 struct list_head devices; /* devices attached to the card */ member in struct:pnp_card
249 struct list_head global_list; /* node in global list of devices */
251 struct list_head card_list; /* node in card's list of devices */
252 struct list_head rdev_list; /* node in cards list of requested devices */
279 list_for_each_entry(dev, &(card)->devices, card_list)
429 struct list_head devices; member in struct:pnp_protocol
436 list_for_each_entry(dev, &(protocol)->devices, protocol_list)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c414 uint32_t devices; local
455 devices = amdgpu_encoder->devices & amdgpu_connector->devices;
456 if (devices) {
457 if (devices & ATOM_DEVICE_CRT1_SUPPORT)
459 if (devices & ATOM_DEVICE_CRT2_SUPPORT)
461 if (devices & ATOM_DEVICE_LCD1_SUPPORT)
463 if (devices & ATOM_DEVICE_DFP1_SUPPORT)
465 if (devices
[all...]
/linux-master/arch/x86/include/asm/
H A Dx86_init.h194 * struct x86_legacy_devices - legacy x86 devices
199 * These are devices known to require LPC or ISA bus. The definition of legacy
200 * devices adheres to the ACPI 5.2.9.3 IA-PC Boot Architecture flag
201 * ACPI_FADT_LEGACY_DEVICES. These devices consist of user visible devices on
202 * the LPC or ISA bus. User visible devices are devices that have end-user
203 * accessible connectors (for example, LPT parallel port). Legacy devices on
206 * legacy devices can assume all devices ca
249 struct x86_legacy_devices devices; member in struct:x86_legacy_features
[all...]

Completed in 542 milliseconds

1234567891011>>