Searched refs:DEVNAME (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/power_supply/ |
| H A D | helpers.sh | 15 PROP_PATH="$SYSFS_SUPPLIES"/"$DEVNAME"/"$PROP" 16 TEST_NAME="$DEVNAME".sysfs."$PROP" 59 PROP_PATH="$SYSFS_SUPPLIES"/"$DEVNAME"/"$PROP" 60 TEST_NAME="$DEVNAME".sysfs."$PROP" 80 TEST_NAME="$DEVNAME".sysfs."$PROP" 83 DATA=$(cat "$SYSFS_SUPPLIES"/"$DEVNAME"/"$PROP") 95 TEST_NAME="$DEVNAME".sysfs."$PROP" 98 DATA=$(cat "$SYSFS_SUPPLIES"/"$DEVNAME"/"$PROP") 113 TEST_NAME="$DEVNAME".sysfs."$PROP" 116 DATA=$(cat "$SYSFS_SUPPLIES"/"$DEVNAME"/"$PROP") [all …]
|
| H A D | test_power_supply_properties.sh | 44 for DEVNAME in $supplies; do 45 ktap_print_msg Testing device "$DEVNAME" 47 if [ ! -d "$SYSFS_SUPPLIES"/"$DEVNAME" ]; then 48 ktap_test_fail "$DEVNAME".exists 52 ktap_test_pass "$DEVNAME".exists 54 test_uevent_prop NAME "$DEVNAME" 57 SUPPLY_TYPE=$(cat "$SYSFS_SUPPLIES"/"$DEVNAME"/type)
|
| /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 …]
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-sim.sh | 154 local DEVNAME=`configfs_dev_name $DEV` 156 local SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio$OFFSET/pull" 355 DEVNAME=`configfs_dev_name chip` 357 SYSFS_PATH=/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/pull 369 DEVNAME=`configfs_dev_name chip` 371 SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/pull" 380 DEVNAME=`configfs_dev_name chip` 382 SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/value" 394 DEVNAME=`configfs_dev_name chip` 396 SYSFS_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/value" [all …]
|
| H A D | gpio-aggregator.sh | 681 DEVNAME=$(cat "$CONFIGFS_SIM_DIR/$CHIP/dev_name") 683 VAL_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio${LINE}/value" 701 DEVNAME=$(cat "$CONFIGFS_SIM_DIR/$CHIP/dev_name") 703 VAL_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio${LINE}/value"
|
| /linux/drivers/char/ |
| H A D | pc8736x_gpio.c | 26 #define DEVNAME "pc8736x_gpio" macro 259 pdev = platform_device_alloc(DEVNAME, 0); in pc8736x_gpio_init() 297 if (!request_region(pc8736x_gpio_base, PC8736X_GPIO_RANGE, DEVNAME)) { in pc8736x_gpio_init() 307 rc = register_chrdev_region(devid, PC8736X_GPIO_CT, DEVNAME); in pc8736x_gpio_init() 309 rc = alloc_chrdev_region(&devid, 0, PC8736X_GPIO_CT, DEVNAME); in pc8736x_gpio_init()
|
| /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)
|
| /linux/drivers/watchdog/ |
| H A D | menf21bmc_wdt.c | 15 #define DEVNAME "menf21bmc_wdt" macro 103 .identity = DEVNAME, 173 .name = DEVNAME,
|
| /linux/Documentation/ABI/testing/ |
| H A D | usb-uevent | 14 DEVNAME=/dev/bus/usb/002/001
|
| /linux/drivers/hwmon/ |
| H A D | sch5627.c | 25 #define DEVNAME DRVNAME /* We only support one model */ macro 600 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr); in sch5627_probe() 604 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() 433 pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, in sch5636_probe()
|
| H A D | stts751.c | 29 #define DEVNAME "stts751" macro 820 .name = DEVNAME,
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-input.c | 34 #define DEVNAME "bttv-input" macro
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 956 <DEVNAME>:<n>.<n>[,options] 958 The addressing uses DEVNAME of the physical serial port
|