| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | mount.sh | 32 if [ ` expr match "$DEVNAME" "$line" ` -gt 0 ]; 34 logger "udev/mount.sh" "[$DEVNAME] is marked to ignore" 40 name="`basename "$DEVNAME"`" 49 get_label_name "${DEVNAME}" 59 grep "^[[:space:]]*$DEVNAME" /etc/fstab && return 61 tmp="$(lsblk -o $n $DEVNAME | sed -e '1d')" 86 if ! $MOUNT --no-block -t auto $DEVNAME "$MOUNT_BASE/$name" 97 name="`basename "$DEVNAME"`" 100 $PMOUNT $DEVNAME 2> /dev/null 102 $MOUNT $DEVNAME 2> /dev/null [all …]
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/udev/scripts/ |
| H A D | mount.sh | 31 if [ ` expr match "$DEVNAME" "$line" ` -gt 0 ]; 33 logger "udev/mount.sh" "[$DEVNAME] is blacklisted, ignoring" 39 name="`basename "$DEVNAME"`" 48 grep "^[[:space:]]*$DEVNAME" /etc/fstab && return 50 tmp="$(lsblk -o $n $DEVNAME | sed -e '1d')" 73 if ! $MOUNT --no-block -t auto $DEVNAME "/run/media/$name" 84 name="`basename "$DEVNAME"`" 87 $PMOUNT $DEVNAME 2> /dev/null 89 $MOUNT $DEVNAME 2> /dev/null 94 grep -q "^$DEVNAME " /proc/mounts && return [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
| H A D | 51-these-are-not-joysticks-rm.rules | 7 …=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 9 …=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 11 …=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 13 …=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 15 …=="056a", ATTRS{idProduct}=="0012", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 17 …=="056a", ATTRS{idProduct}=="0013", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 19 …=="056a", ATTRS{idProduct}=="0014", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 21 …=="056a", ATTRS{idProduct}=="0015", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 23 …=="056a", ATTRS{idProduct}=="0016", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… 25 …=="056a", ATTRS{idProduct}=="0017", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_J… [all …]
|
| H A D | 60-joystick.rules | 2 ACTION=="add", KERNEL=="js*", RUN+="/usr/bin/jscal-restore %E{DEVNAME}"
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/common/ |
| H A D | sb_tbprof.c | 123 #define DEVNAME "sb_tbprof" macro 193 pr_debug(DEVNAME ": tb_intr\n"); in sbprof_tb_intr() 220 pr_debug(DEVNAME ": tb_intr shutdown\n"); in sbprof_tb_intr() 231 pr_debug(DEVNAME ": tb_intr full\n"); in sbprof_tb_intr() 243 printk(DEVNAME ": unexpected pc_intr"); in sbprof_pc_intr() 261 pr_debug(DEVNAME ": starting\n"); in sbprof_zbprof_start() 267 DEVNAME " trace freeze", &sbp); in sbprof_zbprof_start() 283 if (request_irq(K_INT_PERF_CNT, sbprof_pc_intr, 0, DEVNAME " scd perfcnt", &sbp)) { in sbprof_zbprof_start() 355 pr_debug(DEVNAME ": done starting\n"); in sbprof_zbprof_start() 364 pr_debug(DEVNAME ": stopping\n"); in sbprof_zbprof_stop() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | fw_env.c | 73 #define DEVNAME(i) envdevices[(i)].devname macro 765 DEVNAME (dev), strerror (errno)); in flash_read_buf() 771 DEVNAME(dev)); in flash_read_buf() 916 DEVNAME(dev), strerror(errno)); in flash_write_buf() 924 DEVNAME (dev), strerror (errno)); in flash_write_buf() 935 DEVNAME (dev), strerror (errno)); in flash_write_buf() 967 DEVNAME (dev)); in flash_flag_obsolete() 1022 DEVOFFSET (dev_target), DEVNAME (dev_target)); in flash_write() 1037 DEVOFFSET (dev_current), DEVNAME (dev_current)); in flash_write() 1062 fd_current = open (DEVNAME (dev_current), mode); in flash_io() [all …]
|
| /OK3568_Linux_fs/buildroot/package/usbmount/ |
| H A D | 0002-use-udev-environment-instead-of-blkid.patch | 28 - DEVINFO=$(/sbin/blkid -p $DEVNAME) 35 log info "$DEVNAME does not contain a filesystem or disklabel" 39 log info "executing command: mount $DEVNAME" 40 mount $DEVNAME || log err "mount by DEVNAME with $DEVNAME wasn't successful; return code $?" 50 - log debug "$DEVNAME contains filesystem type $FSTYPE" 51 + log debug "$DEVNAME contains filesystem type $ID_FS_TYPE" 61 export UM_DEVICE="$DEVNAME"
|
| H A D | 0006-usbmount-Use-realpath-for-mountpoint-matching.patch | 22 log debug "mountpoint $mountpoint is available for $DEVNAME"
|
| H A D | 0004-usbmount-Allow-unmounting-other-mountpoints.patch | 20 if [ "$DEVNAME" = "$device" ]; then
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | pc8736x_gpio.c | 26 #define DEVNAME "pc8736x_gpio" macro 260 pdev = platform_device_alloc(DEVNAME, 0); in pc8736x_gpio_init() 298 if (!request_region(pc8736x_gpio_base, PC8736X_GPIO_RANGE, DEVNAME)) { in pc8736x_gpio_init() 308 rc = register_chrdev_region(devid, PC8736X_GPIO_CT, DEVNAME); in pc8736x_gpio_init() 310 rc = alloc_chrdev_region(&devid, 0, PC8736X_GPIO_CT, DEVNAME); in pc8736x_gpio_init()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_kbd.c | 58 #define DEVNAME "usbkbd" macro 412 dev = stdio_get_by_name(DEVNAME); 428 dev = stdio_get_by_name(DEVNAME); 550 strcpy(usb_kbd_dev.name, DEVNAME); 566 if (strcmp(stdinname, DEVNAME)) 573 error = console_assign(stdin, DEVNAME); 619 dev = stdio_get_by_name(DEVNAME); 715 sdev = stdio_get_by_name(DEVNAME);
|
| /OK3568_Linux_fs/debian/overlay-debug/usr/lib/udev/rules.d/ |
| H A D | 61-partition-init.rules | 15 ENV{DEVNAME}=="/dev/rknand*", ENV{DEVTYPE}=="disk", ENV{DEVPATH}=="/devices/virtual/block/rknand", … 24 ENV{DEVNAME}=="/dev/mtd*", ENV{DEVTYPE}=="mtd", ATTRS{name}=="?*", SYMLINK+="block/by-name/$attr{na… 27 ENV{DEVNAME}=="/dev/nvme*", ENV{DEVTYPE}=="disk", ATTRS{name}=="?*", SYMLINK+="block/by-name/$attr{…
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | menf21bmc_wdt.c | 15 #define DEVNAME "menf21bmc_wdt" macro 103 .identity = DEVNAME, 173 .name = DEVNAME,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_lirc_mode2.sh | 24 LIRCDEV=$(grep DEVNAME= $i/lirc*/uevent | sed sQDEVNAME=Q/dev/Q) 25 INPUTDEV=$(grep DEVNAME= $i/input*/event*/uevent | sed sQDEVNAME=Q/dev/Q)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openct/openct/ |
| H A D | etc-openct_usb.in-modify-UDEVINFO.patch | 19 @@ -15,10 +15,10 @@ if [ -z "$DEVNAME" ]; then 31 DEVNAME=/dev/$($UDEVINFO --query=name --path=$(dirname $DEVPATH))
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | 61-partition-init.rules | 15 ENV{DEVNAME}=="/dev/rknand*", ENV{DEVTYPE}=="disk", ENV{DEVPATH}=="/devices/virtual/block/rknand", … 24 ENV{DEVNAME}=="/dev/mtdblock*", ENV{DEVTYPE}=="disk", SYMLINK+="block/by-name/$attr{device/name}"
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-heap.c | 23 #define DEVNAME "dma_heap" macro 468 ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); in dma_heap_init() 472 dma_heap_class = class_create(THIS_MODULE, DEVNAME); in dma_heap_init()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | regulator.c | 37 DEVNAME = 0, enumerator 66 devname = regulator_names[i][DEVNAME]; in dm_test_power_regulator_get()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | usb-uevent | 14 DEVNAME=/dev/bus/usb/002/001
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | sch5636.c | 21 #define DEVNAME "theseus" /* We only support one model for now */ macro 163 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME); in name_show() 439 pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, in sch5636_probe()
|
| H A D | sch5627.c | 21 #define DEVNAME DRVNAME /* We only support one model */ macro 198 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME); in name_show() 551 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr); in sch5627_probe()
|
| H A D | lm95241.c | 21 #define DEVNAME "lm95241" macro 469 .name = DEVNAME,
|
| H A D | stts751.c | 29 #define DEVNAME "stts751" macro 821 .name = DEVNAME,
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.c | 29 #define DEVNAME "rk_dma_heap" macro 711 DEVNAME); in rk_dma_heap_init() 715 rk_dma_heap_class = class_create(THIS_MODULE, DEVNAME); in rk_dma_heap_init()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/wimax/ |
| H A D | i2400m.rst | 170 * /sys/kernel/debug/wimax:DEVNAME/ for the generic WiMAX stack 172 * /sys/kernel/debug/wimax:DEVNAME/i2400m for the i2400m generic 174 * /sys/kernel/debug/wimax:DEVNAME/i2400m-usb (or -sdio) for the
|