Home
last modified time | relevance | path

Searched defs:edge_port (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_ti.c1557 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr() argument
1592 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument
1630 struct edgeport_port *edge_port; edge_interrupt_callback() local
1731 struct edgeport_port *edge_port = urb->context; edge_bulk_in_callback() local
1812 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_bulk_out_callback() local
1842 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_open() local
1979 struct edgeport_port *edge_port; edge_close() local
2021 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write() local
2043 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_send() local
2093 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write_room() local
2113 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_chars_in_buffer() local
2129 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tx_empty() local
2142 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_throttle() local
2169 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_unthrottle() local
2197 stop_read(struct edgeport_port *edge_port) stop_read() argument
2210 restart_read(struct edgeport_port *edge_port) restart_read() argument
2230 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, struct ktermios *old_termios) change_port_settings() argument
2376 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_set_termios() local
2388 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmset() local
2418 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmget() local
2446 struct edgeport_port *edge_port = usb_get_serial_port_data(port); get_serial_info() local
2467 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_break() local
2586 struct edgeport_port *edge_port; edge_port_probe() local
2636 struct edgeport_port *edge_port; edge_port_remove() local
2651 struct edgeport_port *edge_port = usb_get_serial_port_data(port); uart_mode_show() local
2660 struct edgeport_port *edge_port = usb_get_serial_port_data(port); uart_mode_store() local
[all...]
H A Dio_edgeport.c647 struct edgeport_port *edge_port; in edge_interrupt_callback() local
820 struct edgeport_port *edge_port = urb->context; edge_bulk_out_data_callback() local
848 struct edgeport_port *edge_port = urb->context; edge_bulk_out_cmd_callback() local
891 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_open() local
1023 block_until_chase_response(struct edgeport_port *edge_port) block_until_chase_response() argument
1080 block_until_tx_empty(struct edgeport_port *edge_port) block_until_tx_empty() argument
1129 struct edgeport_port *edge_port; edge_close() local
1191 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write() local
1285 send_more_port_data(struct edgeport_serial *edge_serial, struct edgeport_port *edge_port) send_more_port_data() argument
1404 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write_room() local
1440 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_chars_in_buffer() local
1474 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_throttle() local
1512 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_unthrottle() local
1547 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_set_termios() local
1572 get_lsr_info(struct edgeport_port *edge_port, unsigned int __user *value) get_lsr_info() argument
1595 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmset() local
1623 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmget() local
1644 struct edgeport_port *edge_port = usb_get_serial_port_data(port); get_serial_info() local
1666 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_ioctl() local
1684 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_break() local
1731 struct edgeport_port *edge_port; process_rcvd_data() local
1866 struct edgeport_port *edge_port; process_rcvd_status() local
2006 handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr) handle_new_msr() argument
2035 handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data) handle_new_lsr() argument
2211 send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command, __u8 param) send_iosp_ext_cmd() argument
2242 write_cmd_usb(struct edgeport_port *edge_port, unsigned char *buffer, int length) write_cmd_usb() argument
2297 send_cmd_write_baud_rate(struct edgeport_port *edge_port, int baudRate) send_cmd_write_baud_rate() argument
2391 send_cmd_write_uart_register(struct edgeport_port *edge_port, __u8 regNum, __u8 regValue) send_cmd_write_uart_register() argument
2446 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, struct ktermios *old_termios) change_port_settings() argument
3073 struct edgeport_port *edge_port; edge_port_probe() local
3089 struct edgeport_port *edge_port; edge_port_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_edgeport.c571 struct edgeport_port *edge_port; in edge_interrupt_callback() local
744 struct edgeport_port *edge_port = urb->context; edge_bulk_out_data_callback() local
772 struct edgeport_port *edge_port = urb->context; edge_bulk_out_cmd_callback() local
815 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_open() local
947 block_until_chase_response(struct edgeport_port *edge_port) block_until_chase_response() argument
1004 block_until_tx_empty(struct edgeport_port *edge_port) block_until_tx_empty() argument
1053 struct edgeport_port *edge_port; edge_close() local
1115 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write() local
1209 send_more_port_data(struct edgeport_serial *edge_serial, struct edgeport_port *edge_port) send_more_port_data() argument
1326 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write_room() local
1349 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_chars_in_buffer() local
1373 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_throttle() local
1411 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_unthrottle() local
1447 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_set_termios() local
1472 get_lsr_info(struct edgeport_port *edge_port, unsigned int __user *value) get_lsr_info() argument
1495 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmset() local
1523 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmget() local
1548 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_ioctl() local
1566 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_break() local
1615 struct edgeport_port *edge_port; process_rcvd_data() local
1750 struct edgeport_port *edge_port; process_rcvd_status() local
1890 handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr) handle_new_msr() argument
1919 handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data) handle_new_lsr() argument
2095 send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command, __u8 param) send_iosp_ext_cmd() argument
2126 write_cmd_usb(struct edgeport_port *edge_port, unsigned char *buffer, int length) write_cmd_usb() argument
2181 send_cmd_write_baud_rate(struct edgeport_port *edge_port, int baudRate) send_cmd_write_baud_rate() argument
2275 send_cmd_write_uart_register(struct edgeport_port *edge_port, __u8 regNum, __u8 regValue) send_cmd_write_uart_register() argument
2330 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, const struct ktermios *old_termios) change_port_settings() argument
2957 struct edgeport_port *edge_port; edge_port_probe() local
2973 struct edgeport_port *edge_port; edge_port_remove() local
[all...]
H A Dio_ti.c1551 static void handle_new_msr(struct edgeport_port *edge_port, u8 msr) in handle_new_msr() argument
1586 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument
1624 struct edgeport_port *edge_port; edge_interrupt_callback() local
1725 struct edgeport_port *edge_port = urb->context; edge_bulk_in_callback() local
1806 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_bulk_out_callback() local
1836 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_open() local
1966 struct edgeport_port *edge_port; edge_close() local
2004 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write() local
2026 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_send() local
2076 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_write_room() local
2096 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_chars_in_buffer() local
2112 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tx_empty() local
2125 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_throttle() local
2152 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_unthrottle() local
2180 stop_read(struct edgeport_port *edge_port) stop_read() argument
2193 restart_read(struct edgeport_port *edge_port) restart_read() argument
2213 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, const struct ktermios *old_termios) change_port_settings() argument
2358 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_set_termios() local
2370 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmset() local
2400 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_tiocmget() local
2427 struct edgeport_port *edge_port = usb_get_serial_port_data(port); edge_break() local
2551 struct edgeport_port *edge_port; edge_port_probe() local
2604 struct edgeport_port *edge_port; edge_port_remove() local
2617 struct edgeport_port *edge_port = usb_get_serial_port_data(port); uart_mode_show() local
2626 struct edgeport_port *edge_port = usb_get_serial_port_data(port); uart_mode_store() local
[all...]

Completed in 10 milliseconds