DRVNAME            26 drivers/char/agp/parisc-agp.c #define DRVPFX	DRVNAME ": "
DRVNAME            82 drivers/char/scx200_gpio.c 		printk(KERN_ERR DRVNAME ": no SCx200 gpio present\n");
DRVNAME            87 drivers/char/scx200_gpio.c 	pdev = platform_device_alloc(DRVNAME, 0);
DRVNAME            97 drivers/edac/sifive_edac.c 	sifive_pdev = platform_device_register_simple(DRVNAME, 0, NULL, 0);
DRVNAME           101 drivers/gpio/gpio-f7188x.c 	if (!request_muxed_region(base, 2, DRVNAME)) {
DRVNAME           102 drivers/gpio/gpio-f7188x.c 		pr_err(DRVNAME "I/O address 0x%04x already in use\n", base);
DRVNAME           141 drivers/gpio/gpio-f7188x.c 			.label            = DRVNAME,			\
DRVNAME           463 drivers/gpio/gpio-f7188x.c 		pr_debug(DRVNAME ": Not a Fintek device at 0x%08x\n", addr);
DRVNAME           491 drivers/gpio/gpio-f7188x.c 		pr_info(DRVNAME ": Unsupported Fintek device 0x%04x\n", devid);
DRVNAME           497 drivers/gpio/gpio-f7188x.c 	pr_info(DRVNAME ": Found %s at %#x, revision %d\n",
DRVNAME           514 drivers/gpio/gpio-f7188x.c 	f7188x_gpio_pdev = platform_device_alloc(DRVNAME, -1);
DRVNAME           521 drivers/gpio/gpio-f7188x.c 		pr_err(DRVNAME "Platform data allocation failed\n");
DRVNAME           527 drivers/gpio/gpio-f7188x.c 		pr_err(DRVNAME "Device addition failed\n");
DRVNAME           547 drivers/gpio/gpio-f7188x.c 		.name	= DRVNAME,
DRVNAME           542 drivers/hwmon/coretemp.c 	pdata->hwmon_dev = devm_hwmon_device_register_with_groups(dev, DRVNAME,
DRVNAME           561 drivers/hwmon/coretemp.c 		.name = DRVNAME,
DRVNAME           575 drivers/hwmon/coretemp.c 	pdev = platform_device_alloc(DRVNAME, zoneid);
DRVNAME            89 drivers/hwmon/f71805f.c 	if (!request_muxed_region(base, 2, DRVNAME))
DRVNAME          1388 drivers/hwmon/f71805f.c 				 DRVNAME)) {
DRVNAME          1499 drivers/hwmon/f71805f.c 		.name	= DRVNAME,
DRVNAME          1515 drivers/hwmon/f71805f.c 	pdev = platform_device_alloc(DRVNAME, address);
DRVNAME           388 drivers/hwmon/f71882fg.c 		.name	= DRVNAME,
DRVNAME          1121 drivers/hwmon/f71882fg.c 	if (!request_muxed_region(base, 2, DRVNAME)) {
DRVNAME          2722 drivers/hwmon/f71882fg.c 	f71882fg_pdev = platform_device_alloc(DRVNAME, address);
DRVNAME          1079 drivers/hwmon/g762.c 		.name = DRVNAME,
DRVNAME           107 drivers/hwmon/i5k_amb.c 	return sprintf(buf, "%s\n", DRVNAME);
DRVNAME           402 drivers/hwmon/i5k_amb.c 	amb_pdev = platform_device_alloc(DRVNAME, 0);
DRVNAME           525 drivers/hwmon/i5k_amb.c 	reso = request_mem_region(data->amb_base, data->amb_len, DRVNAME);
DRVNAME           572 drivers/hwmon/i5k_amb.c 		.name = DRVNAME,
DRVNAME            83 drivers/hwmon/ibmaem.c 		.name = DRVNAME,
DRVNAME           546 drivers/hwmon/ibmaem.c 	data->pdev = platform_device_alloc(DRVNAME, data->id);
DRVNAME           686 drivers/hwmon/ibmaem.c 	data->pdev = platform_device_alloc(DRVNAME, data->id);
DRVNAME           808 drivers/hwmon/ibmaem.c 	return sprintf(buf, "%s%d\n", DRVNAME, data->ver_major);
DRVNAME           262 drivers/hwmon/ibmpex.c 	return sprintf(buf, "%s\n", DRVNAME);
DRVNAME             8 drivers/hwmon/ibmpowernv.c #define pr_fmt(fmt)	DRVNAME ": " fmt
DRVNAME           685 drivers/hwmon/ibmpowernv.c 	hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, DRVNAME,
DRVNAME           710 drivers/hwmon/ibmpowernv.c 		.name	= DRVNAME,
DRVNAME           120 drivers/hwmon/it87.c 	if (!request_muxed_region(ioreg, 2, DRVNAME))
DRVNAME          3045 drivers/hwmon/it87.c 				 DRVNAME)) {
DRVNAME          3245 drivers/hwmon/it87.c 		.name	= DRVNAME,
DRVNAME          3258 drivers/hwmon/it87.c 		.name	= DRVNAME,
DRVNAME          3267 drivers/hwmon/it87.c 	pdev = platform_device_alloc(DRVNAME, address);
DRVNAME           720 drivers/hwmon/lm95234.c 		.name	= DRVNAME,
DRVNAME            95 drivers/hwmon/nct6683.c 	if (!request_muxed_region(ioreg, 2, DRVNAME))
DRVNAME          1200 drivers/hwmon/nct6683.c 	if (!devm_request_region(dev, res->start, IOREGION_LENGTH, DRVNAME))
DRVNAME          1332 drivers/hwmon/nct6683.c 		.name	= DRVNAME,
DRVNAME          1425 drivers/hwmon/nct6683.c 		pdev[i] = platform_device_alloc(DRVNAME, address);
DRVNAME          1437 drivers/hwmon/nct6683.c 		res.name = DRVNAME;
DRVNAME           163 drivers/hwmon/nct6775.c 	if (!request_muxed_region(ioreg, 2, DRVNAME))
DRVNAME          3810 drivers/hwmon/nct6775.c 				 DRVNAME))
DRVNAME          4718 drivers/hwmon/nct6775.c 		.name	= DRVNAME,
DRVNAME          4851 drivers/hwmon/nct6775.c 		pdev[i] = platform_device_alloc(DRVNAME, address);
DRVNAME          4863 drivers/hwmon/nct6775.c 		res.name = DRVNAME;
DRVNAME          1101 drivers/hwmon/nct7802.c 		.name = DRVNAME,
DRVNAME            96 drivers/hwmon/pc87427.c static const char *logdev_str[2] = { DRVNAME " FMC", DRVNAME " HMC" };
DRVNAME           103 drivers/hwmon/pc87427.c 	if (!request_muxed_region(sioaddr, 2, DRVNAME))
DRVNAME           948 drivers/hwmon/pc87427.c 					 resource_size(res), DRVNAME)) {
DRVNAME          1131 drivers/hwmon/pc87427.c 		.name	= DRVNAME,
DRVNAME          1160 drivers/hwmon/pc87427.c 	pdev = platform_device_alloc(DRVNAME, res[0].start);
DRVNAME            21 drivers/hwmon/sch5627.c #define DEVNAME DRVNAME /* We only support one model */
DRVNAME           581 drivers/hwmon/sch5627.c 		.name	= DRVNAME,
DRVNAME           511 drivers/hwmon/sch5636.c 		.name	= DRVNAME,
DRVNAME            64 drivers/hwmon/smsc47b397.c 	if (!request_muxed_region(REG, 2, DRVNAME))
DRVNAME           214 drivers/hwmon/smsc47b397.c 		.name	= DRVNAME,
DRVNAME           254 drivers/hwmon/smsc47b397.c 		.name	= DRVNAME,
DRVNAME           263 drivers/hwmon/smsc47b397.c 	pdev = platform_device_alloc(DRVNAME, address);
DRVNAME            66 drivers/hwmon/smsc47m1.c 	if (!request_muxed_region(REG, 2, DRVNAME))
DRVNAME           677 drivers/hwmon/smsc47m1.c 			err = acpi_check_region(start, len, DRVNAME);
DRVNAME           683 drivers/hwmon/smsc47m1.c 			if (!devm_request_region(dev, start, len, DRVNAME)) {
DRVNAME           855 drivers/hwmon/smsc47m1.c 		.name	= DRVNAME,
DRVNAME           866 drivers/hwmon/smsc47m1.c 		.name	= DRVNAME,
DRVNAME           875 drivers/hwmon/smsc47m1.c 	pdev = platform_device_alloc(DRVNAME, address);
DRVNAME             8 drivers/hwmon/vexpress-hwmon.c #define pr_fmt(fmt) DRVNAME ": " fmt
DRVNAME           237 drivers/hwmon/vexpress-hwmon.c 		.name = DRVNAME,
DRVNAME           198 drivers/hwmon/via-cputemp.c 		.name = DRVNAME,
DRVNAME           219 drivers/hwmon/via-cputemp.c 	pdev = platform_device_alloc(DRVNAME, cpu);
DRVNAME           218 drivers/hwmon/vt1211.c 	if (!request_muxed_region(sio_cip, 2, DRVNAME))
DRVNAME          1156 drivers/hwmon/vt1211.c 				 DRVNAME)) {
DRVNAME          1162 drivers/hwmon/vt1211.c 	data->name = DRVNAME;
DRVNAME          1229 drivers/hwmon/vt1211.c 		.name  = DRVNAME,
DRVNAME          1244 drivers/hwmon/vt1211.c 	pdev = platform_device_alloc(DRVNAME, address);
DRVNAME           128 drivers/hwmon/w83627ehf.c 	if (!request_muxed_region(ioreg, 2, DRVNAME))
DRVNAME          2048 drivers/hwmon/w83627ehf.c 	if (!request_region(res->start, IOREGION_LENGTH, DRVNAME)) {
DRVNAME          2689 drivers/hwmon/w83627ehf.c 		.name	= DRVNAME,
DRVNAME          2822 drivers/hwmon/w83627ehf.c 	pdev = platform_device_alloc(DRVNAME, address);
DRVNAME          2837 drivers/hwmon/w83627ehf.c 	res.name = DRVNAME;
DRVNAME           123 drivers/hwmon/w83627hf.c 	if (!request_muxed_region(sio->sioaddr, 2, DRVNAME))
DRVNAME           469 drivers/hwmon/w83627hf.c 		.name	= DRVNAME,
DRVNAME          1287 drivers/hwmon/w83627hf.c 		pr_debug(DRVNAME ": Unsupported chip (DEVID=0x%02x)\n", val);
DRVNAME          1307 drivers/hwmon/w83627hf.c 	pr_info(DRVNAME ": Found %s chip at %#x\n",
DRVNAME          1410 drivers/hwmon/w83627hf.c 	if (!devm_request_region(dev, res->start, WINB_REGION_SIZE, DRVNAME)) {
DRVNAME          1922 drivers/hwmon/w83627hf.c 		.name	= DRVNAME,
DRVNAME          1931 drivers/hwmon/w83627hf.c 	pdev = platform_device_alloc(DRVNAME, address);
DRVNAME           177 drivers/i2c/busses/i2c-parport-light.c 		.name	= DRVNAME,
DRVNAME           187 drivers/i2c/busses/i2c-parport-light.c 	pdev = platform_device_alloc(DRVNAME, -1);
DRVNAME           190 drivers/i2c/busses/i2c-parport-light.c 		printk(KERN_ERR DRVNAME ": Device allocation failed\n");
DRVNAME           196 drivers/i2c/busses/i2c-parport-light.c 		printk(KERN_ERR DRVNAME ": Device addition failed (%d)\n",
DRVNAME           214 drivers/i2c/busses/i2c-parport-light.c 		printk(KERN_ERR DRVNAME ": adapter type unspecified\n");
DRVNAME           219 drivers/i2c/busses/i2c-parport-light.c 		printk(KERN_ERR DRVNAME ": invalid type (%d)\n", type);
DRVNAME           224 drivers/i2c/busses/i2c-parport-light.c 		pr_info(DRVNAME ": using default base 0x%x\n", DEFAULT_BASE);
DRVNAME           228 drivers/i2c/busses/i2c-parport-light.c 	if (!request_region(base, 3, DRVNAME))
DRVNAME           232 drivers/i2c/busses/i2c-parport-light.c 		pr_info(DRVNAME ": using irq %d\n", irq);
DRVNAME            45 drivers/leds/leds-net48xx.c 		.name		= DRVNAME,
DRVNAME            63 drivers/leds/leds-net48xx.c 	pdev = platform_device_register_simple(DRVNAME, -1, NULL, 0);
DRVNAME            90 drivers/leds/leds-wrap.c 		.name		= DRVNAME,
DRVNAME           107 drivers/leds/leds-wrap.c 	pdev = platform_device_register_simple(DRVNAME, -1, NULL, 0);
DRVNAME          1061 drivers/media/rc/winbond-cir.c 	data->dev->driver_name = DRVNAME;
DRVNAME          1095 drivers/media/rc/winbond-cir.c 	if (!request_region(data->wbase, WAKEUP_IOMEM_LEN, DRVNAME)) {
DRVNAME          1102 drivers/media/rc/winbond-cir.c 	if (!request_region(data->ebase, EHFUNC_IOMEM_LEN, DRVNAME)) {
DRVNAME          1109 drivers/media/rc/winbond-cir.c 	if (!request_region(data->sbase, SP_IOMEM_LEN, DRVNAME)) {
DRVNAME          1117 drivers/media/rc/winbond-cir.c 			  0, DRVNAME, device);
DRVNAME          1191 drivers/media/rc/winbond-cir.c 	.name     = DRVNAME,
DRVNAME           891 drivers/memory/brcmstb_dpfe.c 		.name = DRVNAME,
DRVNAME            12 drivers/perf/arm_dsu_pmu.c #define pr_fmt(fmt)	DRVNAME ": " fmt
DRVNAME           760 drivers/perf/arm_dsu_pmu.c 		.name	= DRVNAME,
DRVNAME           812 drivers/perf/arm_dsu_pmu.c 					DRVNAME,
DRVNAME            13 drivers/perf/arm_spe_pmu.c #define pr_fmt(fmt)				DRVNAME ": " fmt
DRVNAME          1106 drivers/perf/arm_spe_pmu.c 	ret = request_percpu_irq(spe_pmu->irq, arm_spe_pmu_irq_handler, DRVNAME,
DRVNAME          1229 drivers/perf/arm_spe_pmu.c 		.name		= DRVNAME,
DRVNAME          1240 drivers/perf/arm_spe_pmu.c 	ret = cpuhp_setup_state_multi(CPUHP_AP_ONLINE_DYN, DRVNAME,
DRVNAME           327 drivers/power/supply/axp20x_ac_power.c 						   DRVNAME, power);
DRVNAME           353 drivers/power/supply/axp20x_ac_power.c 		.name = DRVNAME,
DRVNAME           516 drivers/power/supply/axp20x_usb_power.c 				axp20x_usb_power_irq, 0, DRVNAME, power);
DRVNAME           559 drivers/power/supply/axp20x_usb_power.c 		.name = DRVNAME,
DRVNAME             6 drivers/regulator/vexpress-regulator.c #define pr_fmt(fmt) DRVNAME ": " fmt
DRVNAME            93 drivers/regulator/vexpress-regulator.c 		.name = DRVNAME,
DRVNAME           245 drivers/rtc/rtc-opal.c 	rtc = devm_rtc_device_register(&pdev->dev, DRVNAME, &opal_rtc_ops,
DRVNAME           275 drivers/rtc/rtc-opal.c 		.name		= DRVNAME,
DRVNAME           227 drivers/spi/spi-lm70llp.c 	pd = parport_register_dev_model(p, DRVNAME, &lm70llp_cb, 0);
DRVNAME           318 drivers/spi/spi-lm70llp.c 	.name =		DRVNAME,
DRVNAME           449 drivers/staging/fbtft/fb_agm1264k-fl.c FBTFT_REGISTER_DRIVER(DRVNAME, "displaytronic,fb_agm1264k-fl", &display);
DRVNAME           451 drivers/staging/fbtft/fb_agm1264k-fl.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           166 drivers/staging/fbtft/fb_bd663474.c FBTFT_REGISTER_DRIVER(DRVNAME, "hitachi,bd663474", &display);
DRVNAME           168 drivers/staging/fbtft/fb_bd663474.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           169 drivers/staging/fbtft/fb_bd663474.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           216 drivers/staging/fbtft/fb_hx8340bn.c FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8340bn", &display);
DRVNAME           218 drivers/staging/fbtft/fb_hx8340bn.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           219 drivers/staging/fbtft/fb_hx8340bn.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           151 drivers/staging/fbtft/fb_hx8347d.c FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8347d", &display);
DRVNAME           153 drivers/staging/fbtft/fb_hx8347d.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           154 drivers/staging/fbtft/fb_hx8347d.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           139 drivers/staging/fbtft/fb_hx8353d.c FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8353d", &display);
DRVNAME           141 drivers/staging/fbtft/fb_hx8353d.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           142 drivers/staging/fbtft/fb_hx8353d.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           192 drivers/staging/fbtft/fb_hx8357d.c FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8357d", &display);
DRVNAME           194 drivers/staging/fbtft/fb_hx8357d.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           195 drivers/staging/fbtft/fb_hx8357d.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           255 drivers/staging/fbtft/fb_ili9163.c FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9163", &display);
DRVNAME           257 drivers/staging/fbtft/fb_ili9163.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           258 drivers/staging/fbtft/fb_ili9163.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           260 drivers/staging/fbtft/fb_ili9320.c FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9320", &display);
DRVNAME           262 drivers/staging/fbtft/fb_ili9320.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           263 drivers/staging/fbtft/fb_ili9320.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           256 drivers/staging/fbtft/fb_ili9325.c FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9325", &display);
DRVNAME           258 drivers/staging/fbtft/fb_ili9325.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           259 drivers/staging/fbtft/fb_ili9325.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           131 drivers/staging/fbtft/fb_ili9340.c FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9340", &display);
DRVNAME           133 drivers/staging/fbtft/fb_ili9340.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           134 drivers/staging/fbtft/fb_ili9340.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           148 drivers/staging/fbtft/fb_ili9341.c FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9341", &display);
DRVNAME           150 drivers/staging/fbtft/fb_ili9341.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           151 drivers/staging/fbtft/fb_ili9341.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME            94 drivers/staging/fbtft/fb_ili9481.c FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9481", &display);
DRVNAME            96 drivers/staging/fbtft/fb_ili9481.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME            97 drivers/staging/fbtft/fb_ili9481.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME            94 drivers/staging/fbtft/fb_ili9486.c FBTFT_REGISTER_DRIVER(DRVNAME, "ilitek,ili9486", &display);
DRVNAME            96 drivers/staging/fbtft/fb_ili9486.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME            97 drivers/staging/fbtft/fb_ili9486.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           160 drivers/staging/fbtft/fb_pcd8544.c FBTFT_REGISTER_DRIVER(DRVNAME, "philips,pcd8544", &display);
DRVNAME           162 drivers/staging/fbtft/fb_pcd8544.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           296 drivers/staging/fbtft/fb_ra8875.c FBTFT_REGISTER_DRIVER(DRVNAME, "raio,ra8875", &display);
DRVNAME           298 drivers/staging/fbtft/fb_ra8875.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           299 drivers/staging/fbtft/fb_ra8875.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           157 drivers/staging/fbtft/fb_s6d02a1.c FBTFT_REGISTER_DRIVER(DRVNAME, "samsung,s6d02a1", &display);
DRVNAME           159 drivers/staging/fbtft/fb_s6d02a1.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           160 drivers/staging/fbtft/fb_s6d02a1.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           177 drivers/staging/fbtft/fb_s6d1121.c FBTFT_REGISTER_DRIVER(DRVNAME, "samsung,s6d1121", &display);
DRVNAME           179 drivers/staging/fbtft/fb_s6d1121.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           180 drivers/staging/fbtft/fb_s6d1121.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           177 drivers/staging/fbtft/fb_sh1106.c FBTFT_REGISTER_DRIVER(DRVNAME, "sinowealth,sh1106", &display);
DRVNAME           179 drivers/staging/fbtft/fb_sh1106.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           180 drivers/staging/fbtft/fb_sh1106.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           174 drivers/staging/fbtft/fb_ssd1289.c FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1289", &display);
DRVNAME           176 drivers/staging/fbtft/fb_ssd1289.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           177 drivers/staging/fbtft/fb_ssd1289.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           198 drivers/staging/fbtft/fb_ssd1305.c FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1305", &display);
DRVNAME           200 drivers/staging/fbtft/fb_ssd1305.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           201 drivers/staging/fbtft/fb_ssd1305.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           219 drivers/staging/fbtft/fb_ssd1306.c FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1306", &display);
DRVNAME           221 drivers/staging/fbtft/fb_ssd1306.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           222 drivers/staging/fbtft/fb_ssd1306.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           187 drivers/staging/fbtft/fb_ssd1325.c FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1325", &display);
DRVNAME           189 drivers/staging/fbtft/fb_ssd1325.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           190 drivers/staging/fbtft/fb_ssd1325.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           197 drivers/staging/fbtft/fb_ssd1331.c FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1331", &display);
DRVNAME           199 drivers/staging/fbtft/fb_ssd1331.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           200 drivers/staging/fbtft/fb_ssd1331.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           239 drivers/staging/fbtft/fb_ssd1351.c FBTFT_REGISTER_DRIVER(DRVNAME, "solomon,ssd1351", &display);
DRVNAME           241 drivers/staging/fbtft/fb_ssd1351.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           242 drivers/staging/fbtft/fb_ssd1351.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           177 drivers/staging/fbtft/fb_st7735r.c FBTFT_REGISTER_DRIVER(DRVNAME, "sitronix,st7735r", &display);
DRVNAME           179 drivers/staging/fbtft/fb_st7735r.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           180 drivers/staging/fbtft/fb_st7735r.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           246 drivers/staging/fbtft/fb_st7789v.c FBTFT_REGISTER_DRIVER(DRVNAME, "sitronix,st7789v", &display);
DRVNAME           248 drivers/staging/fbtft/fb_st7789v.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           249 drivers/staging/fbtft/fb_st7789v.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME            96 drivers/staging/fbtft/fb_tinylcd.c FBTFT_REGISTER_DRIVER(DRVNAME, "neosec,tinylcd", &display);
DRVNAME            98 drivers/staging/fbtft/fb_tinylcd.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           153 drivers/staging/fbtft/fb_tls8204.c FBTFT_REGISTER_DRIVER(DRVNAME, "teralane,tls8204", &display);
DRVNAME           155 drivers/staging/fbtft/fb_tls8204.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           322 drivers/staging/fbtft/fb_uc1611.c FBTFT_REGISTER_DRIVER(DRVNAME, "ultrachip,uc1611", &display);
DRVNAME           324 drivers/staging/fbtft/fb_uc1611.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           325 drivers/staging/fbtft/fb_uc1611.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           163 drivers/staging/fbtft/fb_uc1701.c FBTFT_REGISTER_DRIVER(DRVNAME, "UltraChip,uc1701", &display);
DRVNAME           165 drivers/staging/fbtft/fb_uc1701.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           179 drivers/staging/fbtft/fb_upd161704.c FBTFT_REGISTER_DRIVER(DRVNAME, "nec,upd161704", &display);
DRVNAME           181 drivers/staging/fbtft/fb_upd161704.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME           182 drivers/staging/fbtft/fb_upd161704.c MODULE_ALIAS("platform:" DRVNAME);
DRVNAME           290 drivers/staging/fbtft/fb_watterott.c FBTFT_REGISTER_DRIVER(DRVNAME, "watterott,openlcd", &display);
DRVNAME           292 drivers/staging/fbtft/fb_watterott.c MODULE_ALIAS("spi:" DRVNAME);
DRVNAME          1166 drivers/tty/serial/ifx6x60.c 			  IRQF_TRIGGER_RISING|IRQF_TRIGGER_FALLING, DRVNAME,
DRVNAME          1177 drivers/tty/serial/ifx6x60.c 			  ifx_spi_srdy_interrupt, IRQF_TRIGGER_RISING, DRVNAME,
DRVNAME          1355 drivers/tty/serial/ifx6x60.c 		.name = DRVNAME,
DRVNAME          1393 drivers/tty/serial/ifx6x60.c 		pr_err("%s: alloc_tty_driver failed", DRVNAME);
DRVNAME          1397 drivers/tty/serial/ifx6x60.c 	tty_drv->driver_name = DRVNAME;
DRVNAME          1410 drivers/tty/serial/ifx6x60.c 			DRVNAME, result);
DRVNAME          1417 drivers/tty/serial/ifx6x60.c 			DRVNAME, result);
DRVNAME          1424 drivers/tty/serial/ifx6x60.c 			DRVNAME, result);
DRVNAME           514 drivers/tty/serial/lantiq.c 		return DRVNAME;
DRVNAME           711 drivers/tty/serial/lantiq.c 	.driver_name =	DRVNAME,
DRVNAME           923 drivers/tty/serial/lantiq.c 		.name	= DRVNAME,
DRVNAME           197 drivers/watchdog/f71808e_wdt.c 	if (!request_muxed_region(base, 2, DRVNAME)) {
DRVNAME           611 sound/pci/lola/lola.c 	err = pci_request_regions(pci, DRVNAME);
DRVNAME            12 sound/pci/lola/lola.h #define SFX	DRVNAME ": "