Searched refs:DEVNAME (Results 1 – 6 of 6) sorted by relevance
/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()
|
/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 42 static char *DEVNAME = "DivasMAINT"; variable 183 unregister_chrdev(major, DEVNAME); in divas_maint_unregister_chrdev() 188 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 | 57 static char *DEVNAME = "Divas"; variable 678 unregister_chrdev(major, DEVNAME); in divas_unregister_chrdev() 683 if ((major = register_chrdev(0, DEVNAME, &divas_fops)) < 0) in divas_register_chrdev()
|
/drivers/media/video/ |
D | ir-kbd-i2c.c | 62 #define DEVNAME "ir-kbd-i2c" macro 64 printk(KERN_DEBUG DEVNAME ": " fmt , ## arg) 365 printk(DEVNAME ": Huh? unknown i2c address (0x%02x)?\n", addr); in ir_attach() 403 printk(DEVNAME ": %s detected at %s [%s]\n", in ir_attach()
|
/drivers/media/video/bt8xx/ |
D | bttv-input.c | 49 #define DEVNAME "bttv-input" macro 68 dprintk(KERN_INFO DEVNAME ": irq gpio=0x%x code=%d | %s%s%s\n", in ir_handle_key() 103 dprintk(KERN_INFO DEVNAME ": gpio=0x%x code=%d | %s\n", in ir_enltv_handle_key() 114 dprintk(KERN_INFO DEVNAME ":(cnt) gpio=0x%x code=%d | %s\n", in ir_enltv_handle_key()
|