Home
last modified time | relevance | path

Searched refs:DEVICE (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v5.10/drivers/usb/serial/
Dusb-serial-simple.c34 #define DEVICE(vendor, IDS) DEVICE_N(vendor, IDS, 1) macro
39 DEVICE(carelink, CARELINK_IDS);
44 DEVICE(zio, ZIO_IDS);
49 DEVICE(funsoft, FUNSOFT_IDS);
56 DEVICE(flashloader, FLASHLOADER_IDS);
64 DEVICE(google, GOOGLE_IDS);
69 DEVICE(libtransistor, LIBTRANSISTOR_IDS);
74 DEVICE(vivopay, VIVOPAY_IDS);
83 DEVICE(moto_modem, MOTO_IDS);
92 DEVICE(motorola_tetra, MOTOROLA_TETRA_IDS);
[all …]
/Linux-v5.10/Documentation/target/
Dtarget-export-device12 Usage: $(basename $0) [-p PORTAL] DEVICE|FILE
30 DEVICE=$1
31 [ -n "$DEVICE" ] || die "Missing device or file argument"
32 [ -b $DEVICE -o -f $DEVICE ] || die "Invalid device or file: ${DEVICE}"
33 IQN="iqn.2003-01.org.linux-iscsi.$(hostname):$(basename $DEVICE)"
47 if [ -b $DEVICE ]; then
50 echo "udev_path=${DEVICE}" > $BACKSTORE_DIR/control
54 DEVICE_SIZE=$(du -b $DEVICE | cut -f1)
55 echo "fd_dev_name=${DEVICE}" > $BACKSTORE_DIR/control
/Linux-v5.10/samples/bpf/
Dtest_override_return.sh5 DEVICE=$(losetup --show -f testfile.img)
6 mkfs.btrfs -f $DEVICE
8 ./tracex7 $DEVICE
15 losetup -d $DEVICE
/Linux-v5.10/tools/testing/selftests/android/ion/
Dion_test.sh37 DEVICE=/dev/ion
38 if [ ! -e $DEVICE ]; then
39 echo $TCID: No $DEVICE device found >&2
/Linux-v5.10/Documentation/PCI/
Dpci-iov-howto.rst77 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_numvfs
88 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_numvfs
96 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_drivers_autoprobe
104 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_drivers_autoprobe
/Linux-v5.10/drivers/media/dvb-frontends/
Dstb0899_priv.h243 #define STB0899_READ_S2REG(DEVICE, REG) (_stb0899_read_s2reg(state, DEVICE, STB0899_BASE_##REG, ST… argument
/Linux-v5.10/Documentation/admin-guide/auxdisplay/
Dks0108.rst14 2. DEVICE INFORMATION
Dcfag12864b.rst14 2. DEVICE INFORMATION
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dbrcm,ns2-drd-phy.txt1 BROADCOM NORTHSTAR2 USB2 (DUAL ROLE DEVICE) PHY
/Linux-v5.10/tools/usb/
Dhcd-tests.sh41 if [ "$DEVICE" = "" ]; then
/Linux-v5.10/Documentation/usb/
Dauthorization.rst21 $ echo 1 > /sys/bus/usb/devices/DEVICE/authorized
25 $ echo 0 > /sys/bus/usb/devices/DEVICE/authorized
/Linux-v5.10/Documentation/admin-guide/
Dhw_random.rst29 CHARACTER DEVICE. Using the standard open()
43 CLASS DEVICE. There is a /sys/class/misc/hw_random node with
/Linux-v5.10/tools/testing/selftests/ptp/
Dtestptp.c28 #define DEVICE "/dev/ptp0" macro
164 char *device = DEVICE; in main()
/Linux-v5.10/tools/testing/selftests/tc-testing/
DREADME121 [-d DEVICE] [-P] [-n] [-V]
130 -d DEVICE, --device DEVICE
132 DEVICE is its name. (If not defined, tests that require
/Linux-v5.10/Documentation/driver-api/backlight/
Dlp855x-driver.rst44 Value of DEVICE CONTROL register.
/Linux-v5.10/Documentation/spi/
Dspidev.rst30 DEVICE CREATION, DRIVER BINDING
79 BASIC CHARACTER DEVICE API
146 FULL DUPLEX CHARACTER DEVICE API
/Linux-v5.10/Documentation/devicetree/bindings/leds/backlight/
Dlp855x.txt7 - dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device.
/Linux-v5.10/Documentation/ABI/testing/
Ddev-kmsg97 DEVICE=+acpi:PNP0A03:00
101 The DEVICE= key uniquely identifies devices the following way:
/Linux-v5.10/Documentation/fault-injection/
Dfault-injection.rst332 DEVICE=$(losetup --show -f testfile.img)
333 mkfs.btrfs -f $DEVICE
347 mount -t btrfs $DEVICE tmpmnt
359 losetup -d $DEVICE
/Linux-v5.10/Documentation/driver-api/usb/
Dhotplug.rst75 If "usbdevfs" is configured, DEVICE and DEVFS are also passed. DEVICE is
/Linux-v5.10/drivers/phy/broadcom/
DKconfig76 This driver initializes the PHY in either HOST or DEVICE mode.
/Linux-v5.10/Documentation/devicetree/bindings/pci/
Dti-pci.txt42 DEVICE MODE
/Linux-v5.10/arch/arm/boot/dts/
Dimx53-m53menlo.dts10 model = "MENLO M53 EMBEDDED DEVICE";
/Linux-v5.10/Documentation/hwmon/
Dsmsc47b397.rst181 ; LOGICAL DEVICE 8
/Linux-v5.10/Documentation/driver-api/
Dlibata.rst59 Called after IDENTIFY [PACKET] DEVICE is issued to each device found.
941 EXECUTE DEVICE DIAGNOSTIC command
953 ATAPI DEVICE RESET command
970 - CHS set up with INITIALIZE DEVICE PARAMETERS (seldom used)
984 Also, ATA/ATAPI standard requires that IDENTIFY DEVICE / IDENTIFY PACKET
985 DEVICE is issued after any configuration parameter is updated or a

12