/linux-4.1.27/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 135 #define DEVNAME "sb_tbprof" macro 205 pr_debug(DEVNAME ": tb_intr\n"); in sbprof_tb_intr() 232 pr_debug(DEVNAME ": tb_intr shutdown\n"); in sbprof_tb_intr() 243 pr_debug(DEVNAME ": tb_intr full\n"); in sbprof_tb_intr() 255 printk(DEVNAME ": unexpected pc_intr"); in sbprof_pc_intr() 273 pr_debug(DEVNAME ": starting\n"); in sbprof_zbprof_start() 279 DEVNAME " trace freeze", &sbp); in sbprof_zbprof_start() 295 if (request_irq(K_INT_PERF_CNT, sbprof_pc_intr, 0, DEVNAME " scd perfcnt", &sbp)) { in sbprof_zbprof_start() 367 pr_debug(DEVNAME ": done starting\n"); in sbprof_zbprof_start() 376 pr_debug(DEVNAME ": stopping\n"); in sbprof_zbprof_stop() [all …]
|
/linux-4.1.27/drivers/char/ |
D | pc8736x_gpio.c | 25 #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-4.1.27/drivers/watchdog/ |
D | menf21bmc_wdt.c | 19 #define DEVNAME "menf21bmc_wdt" macro 107 .identity = DEVNAME, 190 .name = DEVNAME,
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 43 static char *DEVNAME = "DivasMAINT"; variable 184 unregister_chrdev(major, DEVNAME); in divas_maint_unregister_chrdev() 189 if ((major = register_chrdev(0, DEVNAME, &divas_maint_fops)) < 0) in divas_maint_register_chrdev()
|
D | divasi.c | 48 static char *DEVNAME = "DivasIDI"; variable 146 unregister_chrdev(major, DEVNAME); in divas_idi_unregister_chrdev() 151 if ((major = register_chrdev(0, DEVNAME, &divas_idi_fops)) < 0) in divas_idi_register_chrdev()
|
D | divasmain.c | 55 static char *DEVNAME = "Divas"; variable 673 unregister_chrdev(major, DEVNAME); in divas_unregister_chrdev() 678 if ((major = register_chrdev(0, DEVNAME, &divas_fops)) < 0) in divas_register_chrdev()
|
/linux-4.1.27/drivers/hwmon/ |
D | sch5636.c | 34 #define DEVNAME "theseus" /* We only support one model for now */ macro 176 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME); in show_name() 452 pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME, in sch5636_probe()
|
D | lm95241.c | 35 #define DEVNAME "lm95241" macro 412 .name = DEVNAME,
|
D | sch5627.c | 34 #define DEVNAME DRVNAME /* We only support one model */ macro 211 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME); in show_name() 564 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr); in sch5627_probe()
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 155 * /sys/kernel/debug/wimax:DEVNAME/ for the generic WiMAX stack 157 * /sys/kernel/debug/wimax:DEVNAME/i2400m for the i2400m generic 159 * /sys/kernel/debug/wimax:DEVNAME/i2400m-usb (or -sdio) for the
|
/linux-4.1.27/sound/pci/ |
D | ad1889.c | 76 #define DEVNAME "ad1889" macro 77 #define PFX DEVNAME ": "
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 47 #define DEVNAME "bttv-input" macro
|