Searched refs:DRV_NAME (Results 1 – 11 of 11) sorted by relevance
/arch/sh/drivers/ |
D | push-switch.c | 14 #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()
|
D | heartbeat.c | 27 #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/ |
D | irq.c | 8 #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/ |
D | irq.c | 11 #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/ |
D | olpc-xo15-sci.c | 17 #define DRV_NAME "olpc-xo15-sci" macro 18 #define PFX DRV_NAME ": " 19 #define XO15_SCI_CLASS DRV_NAME 217 .name = DRV_NAME,
|
D | olpc-xo1-sci.c | 28 #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()
|
D | olpc-xo1-pm.c | 22 #define DRV_NAME "olpc-xo1-pm" macro
|
/arch/arm/mach-s3c24xx/ |
D | h1940-bluetooth.c | 23 #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/ |
D | platform.c | 15 #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/ |
D | ill_acc.c | 24 #define DRV_NAME "ill_acc" macro
|
/arch/powerpc/platforms/512x/ |
D | mpc512x_lpbfifo.c | 24 #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,
|