Home
last modified time | relevance | path

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

/linux/arch/mips/sibyte/common/
A 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()
355 pr_debug(DEVNAME ": done starting\n"); in sbprof_zbprof_start()
364 pr_debug(DEVNAME ": stopping\n"); in sbprof_zbprof_stop()
372 pr_debug(DEVNAME ": wait for disarm\n"); in sbprof_zbprof_stop()
[all …]
/linux/drivers/char/
A 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/drivers/watchdog/
A Dmenf21bmc_wdt.c15 #define DEVNAME "menf21bmc_wdt" macro
103 .identity = DEVNAME,
173 .name = DEVNAME,
/linux/tools/testing/selftests/bpf/
A Dtest_lirc_mode2.sh23 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/drivers/dma-buf/
A Ddma-heap.c22 #define DEVNAME "dma_heap" macro
309 ret = alloc_chrdev_region(&dma_heap_devt, 0, NUM_HEAP_MINORS, DEVNAME); in dma_heap_init()
313 dma_heap_class = class_create(THIS_MODULE, DEVNAME); in dma_heap_init()
/linux/drivers/hwmon/
A Dsch5627.c20 #define DEVNAME DRVNAME /* We only support one model */ macro
442 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr); in sch5627_probe()
446 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, DEVNAME, data, in sch5627_probe()
A Dsch5636.c21 #define DEVNAME "theseus" /* We only support one model for now */ macro
162 return sysfs_emit(buf, "%s\n", DEVNAME); in name_show()
435 pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, in sch5636_probe()
A Dlm95241.c21 #define DEVNAME "lm95241" macro
469 .name = DEVNAME,
A Dstts751.c29 #define DEVNAME "stts751" macro
821 .name = DEVNAME,
/linux/Documentation/ABI/testing/
A Dusb-uevent14 DEVNAME=/dev/bus/usb/002/001
/linux/sound/pci/
A Dad1889.c63 #define DEVNAME "ad1889" macro
64 #define PFX DEVNAME ": "
/linux/drivers/media/pci/bt8xx/
A Dbttv-input.c34 #define DEVNAME "bttv-input" macro

Completed in 25 milliseconds