Lines Matching refs:DRIVER_NAME
65 #define DRIVER_NAME "bf54x-lq043" macro
66 static char driver_name[] = DRIVER_NAME;
243 if (gpio_request_one(disp, GPIOF_OUT_INIT_HIGH, DRIVER_NAME)) { in request_ports()
248 if (peripheral_request_list(eppi_req_18, DRIVER_NAME)) { in request_ports()
258 if (peripheral_request_list(eppi_req_24, DRIVER_NAME)) { in request_ports()
509 printk(KERN_INFO DRIVER_NAME ": FrameBuffer initializing...\n"); in bfin_bf54x_probe()
512 printk(KERN_ERR DRIVER_NAME in bfin_bf54x_probe()
594 printk(KERN_ERR DRIVER_NAME in bfin_bf54x_probe()
608 printk(KERN_ERR DRIVER_NAME in bfin_bf54x_probe()
617 printk(KERN_ERR DRIVER_NAME in bfin_bf54x_probe()
625 printk(KERN_ERR DRIVER_NAME ": couldn't request gpio port.\n"); in bfin_bf54x_probe()
638 printk(KERN_ERR DRIVER_NAME in bfin_bf54x_probe()
645 printk(KERN_ERR DRIVER_NAME in bfin_bf54x_probe()
657 printk(KERN_ERR DRIVER_NAME in bfin_bf54x_probe()
664 lcd_dev = lcd_device_register(DRIVER_NAME, &pdev->dev, NULL, &bfin_lcd_ops); in bfin_bf54x_probe()
712 printk(KERN_INFO DRIVER_NAME ": Unregister LCD driver.\n"); in bfin_bf54x_remove()
758 .name = DRIVER_NAME,