• Home
  • Raw
  • Download

Lines Matching defs:info

321 #define write_reg(info, reg, val) outb((val),(info)->io_base + (reg))  argument
322 #define read_reg(info, reg) inb((info)->io_base + (reg)) argument
324 #define read_reg16(info, reg) inw((info)->io_base + (reg)) argument
325 #define write_reg16(info, reg, val) outw((val), (info)->io_base + (reg)) argument
327 #define set_reg_bits(info, reg, mask) \ argument
330 #define clear_reg_bits(info, reg, mask) \ argument
336 static void irq_disable(MGSLPC_INFO *info, unsigned char channel, unsigned short mask) in irq_disable()
346 static void irq_enable(MGSLPC_INFO *info, unsigned char channel, unsigned short mask) in irq_enable()
357 #define port_irq_disable(info, mask) \ argument
360 #define port_irq_enable(info, mask) \ argument
516 MGSLPC_INFO *info; in mgslpc_probe() local
578 MGSLPC_INFO *info = link->priv; in mgslpc_config() local
636 MGSLPC_INFO *info = link->priv; in mgslpc_suspend() local
645 MGSLPC_INFO *info = link->priv; in mgslpc_resume() local
653 static inline bool mgslpc_paranoia_check(MGSLPC_INFO *info, in mgslpc_paranoia_check()
686 static bool wait_command_complete(MGSLPC_INFO *info, unsigned char channel) in wait_command_complete()
698 static void issue_command(MGSLPC_INFO *info, unsigned char channel, unsigned char cmd) in issue_command()
706 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in tx_pause() local
722 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in tx_release() local
739 static int bh_action(MGSLPC_INFO *info) in bh_action()
770 MGSLPC_INFO *info = container_of(work, MGSLPC_INFO, task); in bh_handler() local
812 static void bh_transmit(MGSLPC_INFO *info, struct tty_struct *tty) in bh_transmit()
821 static void bh_status(MGSLPC_INFO *info) in bh_status()
830 static void rx_ready_hdlc(MGSLPC_INFO *info, int eom) in rx_ready_hdlc()
893 static void rx_ready_async(MGSLPC_INFO *info, int tcd) in rx_ready_async()
961 static void tx_done(MGSLPC_INFO *info, struct tty_struct *tty) in tx_done()
998 static void tx_ready(MGSLPC_INFO *info, struct tty_struct *tty) in tx_ready()
1047 static void cts_change(MGSLPC_INFO *info, struct tty_struct *tty) in cts_change()
1082 static void dcd_change(MGSLPC_INFO *info, struct tty_struct *tty) in dcd_change()
1120 static void dsr_change(MGSLPC_INFO *info) in dsr_change()
1135 static void ri_change(MGSLPC_INFO *info) in ri_change()
1159 MGSLPC_INFO *info = dev_id; in mgslpc_isr() local
1268 static int startup(MGSLPC_INFO * info, struct tty_struct *tty) in startup()
1321 static void shutdown(MGSLPC_INFO * info, struct tty_struct *tty) in shutdown()
1367 static void mgslpc_program_hw(MGSLPC_INFO *info, struct tty_struct *tty) in mgslpc_program_hw()
1401 static void mgslpc_change_params(MGSLPC_INFO *info, struct tty_struct *tty) in mgslpc_change_params()
1487 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_put_char() local
1520 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_flush_chars() local
1558 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_write() local
1616 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_write_room() local
1644 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_chars_in_buffer() local
1670 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_flush_buffer() local
1693 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_send_xchar() local
1716 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_throttle() local
1741 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_unthrottle() local
1768 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats()
1785 static int get_params(MGSLPC_INFO * info, MGSL_PARAMS __user *user_params) in get_params()
1805 static int set_params(MGSLPC_INFO * info, MGSL_PARAMS __user *new_params, struct tty_struct *tty) in set_params()
1831 static int get_txidle(MGSLPC_INFO * info, int __user *idle_mode) in get_txidle()
1842 static int set_txidle(MGSLPC_INFO * info, int idle_mode) in set_txidle()
1854 static int get_interface(MGSLPC_INFO * info, int __user *if_mode) in get_interface()
1865 static int set_interface(MGSLPC_INFO * info, int if_mode) in set_interface()
1887 static int set_txenable(MGSLPC_INFO * info, int enable, struct tty_struct *tty) in set_txenable()
1906 static int tx_abort(MGSLPC_INFO * info) in tx_abort()
1926 static int set_rxenable(MGSLPC_INFO * info, int enable) in set_rxenable()
1953 static int wait_events(MGSLPC_INFO * info, int __user *mask_ptr) in wait_events()
2062 static int modem_input_wait(MGSLPC_INFO *info,int arg) in modem_input_wait()
2116 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in tiocmget() local
2142 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in tiocmset() local
2172 MGSLPC_INFO * info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_break() local
2194 MGSLPC_INFO * info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_get_icount() local
2230 MGSLPC_INFO * info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_ioctl() local
2286 MGSLPC_INFO *info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_set_termios() local
2328 MGSLPC_INFO * info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_close() local
2361 MGSLPC_INFO * info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_wait_until_sent() local
2425 MGSLPC_INFO * info = (MGSLPC_INFO *)tty->driver_data; in mgslpc_hangup() local
2441 MGSLPC_INFO *info = container_of(port, MGSLPC_INFO, port); in carrier_raised() local
2455 MGSLPC_INFO *info = container_of(port, MGSLPC_INFO, port); in dtr_rts() local
2470 MGSLPC_INFO *info; in mgslpc_open() local
2539 static inline void line_info(struct seq_file *m, MGSLPC_INFO *info) in line_info()
2607 MGSLPC_INFO *info; in mgslpc_proc_show() local
2632 static int rx_alloc_buffers(MGSLPC_INFO *info) in rx_alloc_buffers()
2663 static void rx_free_buffers(MGSLPC_INFO *info) in rx_free_buffers()
2671 static int claim_resources(MGSLPC_INFO *info) in claim_resources()
2681 static void release_resources(MGSLPC_INFO *info) in release_resources()
2693 static int mgslpc_add_device(MGSLPC_INFO *info) in mgslpc_add_device()
2756 MGSLPC_INFO *info = mgslpc_device_list; in mgslpc_remove_device() local
2883 static void mgslpc_set_rate(MGSLPC_INFO *info, unsigned char channel, unsigned int rate) in mgslpc_set_rate()
2919 static void enable_auxclk(MGSLPC_INFO *info) in enable_auxclk()
3006 static void loopback_enable(MGSLPC_INFO *info) in loopback_enable()
3029 static void hdlc_mode(MGSLPC_INFO *info) in hdlc_mode()
3269 static void rx_stop(MGSLPC_INFO *info) in rx_stop()
3282 static void rx_start(MGSLPC_INFO *info) in rx_start()
3298 static void tx_start(MGSLPC_INFO *info, struct tty_struct *tty) in tx_start()
3336 static void tx_stop(MGSLPC_INFO *info) in tx_stop()
3350 static void reset_device(MGSLPC_INFO *info) in reset_device()
3400 static void async_mode(MGSLPC_INFO *info) in async_mode()
3571 static void tx_set_idle(MGSLPC_INFO *info) in tx_set_idle()
3582 static void get_signals(MGSLPC_INFO *info) in get_signals()
3604 static void set_signals(MGSLPC_INFO *info) in set_signals()
3628 static void rx_reset_buffers(MGSLPC_INFO *info) in rx_reset_buffers()
3647 static bool rx_get_frame(MGSLPC_INFO *info, struct tty_struct *tty) in rx_get_frame()
3731 static bool register_test(MGSLPC_INFO *info) in register_test()
3757 static bool irq_test(MGSLPC_INFO *info) in irq_test()
3792 static int adapter_test(MGSLPC_INFO *info) in adapter_test()
3814 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) in trace_block()
3851 MGSLPC_INFO *info = (MGSLPC_INFO*)context; in tx_timeout() local
3894 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_attach() local
3943 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_xmit() local
3989 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_open() local
4052 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_close() local
4087 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_ioctl() local
4188 MGSLPC_INFO *info = dev_to_port(dev); in hdlcdev_tx_timeout() local
4210 static void hdlcdev_tx_done(MGSLPC_INFO *info) in hdlcdev_tx_done()
4224 static void hdlcdev_rx(MGSLPC_INFO *info, char *buf, int size) in hdlcdev_rx()
4265 static int hdlcdev_init(MGSLPC_INFO *info) in hdlcdev_init()
4311 static void hdlcdev_exit(MGSLPC_INFO *info) in hdlcdev_exit()