Lines Matching refs:bc_drvname
55 static const char bc_drvname[] = "baycom_epp"; variable
310 printk(KERN_DEBUG "%s: %s -s -p %s -m %s\n", bc_drvname, eppconfig_path, portarg, modearg); in eppconfig()
747 printk(KERN_ERR "%s: EPP timeout!\n", bc_drvname); in epp_bh()
826 printk(KERN_ERR "%s: parport at 0x%lx unknown\n", bc_drvname, dev->base_addr); in epp_open()
831 printk(KERN_ERR "%s: parport at 0x%lx has no irq\n", bc_drvname, pp->base); in epp_open()
838 bc_drvname, pp->base); in epp_open()
852 pr_err("%s: no device found\n", bc_drvname); in epp_open()
860 printk(KERN_ERR "%s: cannot register parport at 0x%lx\n", bc_drvname, pp->base); in epp_open()
864 printk(KERN_ERR "%s: parport at 0x%lx busy\n", bc_drvname, pp->base); in epp_open()
873 printk(KERN_INFO "%s: no FPGA detected, assuming conventional EPP modem\n", bc_drvname); in epp_open()
916 bc_drvname, bc->bitrate, j, bc->bitrate >> (j+2)); in epp_open()
935 printk(KERN_ERR "%s: epp timeout during bitrate probe\n", bc_drvname); in epp_open()
961 bc_drvname, dev->base_addr, dev->irq); in epp_close()
1249 printk(KERN_WARNING "%s: cannot register net device %s\n", bc_drvname, dev->name); in init_baycomepp()