Home
last modified time | relevance | path

Searched refs:DRV_NAME (Results 1 – 11 of 11) sorted by relevance

/arch/sh/drivers/
Dpush-switch.c14 #define DRV_NAME "push-switch" macro
64 psw_info->name ? psw_info->name : DRV_NAME, pdev); in switch_drv_probe()
117 .name = DRV_NAME,
123 printk(KERN_NOTICE DRV_NAME ": version %s loaded\n", DRV_VERSION); in switch_init()
Dheartbeat.c27 #define DRV_NAME "heartbeat" macro
142 .name = DRV_NAME,
149 printk(KERN_NOTICE DRV_NAME ": version %s loaded\n", DRV_VERSION); in heartbeat_init()
/arch/sh/boards/mach-se/7722/
Dirq.c8 #define DRV_NAME "SE7722-FPGA" macro
9 #define pr_fmt(fmt) DRV_NAME ": " fmt
74 gc = irq_alloc_generic_chip(DRV_NAME, 1, irq_base, se7722_irq_regs, in se7722_gc_init()
/arch/sh/boards/mach-se/7343/
Dirq.c11 #define DRV_NAME "SE7343-FPGA" macro
12 #define pr_fmt(fmt) DRV_NAME ": " fmt
75 gc = irq_alloc_generic_chip(DRV_NAME, 1, irq_base, se7343_irq_regs, in se7343_gc_init()
/arch/x86/platform/olpc/
Dolpc-xo15-sci.c17 #define DRV_NAME "olpc-xo15-sci" macro
18 #define PFX DRV_NAME ": "
19 #define XO15_SCI_CLASS DRV_NAME
217 .name = DRV_NAME,
Dolpc-xo1-sci.c28 #define DRV_NAME "olpc-xo1-sci" macro
29 #define PFX DRV_NAME ": "
349 r = request_irq(sci_irq, xo1_sci_intr, 0, DRV_NAME, pdev); in setup_sci_interrupt()
446 power_button_idev->phys = DRV_NAME "/input0"; in setup_power_button()
476 ebook_switch_idev->phys = DRV_NAME "/input1"; in setup_ebook_switch()
506 lid_switch_idev->phys = DRV_NAME "/input2"; in setup_lid_switch()
Dolpc-xo1-pm.c22 #define DRV_NAME "olpc-xo1-pm" macro
/arch/arm/mach-s3c24xx/
Dh1940-bluetooth.c23 #define DRV_NAME "h1940-bt" macro
89 rfk = rfkill_alloc(DRV_NAME, &pdev->dev, RFKILL_TYPE_BLUETOOTH, in h1940bt_probe()
131 .name = DRV_NAME,
/arch/mips/sibyte/swarm/
Dplatform.c15 #define DRV_NAME "pata-swarm" macro
68 pr_info(DRV_NAME ": PATA interface at GenBus disabled\n"); in swarm_pata_init()
73 pr_info(DRV_NAME ": PATA interface at GenBus slot %i\n", IDE_CS); in swarm_pata_init()
/arch/mips/ralink/
Dill_acc.c24 #define DRV_NAME "ill_acc" macro
/arch/powerpc/platforms/512x/
Dmpc512x_lpbfifo.c24 #define DRV_NAME "mpc512x_lpbfifo" macro
451 lpbfifo.regs_size, DRV_NAME)) { in mpc512x_lpbfifo_probe()
482 DRV_NAME, &pdev->dev) != 0) { in mpc512x_lpbfifo_probe()
529 .name = DRV_NAME,