/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
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)
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
D | menf21bmc_wdt.c | 15 #define DEVNAME "menf21bmc_wdt" macro 103 .identity = DEVNAME, 173 .name = DEVNAME,
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
D | dma-heap.c | 23 #define DEVNAME "dma_heap" macro 301 ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); in dma_heap_init() 305 dma_heap_class = class_create(THIS_MODULE, DEVNAME); in dma_heap_init()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | usb-uevent | 14 DEVNAME=/dev/bus/usb/002/001
|
/kernel/linux/linux-5.10/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 469 .name = DEVNAME,
|
D | stts751.c | 29 #define DEVNAME "stts751" macro 821 .name = DEVNAME,
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/sound/pci/ |
D | ad1889.c | 64 #define DEVNAME "ad1889" macro 65 #define PFX DEVNAME ": "
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 34 #define DEVNAME "bttv-input" macro
|
/kernel/linux/patches/linux-5.10/zhiyuan_patch/ |
D | kernel.patch | 579 - ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); 584 + ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); 588 dma_heap_class = class_create(THIS_MODULE, DEVNAME);
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 6118 - ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); 6123 + ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); 6127 dma_heap_class = class_create(THIS_MODULE, DEVNAME);
|