Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c135 #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.4.14/drivers/char/
Dpc8736x_gpio.c25 #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.4.14/drivers/watchdog/
Dmenf21bmc_wdt.c19 #define DEVNAME "menf21bmc_wdt" macro
107 .identity = DEVNAME,
191 .name = DEVNAME,
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivamnt.c43 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()
Ddivasi.c48 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()
Ddivasmain.c55 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.4.14/drivers/hwmon/
Dsch5636.c34 #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()
Dlm95241.c35 #define DEVNAME "lm95241" macro
412 .name = DEVNAME,
Dsch5627.c34 #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.4.14/Documentation/wimax/
DREADME.i2400m155 * /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.4.14/sound/pci/
Dad1889.c76 #define DEVNAME "ad1889" macro
77 #define PFX DEVNAME ": "
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-input.c47 #define DEVNAME "bttv-input" macro