Home
last modified time | relevance | path

Searched refs:DEVNAME (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh32 if [ ` expr match "$DEVNAME" "$line" ` -gt 0 ];
50 name="`basename "$DEVNAME"`"
59 get_label_name "${DEVNAME}"
112 name="`basename "$DEVNAME"`"
115 $PMOUNT $DEVNAME 2> /dev/null
117 $MOUNT $DEVNAME 2> /dev/null
122 grep -q "^$DEVNAME " /proc/mounts && return
125 get_label_name "${DEVNAME}"
156 if ! $MOUNT -t auto $DEVNAME "$MOUNT_BASE/$name"
192 name="`basename "$DEVNAME"`"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/
H A D51-these-are-not-joysticks-rm.rules7 …=="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 D60-joystick.rules2 ACTION=="add", KERNEL=="js*", RUN+="/usr/bin/jscal-restore %E{DEVNAME}"
/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c123 #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()
355 pr_debug(DEVNAME ": done starting\n"); in sbprof_zbprof_start()
364 pr_debug(DEVNAME ": stopping\n"); in sbprof_zbprof_stop()
372 pr_debug(DEVNAME ": wait for disarm\n"); in sbprof_zbprof_stop()
[all …]
/openbmc/u-boot/tools/env/
H A Dfw_env.c274 DEVNAME(dev_id) = volume_devname; in ubi_check_dev()
953 DEVNAME(dev)); in flash_read_buf()
1148 DEVNAME(dev)); in flash_flag_obsolete()
1613 DEVNAME(dev)); in check_device_config()
1621 DEVNAME(dev)); in check_device_config()
1629 mtdinfo.type, DEVNAME(dev)); in check_device_config()
1652 DEVNAME(dev)); in check_device_config()
1660 DEVOFFSET(dev), DEVNAME(dev)); in check_device_config()
1703 DEVNAME(0) = DEVICE1_NAME; in parse_config()
1718 DEVNAME(1) = DEVICE2_NAME; in parse_config()
[all …]
/openbmc/linux/tools/testing/selftests/gpio/
H A Dgpio-sim.sh153 local DEVNAME=`configfs_dev_name $DEV`
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"
392 DEVNAME=`configfs_dev_name chip`
[all …]
/openbmc/linux/drivers/char/
H A Dpc8736x_gpio.c26 #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 Dtest_lirc_mode2.sh24 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/linux/drivers/watchdog/
H A Dmenf21bmc_wdt.c15 #define DEVNAME "menf21bmc_wdt" macro
103 .identity = DEVNAME,
173 .name = DEVNAME,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/
H A Detc-openct_usb.in-modify-UDEVINFO.patch19 @@ -15,10 +15,10 @@ if [ -z "$DEVNAME" ]; then
31 DEVNAME=/dev/$($UDEVINFO --query=name --path=$(dirname $DEVPATH))
/openbmc/qemu/docs/
H A Dqdev-device-use.txt60 -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...
252 -device DEVNAME,netdev=NET-ID,mac=MACADDR,DEV-OPTS...
254 DEVNAME equals MODEL, except for virtio you have to name the virtio
359 The new way is -device DEVNAME. For PCI devices, you can add
[all …]
/openbmc/u-boot/common/
H A Dusb_kbd.c57 #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 Ddma-heap.c23 #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 Dregulator.c34 DEVNAME = 0, enumerator
63 devname = regulator_names[i][DEVNAME]; in dm_test_power_regulator_get()
/openbmc/linux/Documentation/ABI/testing/
H A Dusb-uevent14 DEVNAME=/dev/bus/usb/002/001
/openbmc/linux/drivers/hwmon/
H A Dsch5627.c22 #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 Dsch5636.c22 #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 Dlm95241.c21 #define DEVNAME "lm95241" macro
469 .name = DEVNAME,
H A Dstts751.c29 #define DEVNAME "stts751" macro
821 .name = DEVNAME,
/openbmc/linux/sound/pci/
H A Dad1889.c63 #define DEVNAME "ad1889" macro
64 #define PFX DEVNAME ": "
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-input.c34 #define DEVNAME "bttv-input" macro