Searched refs:DEVNAME (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/arch/mips/sibyte/common/ |
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-v5.4/drivers/char/ |
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-v5.4/tools/testing/selftests/bpf/ |
D | test_lirc_mode2.sh | 23 LIRCDEV=$(grep DEVNAME= $i/lirc*/uevent | sed sQDEVNAME=Q/dev/Q) 24 INPUTDEV=$(grep DEVNAME= $i/input*/event*/uevent | sed sQDEVNAME=Q/dev/Q)
|
/Linux-v5.4/drivers/watchdog/ |
D | menf21bmc_wdt.c | 15 #define DEVNAME "menf21bmc_wdt" macro 103 .identity = DEVNAME, 173 .name = DEVNAME,
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | usb-uevent | 14 DEVNAME=/dev/bus/usb/002/001
|
/Linux-v5.4/drivers/hwmon/ |
D | sch5636.c | 21 #define DEVNAME "theseus" /* We only support one model for now */ macro 163 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME); in name_show() 439 pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, in sch5636_probe()
|
D | sch5627.c | 21 #define DEVNAME DRVNAME /* We only support one model */ macro 198 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME); in name_show() 551 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr); in sch5627_probe()
|
D | lm95241.c | 21 #define DEVNAME "lm95241" macro 470 .name = DEVNAME,
|
D | stts751.c | 29 #define DEVNAME "stts751" macro 822 .name = DEVNAME,
|
/Linux-v5.4/Documentation/admin-guide/wimax/ |
D | i2400m.rst | 170 * /sys/kernel/debug/wimax:DEVNAME/ for the generic WiMAX stack 172 * /sys/kernel/debug/wimax:DEVNAME/i2400m for the i2400m generic 174 * /sys/kernel/debug/wimax:DEVNAME/i2400m-usb (or -sdio) for the
|
/Linux-v5.4/sound/pci/ |
D | ad1889.c | 64 #define DEVNAME "ad1889" macro 65 #define PFX DEVNAME ": "
|
/Linux-v5.4/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 34 #define DEVNAME "bttv-input" macro
|