Home
last modified time | relevance | path

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

12345678910>>...22

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dddimage38 diskutil info $DEVICE | egrep "(Device Node|Media Name|Total Size)"
43 ACTUAL_DEVICE=`readlink -f $DEVICE`
45 if [ "$ACTUAL_DEVICE" != "$DEVICE" ] ; then
46 echo " device: $DEVICE -> $ACTUAL_DEVICE"
48 echo " device: $DEVICE"
117 DEVICE=$2
125 if [ ! -e "$DEVICE" ]; then
126 echo "ERROR: Device $DEVICE does not exist"
133 ACTUAL_DEVICE=$DEVICE
135 ACTUAL_DEVICE=`readlink -f $DEVICE`
[all …]
H A Dserdevtry21 DEVICE=""
25 DEVICE=$1
31 if [ "$DEVICE" != "" ] ; then
33 if [ ! -e $DEVICE ] ; then
34 echo "serdevtry: waiting for $DEVICE to exist..."
35 while [ ! -e $DEVICE ]; do
39 if [ ! -w $DEVICE ] ; then
43 while [ ! -w $DEVICE ]; do
45 echo "Device $DEVICE exists but is not writable!"
53 if [ -e $DEVICE ] ; then
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/target/
H A 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
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtest_override_return.sh6 DEVICE=$(losetup --show -f testfile.img)
7 mkfs.btrfs -f $DEVICE
9 ./tracex7 $DEVICE
16 losetup -d $DEVICE
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check/
H A Dgma500-gfx-check.sh9 for DEVICE in $DEVICES; do
10 …if udevadm trigger --subsystem-match=pci --verbose --attr-match=device=$DEVICE | grep "pci" >> /de…
11 echo "Found $DEVICE, avoiding gma500_gfx module" >> /dev/kmsg;
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dion_test.sh37 DEVICE=/dev/ion
38 if [ ! -e $DEVICE ]; then
39 echo $TCID: No $DEVICE device found >&2
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDJIS_C6229-1984-B-ADD.gz1<code_set_name> JIS_C6229-1984-B-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-HAND-ADD.gz1<code_set_name> JIS_C6229-1984-HAND-ADD 2<comment_char> % 3<escape_char ...
HDISO_2033-1983.gz1<code_set_name> ISO_2033-1983 2<comment_char> % 3<escape_char> / 4% ...
HDJIS_C6229-1984-KANA.gz1<code_set_name> JIS_C6229-1984-KANA 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-HAND.gz
HDINIS-8.gz1<code_set_name> INIS-8 2<comment_char> % 3<escape_char> / 4% ...
HDJIS_C6220-1969-JP.gz1<code_set_name> JIS_C6220-1969-JP 2<comment_char> % 3<escape_char> / ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDJIS_C6229-1984-HAND-ADD.gz1<code_set_name> JIS_C6229-1984-HAND-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-B-ADD.gz1<code_set_name> JIS_C6229-1984-B-ADD 2<comment_char> % 3<escape_char ...
HDISO_2033-1983.gz1<code_set_name> ISO_2033-1983 2<comment_char> % 3<escape_char> / 4% ...
HDJIS_C6229-1984-HAND.gz
HDJIS_C6229-1984-KANA.gz
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
HDINIS-8.gz1<code_set_name> INIS-8 2<comment_char> % 3<escape_char> / 4% ...
HDJIS_C6220-1969-JP.gz1<code_set_name> JIS_C6220-1969-JP 2<comment_char> % 3<escape_char> / ...
HDISO_5427-EXT.gz1<code_set_name> ISO_5427-EXT 2<comment_char> % 3<escape_char> / 4% ...
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/
H A Dinit26 DEVICE=/dev/ttyS2
32 DEVICE=/dev/ttyS1
57 start-stop-daemon --start --quiet --exec "$IRDA_DAEMON" ${DEVICE} ${ARGS} --pidfile "$IRATTACH_PID"

12345678910>>...22