Lines Matching defs:info
664 static inline int sanity_check(SLMP_INFO *info, in sanity_check()
715 SLMP_INFO *info; in install() local
745 SLMP_INFO *info = tty->driver_data; in open() local
802 SLMP_INFO * info = tty->driver_data; in close() local
836 SLMP_INFO *info = tty->driver_data; in hangup() local
864 SLMP_INFO *info = tty->driver_data; in set_termios() local
912 SLMP_INFO *info = tty->driver_data; in write() local
990 SLMP_INFO *info = tty->driver_data; in put_char() local
1027 SLMP_INFO *info = tty->driver_data; in send_xchar() local
1051 SLMP_INFO * info = tty->driver_data; in wait_until_sent() local
1117 SLMP_INFO *info = tty->driver_data; in write_room() local
1142 SLMP_INFO *info = tty->driver_data; in flush_chars() local
1181 SLMP_INFO *info = tty->driver_data; in flush_buffer() local
1203 SLMP_INFO *info = tty->driver_data; in tx_hold() local
1223 SLMP_INFO *info = tty->driver_data; in tx_release() local
1252 SLMP_INFO *info = tty->driver_data; in ioctl() local
1309 SLMP_INFO *info = tty->driver_data; in get_icount() local
1336 static inline void line_info(struct seq_file *m, SLMP_INFO *info) in line_info()
1411 SLMP_INFO *info; in synclinkmp_proc_show() local
1427 SLMP_INFO *info = tty->driver_data; in chars_in_buffer() local
1443 SLMP_INFO *info = tty->driver_data; in throttle() local
1468 SLMP_INFO *info = tty->driver_data; in unthrottle() local
1499 SLMP_INFO * info = tty->driver_data; in set_break() local
1535 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_attach() local
1580 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_xmit() local
1622 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_open() local
1681 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_close() local
1715 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_ioctl() local
1812 SLMP_INFO *info = dev_to_port(dev); in hdlcdev_tx_timeout() local
1834 static void hdlcdev_tx_done(SLMP_INFO *info) in hdlcdev_tx_done()
1848 static void hdlcdev_rx(SLMP_INFO *info, char *buf, int size) in hdlcdev_rx()
1889 static int hdlcdev_init(SLMP_INFO *info) in hdlcdev_init()
1936 static void hdlcdev_exit(SLMP_INFO *info) in hdlcdev_exit()
1949 static int bh_action(SLMP_INFO *info) in bh_action()
1982 SLMP_INFO *info = container_of(work, SLMP_INFO, task); in bh_handler() local
2022 static void bh_receive(SLMP_INFO *info) in bh_receive()
2031 static void bh_transmit(SLMP_INFO *info) in bh_transmit()
2043 static void bh_status(SLMP_INFO *info) in bh_status()
2055 static void isr_timer(SLMP_INFO * info) in isr_timer()
2081 static void isr_rxint(SLMP_INFO * info) in isr_rxint()
2138 static void isr_rxrdy(SLMP_INFO * info) in isr_rxrdy()
2202 static void isr_txeom(SLMP_INFO * info, unsigned char status) in isr_txeom()
2262 static void isr_txint(SLMP_INFO * info) in isr_txint()
2290 static void isr_txrdy(SLMP_INFO * info) in isr_txrdy()
2321 static void isr_rxdmaok(SLMP_INFO * info) in isr_rxdmaok()
2338 static void isr_rxdmaerror(SLMP_INFO * info) in isr_rxdmaerror()
2356 static void isr_txdmaok(SLMP_INFO * info) in isr_txdmaok()
2374 static void isr_txdmaerror(SLMP_INFO * info) in isr_txdmaerror()
2391 static void isr_io_pin( SLMP_INFO *info, u16 status ) in isr_io_pin()
2502 SLMP_INFO *info = dev_id; in synclinkmp_interrupt() local
2619 static int startup(SLMP_INFO * info) in startup()
2657 static void shutdown(SLMP_INFO * info) in shutdown()
2696 static void program_hw(SLMP_INFO *info) in program_hw()
2732 static void change_params(SLMP_INFO *info) in change_params()
2825 static int get_stats(SLMP_INFO * info, struct mgsl_icount __user *user_icount) in get_stats()
2846 static int get_params(SLMP_INFO * info, MGSL_PARAMS __user *user_params) in get_params()
2866 static int set_params(SLMP_INFO * info, MGSL_PARAMS __user *new_params) in set_params()
2894 static int get_txidle(SLMP_INFO * info, int __user *idle_mode) in get_txidle()
2913 static int set_txidle(SLMP_INFO * info, int idle_mode) in set_txidle()
2928 static int tx_enable(SLMP_INFO * info, int enable) in tx_enable()
2951 static int tx_abort(SLMP_INFO * info) in tx_abort()
2975 static int rx_enable(SLMP_INFO * info, int enable) in rx_enable()
2997 static int wait_mgsl_event(SLMP_INFO * info, int __user *mask_ptr) in wait_mgsl_event()
3121 static int modem_input_wait(SLMP_INFO *info,int arg) in modem_input_wait()
3175 SLMP_INFO *info = tty->driver_data; in tiocmget() local
3201 SLMP_INFO *info = tty->driver_data; in tiocmset() local
3226 SLMP_INFO *info = container_of(port, SLMP_INFO, port); in carrier_raised() local
3238 SLMP_INFO *info = container_of(port, SLMP_INFO, port); in dtr_rts() local
3253 SLMP_INFO *info) in block_til_ready()
3341 static int alloc_dma_bufs(SLMP_INFO *info) in alloc_dma_bufs()
3415 static int alloc_buf_list(SLMP_INFO *info) in alloc_buf_list()
3474 static int alloc_frame_bufs(SLMP_INFO *info, SCADESC *buf_list,SCADESC_EX *buf_list_ex,int count) in alloc_frame_bufs()
3491 static void free_dma_bufs(SLMP_INFO *info) in free_dma_bufs()
3501 static int alloc_tmp_rx_buf(SLMP_INFO *info) in alloc_tmp_rx_buf()
3516 static void free_tmp_rx_buf(SLMP_INFO *info) in free_tmp_rx_buf()
3524 static int claim_resources(SLMP_INFO *info) in claim_resources()
3613 static void release_resources(SLMP_INFO *info) in release_resources()
3669 static int add_device(SLMP_INFO *info) in add_device()
3724 SLMP_INFO *info; in alloc_dev() local
3895 SLMP_INFO *info; in synclinkmp_cleanup() local
4008 static void enable_loopback(SLMP_INFO *info, int enable) in enable_loopback()
4055 static void set_rate( SLMP_INFO *info, u32 data_rate ) in set_rate()
4101 static void rx_stop(SLMP_INFO *info) in rx_stop()
4122 static void rx_start(SLMP_INFO *info) in rx_start()
4179 static void tx_start(SLMP_INFO *info) in tx_start()
4249 static void tx_stop( SLMP_INFO *info ) in tx_stop()
4276 static void tx_load_fifo(SLMP_INFO *info) in tx_load_fifo()
4325 static void reset_port(SLMP_INFO *info) in reset_port()
4349 static void reset_adapter(SLMP_INFO *info) in reset_adapter()
4361 static void async_mode(SLMP_INFO *info) in async_mode()
4500 static void hdlc_mode(SLMP_INFO *info) in hdlc_mode()
4702 static void tx_set_idle(SLMP_INFO *info) in tx_set_idle()
4722 static void get_signals(SLMP_INFO *info) in get_signals()
4751 static void set_signals(SLMP_INFO *info) in set_signals()
4780 static void rx_reset_buffers(SLMP_INFO *info) in rx_reset_buffers()
4791 static void rx_free_frame_buffers(SLMP_INFO *info, unsigned int first, unsigned int last) in rx_free_frame_buffers()
4819 static bool rx_get_frame(SLMP_INFO *info) in rx_get_frame()
4993 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count) in tx_load_dma_buffer()
5033 static bool register_test(SLMP_INFO *info) in register_test()
5072 static bool irq_test(SLMP_INFO *info) in irq_test()
5123 static bool sca_init(SLMP_INFO *info) in sca_init()
5164 static bool init_adapter(SLMP_INFO *info) in init_adapter()
5223 static bool loopback_test(SLMP_INFO *info) in loopback_test()
5288 static int adapter_test( SLMP_INFO *info ) in adapter_test()
5350 static bool memory_test(SLMP_INFO *info) in memory_test()
5402 static void load_pci_memory(SLMP_INFO *info, char* dest, const char* src, unsigned short count) in load_pci_memory()
5421 static void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) in trace_block()
5458 SLMP_INFO *info = from_timer(info, t, tx_timer); in tx_timeout() local
5486 SLMP_INFO *info = from_timer(info, t, status_timer); in status_timeout() local
5534 static unsigned char read_reg(SLMP_INFO * info, unsigned char Addr) in read_reg()
5539 static void write_reg(SLMP_INFO * info, unsigned char Addr, unsigned char Value) in write_reg()
5545 static u16 read_reg16(SLMP_INFO * info, unsigned char Addr) in read_reg16()
5551 static void write_reg16(SLMP_INFO * info, unsigned char Addr, u16 Value) in write_reg16()
5557 static unsigned char read_status_reg(SLMP_INFO * info) in read_status_reg()
5563 static void write_control_reg(SLMP_INFO * info) in write_control_reg()