Lines Matching refs:device_name

217 	char device_name[25];
496 printk("%s %s data:\n",info->device_name, label);
602 DBGERR(("%s init error=%d\n", info->device_name, info->init_error));
609 DBGINFO(("%s open, old ref count = %d\n", info->device_name, info->port.count));
634 DBGINFO(("%s block_til_ready rc=%d\n", info->device_name, retval));
648 DBGINFO(("%s open rc=%d\n", info->device_name, retval));
658 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->port.count));
685 DBGINFO(("%s hangup\n", info->device_name));
758 DBGINFO(("%s write count=%zu\n", info->device_name, count));
780 DBGINFO(("%s write rc=%d\n", info->device_name, ret));
792 DBGINFO(("%s put_char(%u)\n", info->device_name, ch));
811 DBGINFO(("%s send_xchar(%d)\n", info->device_name, ch));
830 DBGINFO(("%s wait_until_sent entry\n", info->device_name));
860 DBGINFO(("%s wait_until_sent exit\n", info->device_name));
871 DBGINFO(("%s write_room=%u\n", info->device_name, ret));
882 DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count));
888 DBGINFO(("%s flush_chars start transmit\n", info->device_name));
903 DBGINFO(("%s flush_buffer\n", info->device_name));
922 DBGINFO(("%s tx_hold\n", info->device_name));
939 DBGINFO(("%s tx_release\n", info->device_name));
966 DBGINFO(("%s ioctl() cmd=%08X\n", info->device_name, cmd));
1067 DBGINFO(("%s get_params32\n", info->device_name));
1092 DBGINFO(("%s set_params32\n", info->device_name));
1129 DBGINFO(("%s compat_ioctl() cmd=%08X\n", info->device_name, cmd));
1156 DBGINFO(("%s compat_ioctl() cmd=%08X rc=%d\n", info->device_name, cmd, rc));
1172 info->device_name, info->phys_reg_addr,
1257 DBGINFO(("%s chars_in_buffer()=%u\n", info->device_name, count));
1271 DBGINFO(("%s throttle\n", info->device_name));
1292 DBGINFO(("%s unthrottle\n", info->device_name));
1319 DBGINFO(("%s set_break(%d)\n", info->device_name, break_state));
1355 DBGINFO(("%s hdlcdev_attach\n", info->device_name));
1704 printk(KERN_ERR "%s hdlc device alloc failure\n", info->device_name);
1773 DBGISR(("%s rx_async count=%d\n", info->device_name, count));
1866 DBGBH(("%s bh receive\n", info->device_name));
1889 DBGBH(("%s bh status\n", info->device_name));
1896 DBGBH(("%s unknown action\n", info->device_name));
1900 DBGBH(("%s bh_handler exit\n", info->device_name));
1907 DBGBH(("%s bh_transmit\n", info->device_name));
1921 DBGISR(("dsr_change %s signals=%04X\n", info->device_name, info->signals));
1941 DBGISR(("cts_change %s signals=%04X\n", info->device_name, info->signals));
1976 DBGISR(("dcd_change %s signals=%04X\n", info->device_name, info->signals));
2013 DBGISR(("ri_change %s signals=%04X\n", info->device_name, info->signals));
2032 DBGISR(("isr_rxdata %s RDR=%04X\n", info->device_name, reg));
2062 DBGISR(("%s isr_serial status=%04X\n", info->device_name, status));
2119 DBGISR(("%s isr_rdma status=%08x\n", info->device_name, status));
2135 DBGISR(("%s isr_rdma rx_restart=1\n", info->device_name));
2145 DBGISR(("%s isr_tdma status=%08x\n", info->device_name, status));
2198 DBGISR(("%s txeom status=%04x\n", info->device_name, status));
2278 DBGISR(("%s gsr=%08x\n", info->device_name, gsr));
2299 DBGISR(("%s iosr=%08x\n", info->device_name, changed));
2320 DBGISR(("%s bh queued\n", port->device_name));
2333 DBGINFO(("%s startup\n", info->device_name));
2341 DBGERR(("%s can't allocate tx buffer\n", info->device_name));
2371 DBGINFO(("%s shutdown\n", info->device_name));
2448 DBGINFO(("%s change_params\n", info->device_name));
2509 DBGINFO(("%s get_stats\n", info->device_name));
2521 DBGINFO(("%s get_params\n", info->device_name));
2532 DBGINFO(("%s set_params\n", info->device_name));
2550 DBGINFO(("%s get_txidle=%d\n", info->device_name, info->idle_mode));
2559 DBGINFO(("%s set_txidle(%d)\n", info->device_name, idle_mode));
2571 DBGINFO(("%s tx_enable(%d)\n", info->device_name, enable));
2590 DBGINFO(("%s tx_abort\n", info->device_name));
2601 DBGINFO(("%s rx_enable(%08x)\n", info->device_name, enable));
2661 DBGINFO(("%s wait_mgsl_event(%d)\n", info->device_name, mask));
2763 DBGINFO(("%s get_interface=%x\n", info->device_name, info->if_mode));
2774 DBGINFO(("%s set_interface=%x)\n", info->device_name, if_mode));
2794 DBGINFO(("%s get_xsync=%x\n", info->device_name, info->xsync));
2810 DBGINFO(("%s set_xsync=%x)\n", info->device_name, xsync));
2820 DBGINFO(("%s get_xctrl=%x\n", info->device_name, info->xctrl));
2847 DBGINFO(("%s set_xctrl=%x)\n", info->device_name, xctrl));
2875 info->device_name, gpio.state, gpio.smask,
2911 info->device_name, gpio.state, gpio.dir));
2986 info->device_name, gpio.state, gpio.smask));
3094 DBGINFO(("%s tiocmget value=%08X\n", info->device_name, result));
3111 DBGINFO(("%s tiocmset(%x,%x)\n", info->device_name, set, clear));
3350 DBGERR(("%s DMA buffer alloc fail\n", info->device_name));
3371 info->device_name, info->phys_reg_addr));
3381 info->device_name, info->phys_reg_addr));
3419 sprintf(info->device_name, "%s%d", tty_dev_prefix, info->line);
3460 devstr, info->device_name, info->phys_reg_addr,
3563 port_array[0]->device_name,
3566 port_array[0]->device_name,
4602 info->device_name, status, framesize));
4987 DBGINFO(("testing %s\n", info->device_name));
4990 info->device_name, info->phys_reg_addr);
4993 info->device_name, info->irq_level);
4995 printk("loopback test failure %s\n", info->device_name);
5008 DBGINFO(("%s tx_timeout\n", info->device_name));
5032 DBGINFO(("%s rx_timeout\n", info->device_name));