Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_edgeport.c306 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
307 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
309 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
312 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
315 struct edgeport_port *edge_port,
317 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
319 static int write_cmd_usb(struct edgeport_port *edge_port,
322 struct edgeport_port *edge_port);
647 struct edgeport_port *edge_port; in edge_interrupt_callback() local
718 edge_port in edge_interrupt_callback()
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...]
H A Dio_ti.c223 static void stop_read(struct edgeport_port *edge_port);
224 static int restart_read(struct edgeport_port *edge_port);
1557 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr() argument
1562 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr); in handle_new_msr()
1566 icount = &edge_port->port->icount; in handle_new_msr()
1577 wake_up_interruptible(&edge_port->port->port.delta_msr_wait); in handle_new_msr()
1581 edge_port->shadow_msr = msr & 0xf0; in handle_new_msr()
1583 tty = tty_port_tty_get(&edge_port->port->port); in handle_new_msr()
1592 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument
1599 dev_dbg(&edge_port in handle_new_lsr()
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...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_edgeport.c276 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
277 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
279 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
283 struct edgeport_port *edge_port,
285 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
287 static int write_cmd_usb(struct edgeport_port *edge_port,
290 struct edgeport_port *edge_port);
571 struct edgeport_port *edge_port; in edge_interrupt_callback() local
642 edge_port = usb_get_serial_port_data(port); in edge_interrupt_callback()
643 if (edge_port in edge_interrupt_callback()
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.c220 static void stop_read(struct edgeport_port *edge_port);
221 static int restart_read(struct edgeport_port *edge_port);
1551 static void handle_new_msr(struct edgeport_port *edge_port, u8 msr) in handle_new_msr() argument
1556 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr); in handle_new_msr()
1560 icount = &edge_port->port->icount; in handle_new_msr()
1571 wake_up_interruptible(&edge_port->port->port.delta_msr_wait); in handle_new_msr()
1575 edge_port->shadow_msr = msr & 0xf0; in handle_new_msr()
1577 tty = tty_port_tty_get(&edge_port->port->port); in handle_new_msr()
1586 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() argument
1593 dev_dbg(&edge_port in handle_new_lsr()
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