Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/sibyte/common/
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()
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-5.19.10/tools/testing/selftests/gpio/
Dgpio-sim.sh153 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-5.19.10/drivers/char/
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()
/linux-5.19.10/tools/testing/selftests/bpf/
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)
/linux-5.19.10/drivers/watchdog/
Dmenf21bmc_wdt.c15 #define DEVNAME "menf21bmc_wdt" macro
103 .identity = DEVNAME,
173 .name = DEVNAME,
/linux-5.19.10/drivers/dma-buf/
Ddma-heap.c23 #define DEVNAME "dma_heap" macro
311 ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); in dma_heap_init()
315 dma_heap_class = class_create(THIS_MODULE, DEVNAME); in dma_heap_init()
/linux-5.19.10/drivers/hwmon/
Dsch5627.c21 #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()
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()
Dlm95241.c21 #define DEVNAME "lm95241" macro
469 .name = DEVNAME,
Dstts751.c29 #define DEVNAME "stts751" macro
821 .name = DEVNAME,
/linux-5.19.10/Documentation/ABI/testing/
Dusb-uevent14 DEVNAME=/dev/bus/usb/002/001
/linux-5.19.10/sound/pci/
Dad1889.c63 #define DEVNAME "ad1889" macro
64 #define PFX DEVNAME ": "
/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-input.c34 #define DEVNAME "bttv-input" macro