Home
last modified time | relevance | path

Searched refs:devices (Results 226 – 250 of 4095) sorted by relevance

12345678910>>...164

/openbmc/linux/drivers/android/
H A DKconfig25 It can be used to dynamically allocate new binder IPC devices via
29 string "Android Binder devices"
33 Default value for the binder.devices parameter.
35 The binder.devices parameter is a comma-separated list of strings
38 therefore logically separated from the other devices.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-humidity1 What: /sys/bus/iio/devices/iio:deviceX/out_current_heater_raw
2 What: /sys/bus/iio/devices/iio:deviceX/out_current_heater_raw_available
9 In some devices, this is just a switch in which case 0 = OFF,
H A Dsysfs-bus-bcma1 What: /sys/bus/bcma/devices/.../manuf
9 What: /sys/bus/bcma/devices/.../id
17 What: /sys/bus/bcma/devices/.../rev
25 What: /sys/bus/bcma/devices/.../class
H A Dsysfs-platform-intel-ifs5 What: /sys/devices/virtual/misc/intel_ifs_<N>/run_test
14 /sys/devices/virtual/misc/intel_ifs_<N>/run_test
17 What: /sys/devices/virtual/misc/intel_ifs_<N>/status
25 What: /sys/devices/virtual/misc/intel_ifs_<N>/details
34 What: /sys/devices/virtual/misc/intel_ifs_<N>/image_version
43 What: /sys/devices/virtual/misc/intel_ifs_<N>/current_batch
H A Dsysfs-driver-samsung-laptop1 What: /sys/devices/platform/samsung/performance_level
23 What: /sys/devices/platform/samsung/battery_life_extender
34 What: /sys/devices/platform/samsung/usb_charge
38 Description: Use your USB ports to charge devices, even
42 What: /sys/devices/platform/samsung/lid_handling
H A Dsysfs-driver-hid-lenovo1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
11 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
20 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
27 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
37 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
44 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
53 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c94 if ((amdgpu_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) && in amdgpu_atombios_encoder_set_backlight_level()
1341 if (amdgpu_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) in amdgpu_atombios_encoder_setup_dig()
1352 if (amdgpu_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) in amdgpu_atombios_encoder_setup_dig()
1462 if (amdgpu_encoder->devices & ATOM_DEVICE_LCD1_SUPPORT) in amdgpu_atombios_encoder_set_crtc_source()
1675 if (amdgpu_encoder->devices & (ATOM_DEVICE_TV_SUPPORT | in amdgpu_atombios_encoder_dac_load_detect()
1695 if (amdgpu_connector->devices & ATOM_DEVICE_CRT1_SUPPORT) in amdgpu_atombios_encoder_dac_load_detect()
1734 if (amdgpu_connector->devices & ATOM_DEVICE_CRT1_SUPPORT) { in amdgpu_atombios_encoder_dac_detect()
1742 if (amdgpu_connector->devices & ATOM_DEVICE_CV_SUPPORT) { in amdgpu_atombios_encoder_dac_detect()
1746 if (amdgpu_connector->devices & ATOM_DEVICE_TV1_SUPPORT) { in amdgpu_atombios_encoder_dac_detect()
1787 if (amdgpu_connector->devices & ATOM_DEVICE_CV_SUPPORT) { in amdgpu_atombios_encoder_dig_detect()
[all …]
/openbmc/linux/Documentation/fb/
H A Dviafb.rst109 This option is used to specify active devices.(CRT, DVI, CRT+LCD...)
121 To enable two devices, such as CRT+DVI::
237 output devices that could be available on your platform. It is likely
249 forwarded to one or more output devices. Reading those files is a way
250 to query which output devices are currently used by an iga.
258 Writing to these files allows adjusting the output devices during
259 runtime. One can add new devices, remove existing ones or switch
263 and removal of devices. So a prefix '+' adds the devices from your list
264 to the already existing ones, '-' removes the listed devices from the
276 Remove (turn off) DVP1 and LVDS1 as output devices of iga2::
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Drail_tests.cpp127 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
128 devices.emplace_back(std::move(device)); in TEST()
130 std::make_unique<Chassis>(1, chassisInvPath, std::move(devices)); in TEST()
218 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
219 devices.emplace_back(std::move(device)); in TEST()
274 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
275 devices.emplace_back(std::move(device)); in TEST()
355 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
356 devices.emplace_back(std::move(device)); in TEST()
416 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
[all …]
H A Dconfiguration_tests.cpp126 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
127 devices.emplace_back(std::move(device)); in TEST()
186 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
187 devices.emplace_back(std::move(device)); in TEST()
253 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
254 devices.emplace_back(std::move(device)); in TEST()
321 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
322 devices.emplace_back(std::move(device)); in TEST()
392 std::vector<std::unique_ptr<Device>> devices{}; in TEST() local
393 devices.emplace_back(std::move(device)); in TEST()
[all …]
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst30 A "memory initiator" is a node containing one or more devices such as
48 # symlinks -v /sys/devices/system/node/nodeX/access0/targets/
51 # symlinks -v /sys/devices/system/node/nodeY/access0/initiators/
74 /sys/devices/system/node/nodeY/access0/initiators/
83 /sys/devices/system/node/nodeY/access0/initiators/
137 /sys/devices/system/node/nodeX/memory_side_cache/
145 /sys/devices/system/node/nodeX/memory_side_cache/indexA/
146 /sys/devices/system/node/nodeX/memory_side_cache/indexB/
147 /sys/devices/system/node/nodeX/memory_side_cache/indexC/
153 # tree /sys/devices/system/node/node0/memory_side_cache/
[all …]
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-ryos1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
9 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
21 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
41 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
61 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
81 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
92 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
103 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
114 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
122 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
[all …]
H A Dsysfs-driver-hid-roccat-isku1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
12 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
20 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
61 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
91 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
99 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
110 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
121 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
129 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
137 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
[all …]
/openbmc/linux/Documentation/w1/
H A Dw1-generic.rst14 All w1 slave devices must be connected to a w1 bus master device.
16 Example w1 master devices:
21 - Emulated devices, such as a RS232 converter, parallel port adapter, etc
30 - the w1 bus is periodically searched for new slave devices
52 Slave devices are handled by a driver written for a family of w1 devices.
75 Emulated devices must provide the ability to set the output signal level
107 If you have a w1 bus that never changes (you don't add or remove devices),
113 redetect manually removed devices that are present and timeout manually
114 added devices that aren't on the bus.
131 rw (optional) created for slave devices which do not have
/openbmc/linux/Documentation/hwmon/
H A Dlineage-pem.rst4 Supported devices:
34 This driver does not probe for Lineage CPL devices, since there is no register
36 the devices explicitly.
42 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device
52 All Lineage CPL devices report output voltage and device temperature as well as
57 supported on newer devices. The driver detects if those attributes are supported,
/openbmc/qemu/hw/pci/
H A Dpcie_port.c143 for (devfn = 0; devfn < ARRAY_SIZE(bus->devices); devfn++) { in pcie_find_port_by_pn()
144 PCIDevice *d = bus->devices[devfn]; in pcie_find_port_by_pn()
169 for (devfn = 0; devfn < ARRAY_SIZE(bus->devices); devfn++) { in pcie_find_port_first()
170 PCIDevice *d = bus->devices[devfn]; in pcie_find_port_first()
189 for (devfn = 0; devfn < ARRAY_SIZE(bus->devices); devfn++) { in pcie_count_ds_ports()
190 PCIDevice *d = bus->devices[devfn]; in pcie_count_ds_ports()
/openbmc/linux/Documentation/devicetree/bindings/arm/keystone/
H A Dkeystone.txt4 Boards with Keystone2 based devices (TCI66xxK2H) SOC shall have the
8 - compatible: All TI specific devices present in Keystone SOC should be in
9 the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550
10 type UART should use the specified compatible for those devices.
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-trbe.rst25 The TRBE devices appear on the existing coresight bus alongside the other
26 coresight devices::
28 >$ ls /sys/bus/coresight/devices
33 >$ ls /sys/bus/coresight/devices/trbe0/
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.cpp46 auto devices = data.find("psuDevices"); in getVersionInfo() local
47 if (devices == data.end()) in getVersionInfo()
52 auto devicePath = devices->find(psuInventoryPath); in getVersionInfo()
53 if (devicePath == devices->end()) in getVersionInfo()
/openbmc/qemu/docs/system/
H A Dtarget-s390x.rst19 QEMU will not emulate most of the traditional devices found under LPAR or
20 z/VM; virtio devices (especially using virtio-ccw) make up the bulk of
21 the available devices. Passthrough of host devices via vfio-pci, vfio-ccw,
/openbmc/linux/drivers/nfc/nfcmrvl/
H A DKconfig5 The core driver to support Marvell NFC devices.
17 This driver provides support for Marvell NFC-over-USB devices:
30 This driver provides support for Marvell NFC-over-UART devices
41 This driver provides support for Marvell NFC-over-I2C devices.
52 This driver provides support for Marvell NFC-over-SPI devices.
/openbmc/u-boot/drivers/dma/
H A DKconfig10 memory copies to and from devices like qspi, ethernet
11 etc Drivers provide methods to access the DMA devices
20 channels which can either transfer data to/from different devices.
35 This driver support data transfer from devices to
36 memory and from memory to devices.
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst13 custom HID devices.
15 Hidraw is also useful for communicating with non-conformant HID devices
19 communication with these non-conformant devices is impossible using hiddev.
21 these non-conformant devices.
33 devices attached to the system. There is a tutorial on libudev with a
45 devices, the reports read using read() are the reports sent from the device
53 byte. For devices which do not use numbered reports, the report data
58 The write() function will write a report to the device. For USB devices, if
107 For USB devices, the string contains the physical path to the device (the
108 USB controller, hubs, ports, etc). For Bluetooth devices, the string
[all …]
/openbmc/linux/Documentation/arch/x86/
H A Diommu.rst16 device scope relationships between devices and which IOMMU controls
31 There are some devices the BIOS controls, for e.g USB devices to perform
32 PS2 emulation. The regions of memory used for these devices are marked
35 devices that need to access these regions. OS is expected to setup
36 unity mappings for these regions for these devices to access these regions.
45 well as information about the devices that each IOMMU virtualizes.
51 - Peripheral devices that cannot be otherwise enumerated
67 If you encounter issues with graphics devices, you can try adding
84 If you encounter issues with integrated graphics devices, you can try adding
/openbmc/linux/drivers/staging/board/
H A DKconfig7 in-tree development and integration of platform devices.
9 Helps developers integrate devices as platform devices for

12345678910>>...164