Searched refs:DEVNAME (Results 1 - 10 of 10) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Ddivamnt.c43 static char *DEVNAME = "DivasMAINT"; variable
184 unregister_chrdev(major, DEVNAME);
189 if ((major = register_chrdev(0, DEVNAME, &divas_maint_fops)) < 0)
H A Ddivasi.c48 static char *DEVNAME = "DivasIDI"; variable
146 unregister_chrdev(major, DEVNAME);
151 if ((major = register_chrdev(0, DEVNAME, &divas_idi_fops)) < 0)
H A Ddivasmain.c55 static char *DEVNAME = "Divas"; variable
673 unregister_chrdev(major, DEVNAME);
678 if ((major = register_chrdev(0, DEVNAME, &divas_fops)) < 0)
/drivers/watchdog/
H A Dmenf21bmc_wdt.c19 #define DEVNAME "menf21bmc_wdt" macro
107 .identity = DEVNAME,
191 .name = DEVNAME,
/drivers/char/
H A Dpc8736x_gpio.c25 #define DEVNAME "pc8736x_gpio" macro
259 pdev = platform_device_alloc(DEVNAME, 0);
297 if (!request_region(pc8736x_gpio_base, PC8736X_GPIO_RANGE, DEVNAME)) {
307 rc = register_chrdev_region(devid, PC8736X_GPIO_CT, DEVNAME);
309 rc = alloc_chrdev_region(&devid, 0, PC8736X_GPIO_CT, DEVNAME);
/drivers/hwmon/
H A Dlm95245.c37 #define DEVNAME "lm95245" macro
440 strlcpy(info->type, DEVNAME, I2C_NAME_SIZE);
487 { DEVNAME, 0 },
495 .name = DEVNAME,
H A Dsch5627.c34 #define DEVNAME DRVNAME /* We only support one model */ macro
211 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME);
564 pr_info("found %s chip at %#hx\n", DEVNAME, data->addr);
H A Dsch5636.c34 #define DEVNAME "theseus" /* We only support one model for now */ macro
176 return snprintf(buf, PAGE_SIZE, "%s\n", DEVNAME);
452 pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME,
H A Dlm95241.c35 #define DEVNAME "lm95241" macro
412 .name = DEVNAME,
/drivers/media/pci/bt8xx/
H A Dbttv-input.c47 #define DEVNAME "bttv-input" macro

Completed in 153 milliseconds