/openbmc/openbmc/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" 50 name="`basename "$DEVNAME"`" 59 get_label_name "${DEVNAME}" 69 grep "^[[:space:]]*$DEVNAME" /etc/fstab && return 71 tmp="$(lsblk -o $n $DEVNAME | sed -e '1d')" 78 logger "mount.sh/automount" "Filesystem '$ID_FS_TYPE' on '${DEVNAME}' is unsupported" 101 if ! $MOUNT --collect --no-block -t auto $DEVNAME "$MOUNT_BASE/$name" 112 name="`basename "$DEVNAME"`" 115 $PMOUNT $DEVNAME 2> /dev/null [all …]
|
/openbmc/openbmc/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}"
|
/openbmc/linux/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 …]
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env.c | 77 #define DEVNAME(i) envdevices[(i)].devname macro 246 char *devname = (char *)DEVNAME(dev_id); in ubi_check_dev() 251 if (!is_ubi_devname(DEVNAME(dev_id))) in ubi_check_dev() 274 DEVNAME(dev_id) = volume_devname; in ubi_check_dev() 947 DEVNAME(dev), strerror(errno)); in flash_read_buf() 953 DEVNAME(dev)); in flash_read_buf() 1098 DEVNAME(dev), strerror(errno)); in flash_write_buf() 1106 DEVNAME(dev), strerror(errno)); in flash_write_buf() 1116 DEVNAME(dev), strerror(errno)); in flash_write_buf() 1148 DEVNAME(dev)); in flash_flag_obsolete() [all …]
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-sim.sh | 153 local DEVNAME=`configfs_dev_name $DEV` 155 local SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio$OFFSET/pull" 341 DEVNAME=`configfs_dev_name chip` 343 SYSFS_PATH=/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/pull 354 DEVNAME=`configfs_dev_name chip` 356 SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/pull" 364 DEVNAME=`configfs_dev_name chip` 366 SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/value" 377 DEVNAME=`configfs_dev_name chip` 379 SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/value" [all …]
|
/openbmc/linux/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()
|
/openbmc/linux/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)
|
/openbmc/qemu/docs/ |
H A D | qdev-device-use.txt | 60 -device DEVNAME,drive=DRIVE-ID,DEV-OPTS... 74 if=ide, if=scsi and if=xen. The new way uses DEVNAME for that. 83 -device DEVNAME,drive=DRIVE-ID,bus=IDE-BUS,unit=UNIT 85 where DEVNAME is either ide-hd or ide-cd, IDE-BUS identifies an IDE 101 -device DEVNAME,drive=DRIVE-ID,bus=ID.0,scsi-id=UNIT 103 where DEVNAME is either scsi-hd, scsi-cd or scsi-generic. 170 -device DEVNAME,chardev=CHR-ID,DEV-OPTS... 172 The appropriate DEVNAME depends on the machine type. For type "pc": 252 -device DEVNAME,netdev=NET-ID,mac=MACADDR,DEV-OPTS... 254 DEVNAME equals MODEL, except for virtio you have to name the virtio [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | menf21bmc_wdt.c | 15 #define DEVNAME "menf21bmc_wdt" macro 103 .identity = DEVNAME, 173 .name = DEVNAME,
|
/openbmc/openbmc/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))
|
/openbmc/u-boot/common/ |
H A D | usb_kbd.c | 57 #define DEVNAME "usbkbd" macro 511 strcpy(usb_kbd_dev.name, DEVNAME); 527 if (strcmp(stdinname, DEVNAME)) 534 error = console_assign(stdin, DEVNAME); 580 dev = stdio_get_by_name(DEVNAME); 621 sdev = stdio_get_by_name(DEVNAME);
|
/openbmc/linux/drivers/dma-buf/ |
H A D | dma-heap.c | 23 #define DEVNAME "dma_heap" macro 313 ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); in dma_heap_init() 317 dma_heap_class = class_create(DEVNAME); in dma_heap_init()
|
/openbmc/u-boot/test/dm/ |
H A D | regulator.c | 34 DEVNAME = 0, enumerator 63 devname = regulator_names[i][DEVNAME]; in dm_test_power_regulator_get()
|
/openbmc/linux/drivers/hwmon/ |
H A D | sch5627.c | 22 #define DEVNAME DRVNAME /* We only support one model */ macro 517 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr); in sch5627_probe() 521 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, DEVNAME, data, in sch5627_probe()
|
H A D | sch5636.c | 22 #define DEVNAME "theseus" /* We only support one model for now */ macro 163 return sysfs_emit(buf, "%s\n", DEVNAME); in name_show() 436 pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, in sch5636_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,
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | usb-uevent | 14 DEVNAME=/dev/bus/usb/002/001
|
/openbmc/linux/sound/pci/ |
H A D | ad1889.c | 63 #define DEVNAME "ad1889" macro 64 #define PFX DEVNAME ": "
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-input.c | 34 #define DEVNAME "bttv-input" macro
|