Searched refs:DEVNAME (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/arch/mips/sibyte/common/ |
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() 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 …]
|
/linux-6.3-rc2/tools/testing/selftests/gpio/ |
A D | gpio-sim.sh | 153 local DEVNAME=`configfs_dev_name $DEV` 155 local SYSFSPATH="/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"
|
/linux-6.3-rc2/drivers/char/ |
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()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
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-6.3-rc2/drivers/watchdog/ |
A D | menf21bmc_wdt.c | 15 #define DEVNAME "menf21bmc_wdt" macro 103 .identity = DEVNAME, 173 .name = DEVNAME,
|
/linux-6.3-rc2/drivers/dma-buf/ |
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(THIS_MODULE, DEVNAME); in dma_heap_init()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | sch5627.c | 21 #define DEVNAME DRVNAME /* We only support one model */ macro 504 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr); in sch5627_probe() 508 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, DEVNAME, data, in sch5627_probe()
|
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()
|
A D | lm95241.c | 21 #define DEVNAME "lm95241" macro 469 .name = DEVNAME,
|
A D | stts751.c | 29 #define DEVNAME "stts751" macro 821 .name = DEVNAME,
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | usb-uevent | 14 DEVNAME=/dev/bus/usb/002/001
|
/linux-6.3-rc2/sound/pci/ |
A D | ad1889.c | 63 #define DEVNAME "ad1889" macro 64 #define PFX DEVNAME ": "
|
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | bttv-input.c | 34 #define DEVNAME "bttv-input" macro
|
Completed in 26 milliseconds