Searched refs:tport (Results 1 - 25 of 29) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Dti_usb_3410_5052.c123 static void ti_send(struct ti_port *tport);
124 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr);
125 static int ti_get_lsr(struct ti_port *tport);
126 static int ti_get_serial_info(struct ti_port *tport,
128 static int ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport,
130 static void ti_handle_new_msr(struct ti_port *tport, __u8 msr);
132 static void ti_drain(struct ti_port *tport, unsigned long timeout, int flush);
134 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty);
135 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty);
381 struct ti_port *tport; local
477 struct ti_port *tport; local
495 struct ti_port *tport = usb_get_serial_port_data(port); local
644 struct ti_port *tport; local
692 struct ti_port *tport = usb_get_serial_port_data(port); local
715 struct ti_port *tport = usb_get_serial_port_data(port); local
736 struct ti_port *tport = usb_get_serial_port_data(port); local
757 struct ti_port *tport = usb_get_serial_port_data(port); local
773 struct ti_port *tport = usb_get_serial_port_data(port); local
794 struct ti_port *tport = usb_get_serial_port_data(port); local
847 struct ti_port *tport = usb_get_serial_port_data(port); local
982 struct ti_port *tport = usb_get_serial_port_data(port); local
1016 struct ti_port *tport = usb_get_serial_port_data(port); local
1050 struct ti_port *tport = usb_get_serial_port_data(port); local
1074 struct ti_port *tport; local
1158 struct ti_port *tport = urb->context; local
1230 struct ti_port *tport = urb->context; local
1282 ti_send(struct ti_port *tport) argument
1342 ti_set_mcr(struct ti_port *tport, unsigned int mcr) argument
1360 ti_get_lsr(struct ti_port *tport) argument
1396 ti_get_serial_info(struct ti_port *tport, struct serial_struct __user *ret_arg) argument
1422 ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport, struct serial_struct __user *new_arg) argument
1437 ti_handle_new_msr(struct ti_port *tport, __u8 msr) argument
1476 ti_drain(struct ti_port *tport, unsigned long timeout, int flush) argument
1528 ti_stop_read(struct ti_port *tport, struct tty_struct *tty) argument
1541 ti_restart_read(struct ti_port *tport, struct tty_struct *tty) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c123 static void ti_send(struct ti_port *tport);
124 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr);
125 static int ti_get_lsr(struct ti_port *tport);
126 static int ti_get_serial_info(struct ti_port *tport,
128 static int ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport,
130 static void ti_handle_new_msr(struct ti_port *tport, __u8 msr);
132 static void ti_drain(struct ti_port *tport, unsigned long timeout, int flush);
134 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty);
135 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty);
381 struct ti_port *tport; local
477 struct ti_port *tport; local
495 struct ti_port *tport = usb_get_serial_port_data(port); local
644 struct ti_port *tport; local
692 struct ti_port *tport = usb_get_serial_port_data(port); local
715 struct ti_port *tport = usb_get_serial_port_data(port); local
736 struct ti_port *tport = usb_get_serial_port_data(port); local
757 struct ti_port *tport = usb_get_serial_port_data(port); local
773 struct ti_port *tport = usb_get_serial_port_data(port); local
794 struct ti_port *tport = usb_get_serial_port_data(port); local
847 struct ti_port *tport = usb_get_serial_port_data(port); local
982 struct ti_port *tport = usb_get_serial_port_data(port); local
1016 struct ti_port *tport = usb_get_serial_port_data(port); local
1050 struct ti_port *tport = usb_get_serial_port_data(port); local
1074 struct ti_port *tport; local
1158 struct ti_port *tport = urb->context; local
1230 struct ti_port *tport = urb->context; local
1282 ti_send(struct ti_port *tport) argument
1342 ti_set_mcr(struct ti_port *tport, unsigned int mcr) argument
1360 ti_get_lsr(struct ti_port *tport) argument
1396 ti_get_serial_info(struct ti_port *tport, struct serial_struct __user *ret_arg) argument
1422 ti_set_serial_info(struct tty_struct *tty, struct ti_port *tport, struct serial_struct __user *new_arg) argument
1437 ti_handle_new_msr(struct ti_port *tport, __u8 msr) argument
1476 ti_drain(struct ti_port *tport, unsigned long timeout, int flush) argument
1528 ti_stop_read(struct ti_port *tport, struct tty_struct *tty) argument
1541 ti_restart_read(struct ti_port *tport, struct tty_struct *tty) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dscsi_netlink.c85 int err, tport; local
130 tport = hdr->transport;
131 if ((tport < SCSI_NL_MAX_TRANSPORTS) &&
132 !(transports[tport].flags & HANDLER_DELETING) &&
133 (transports[tport].msg_handler)) {
134 transports[tport].refcnt++;
136 err = transports[tport].msg_handler(skb);
138 transports[tport].refcnt--;
166 int tport; local
177 for (tport
312 scsi_nl_add_transport(u8 tport, int (*msg_handler)(struct sk_buff *), void (*event_handler)(struct notifier_block *, unsigned long, void *)) argument
356 scsi_nl_remove_transport(u8 tport) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_netlink.c85 int err, tport; local
130 tport = hdr->transport;
131 if ((tport < SCSI_NL_MAX_TRANSPORTS) &&
132 !(transports[tport].flags & HANDLER_DELETING) &&
133 (transports[tport].msg_handler)) {
134 transports[tport].refcnt++;
136 err = transports[tport].msg_handler(skb);
138 transports[tport].refcnt--;
166 int tport; local
177 for (tport
312 scsi_nl_add_transport(u8 tport, int (*msg_handler)(struct sk_buff *), void (*event_handler)(struct notifier_block *, unsigned long, void *)) argument
356 scsi_nl_remove_transport(u8 tport) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dsocket.c73 static u32 dispatch(struct tipc_port *tport, struct sk_buff *buf);
74 static void wakeupdispatch(struct tipc_port *tport);
279 struct tipc_port *tport; local
291 tport = tipc_sk_port(sk);
310 tipc_disconnect(tport->ref);
321 res = tipc_deleteport(tport->ref);
515 struct tipc_port *tport = tipc_sk_port(sk); local
539 if ((tport->published) ||
545 tport->conn_type = dest->addr.name.name.type;
546 tport
623 struct tipc_port *tport = tipc_sk_port(sk); local
682 struct tipc_port *tport = tipc_sk_port(sk); local
823 anc_data_recv(struct msghdr *m, struct tipc_msg *msg, struct tipc_port *tport) argument
898 struct tipc_port *tport = tipc_sk_port(sk); local
1025 struct tipc_port *tport = tipc_sk_port(sk); local
1309 dispatch(struct tipc_port *tport, struct sk_buff *buf) argument
1342 wakeupdispatch(struct tipc_port *tport) argument
1598 struct tipc_port *tport = tipc_sk_port(sk); local
1666 struct tipc_port *tport = tipc_sk_port(sk); local
1725 struct tipc_port *tport = tipc_sk_port(sk); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dsocket.c73 static u32 dispatch(struct tipc_port *tport, struct sk_buff *buf);
74 static void wakeupdispatch(struct tipc_port *tport);
279 struct tipc_port *tport; local
291 tport = tipc_sk_port(sk);
310 tipc_disconnect(tport->ref);
321 res = tipc_deleteport(tport->ref);
515 struct tipc_port *tport = tipc_sk_port(sk); local
539 if ((tport->published) ||
545 tport->conn_type = dest->addr.name.name.type;
546 tport
623 struct tipc_port *tport = tipc_sk_port(sk); local
682 struct tipc_port *tport = tipc_sk_port(sk); local
823 anc_data_recv(struct msghdr *m, struct tipc_msg *msg, struct tipc_port *tport) argument
898 struct tipc_port *tport = tipc_sk_port(sk); local
1025 struct tipc_port *tport = tipc_sk_port(sk); local
1309 dispatch(struct tipc_port *tport, struct sk_buff *buf) argument
1342 wakeupdispatch(struct tipc_port *tport) argument
1598 struct tipc_port *tport = tipc_sk_port(sk); local
1666 struct tipc_port *tport = tipc_sk_port(sk); local
1725 struct tipc_port *tport = tipc_sk_port(sk); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dscsi_netlink.h128 int scsi_nl_add_transport(u8 tport,
131 void scsi_nl_remove_transport(u8 tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dscsi_netlink.h128 int scsi_nl_add_transport(u8 tport,
131 void scsi_nl_remove_transport(u8 tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/card/
H A Dsdio_uart.c571 static int uart_carrier_raised(struct tty_port *tport) argument
574 container_of(tport, struct sdio_uart_port, port);
587 * @tport: tty port to be updated
594 static void uart_dtr_rts(struct tty_port *tport, int onoff) argument
597 container_of(tport, struct sdio_uart_port, port);
610 * @tport: tty port to activate
623 static int sdio_uart_activate(struct tty_port *tport, struct tty_struct *tty) argument
626 container_of(tport, struct sdio_uart_port, port);
698 * @tport: tty port to shut down
706 static void sdio_uart_shutdown(struct tty_port *tport) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c571 static int uart_carrier_raised(struct tty_port *tport) argument
574 container_of(tport, struct sdio_uart_port, port);
587 * @tport: tty port to be updated
594 static void uart_dtr_rts(struct tty_port *tport, int onoff) argument
597 container_of(tport, struct sdio_uart_port, port);
610 * @tport: tty port to activate
623 static int sdio_uart_activate(struct tty_port *tport, struct tty_struct *tty) argument
626 container_of(tport, struct sdio_uart_port, port);
698 * @tport: tty port to shut down
706 static void sdio_uart_shutdown(struct tty_port *tport) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pnp/
H A Dresource.c170 resource_size_t *port, *end, *tport, *tend; local
197 tport = &tres->start;
199 if (ranged_conflict(port, end, tport, tend))
216 tport = &tres->start;
218 if (ranged_conflict(port, end, tport, tend))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pnp/
H A Dresource.c170 resource_size_t *port, *end, *tport, *tend; local
197 tport = &tres->start;
199 if (ranged_conflict(port, end, tport, tend))
216 tport = &tres->start;
218 if (ranged_conflict(port, end, tport, tend))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Docsp.c130 char *thost = NULL, *tport = NULL, *tpath = NULL; local
210 if (tport)
211 OPENSSL_free(tport);
223 tport = port;
936 if (tport)
937 OPENSSL_free(tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Docsp.c130 char *thost = NULL, *tport = NULL, *tpath = NULL; local
210 if (tport)
211 OPENSSL_free(tport);
223 tport = port;
936 if (tport)
937 OPENSSL_free(tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Docsp.c130 char *thost = NULL, *tport = NULL, *tpath = NULL; local
210 if (tport)
211 OPENSSL_free(tport);
223 tport = port;
936 if (tport)
937 OPENSSL_free(tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Docsp.c136 char *thost = NULL, *tport = NULL, *tpath = NULL; local
208 if (tport)
209 OPENSSL_free(tport);
212 thost = tport = tpath = NULL;
220 tport = port;
891 if (tport)
892 OPENSSL_free(tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Docsp.c136 char *thost = NULL, *tport = NULL, *tpath = NULL; local
208 if (tport)
209 OPENSSL_free(tport);
212 thost = tport = tpath = NULL;
220 tport = port;
891 if (tport)
892 OPENSSL_free(tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Docsp.c136 char *thost = NULL, *tport = NULL, *tpath = NULL; local
208 if (tport)
209 OPENSSL_free(tport);
212 thost = tport = tpath = NULL;
220 tport = port;
891 if (tport)
892 OPENSSL_free(tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dftp-basic.c726 int tport;
788 tport = 0;
796 tport = (*s - '0') + 10 * tport;
812 *port = tport;
725 int tport; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dftp-basic.c726 int tport;
788 tport = 0;
796 tport = (*s - '0') + 10 * tport;
812 *port = tport;
725 int tport; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dftp-basic.c726 int tport;
788 tport = 0;
796 tport = (*s - '0') + 10 * tport;
812 *port = tport;
725 int tport; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Disicom.c811 static int isicom_activate(struct tty_port *tport, struct tty_struct *tty) argument
813 struct isi_port *port = container_of(tport, struct isi_port, port);
817 if (tty_port_alloc_xmit_buf(tport) < 0)
873 struct tty_port *tport; local
875 tport = isicom_find_port(tty);
876 if (tport == NULL)
878 port = container_of(tport, struct isi_port, port);
881 return tty_port_open(tport, tty, filp);
H A Dnozomi.c1626 static int ntty_activate(struct tty_port *tport, struct tty_struct *tty) argument
1628 struct port *port = container_of(tport, struct port, port);
1638 printk("noz: activated %d: %p\n", tty->index, tport);
1648 static void ntty_shutdown(struct tty_port *tport) argument
1650 struct port *port = container_of(tport, struct port, port);
1660 printk("noz: shutdown %p\n", tport);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Disicom.c811 static int isicom_activate(struct tty_port *tport, struct tty_struct *tty) argument
813 struct isi_port *port = container_of(tport, struct isi_port, port);
817 if (tty_port_alloc_xmit_buf(tport) < 0)
873 struct tty_port *tport; local
875 tport = isicom_find_port(tty);
876 if (tport == NULL)
878 port = container_of(tport, struct isi_port, port);
881 return tty_port_open(tport, tty, filp);
H A Dnozomi.c1626 static int ntty_activate(struct tty_port *tport, struct tty_struct *tty) argument
1628 struct port *port = container_of(tport, struct port, port);
1638 printk("noz: activated %d: %p\n", tty->index, tport);
1648 static void ntty_shutdown(struct tty_port *tport) argument
1650 struct port *port = container_of(tport, struct port, port);
1660 printk("noz: shutdown %p\n", tport);

Completed in 900 milliseconds

12