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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c175 static void ti_send(struct ti_port *tport);
176 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr);
177 static int ti_get_lsr(struct ti_port *tport);
178 static int ti_get_serial_info(struct ti_port *tport,
180 static int ti_set_serial_info(struct ti_port *tport,
182 static void ti_handle_new_msr(struct ti_port *tport, __u8 msr);
184 static void ti_drain(struct ti_port *tport, unsigned long timeout, int flush);
186 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty);
187 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty);
410 struct ti_port *tport; local
511 struct ti_port *tport; local
531 struct ti_port *tport = usb_get_serial_port_data(port); local
672 struct ti_port *tport; local
718 struct ti_port *tport = usb_get_serial_port_data(port); local
743 struct ti_port *tport = usb_get_serial_port_data(port); local
763 struct ti_port *tport = usb_get_serial_port_data(port); local
783 struct ti_port *tport = usb_get_serial_port_data(port); local
805 struct ti_port *tport = usb_get_serial_port_data(port); local
831 struct ti_port *tport = usb_get_serial_port_data(port); local
886 struct ti_port *tport = usb_get_serial_port_data(port); local
1023 struct ti_port *tport = usb_get_serial_port_data(port); local
1053 struct ti_port *tport = usb_get_serial_port_data(port); local
1083 struct ti_port *tport = usb_get_serial_port_data(port); local
1107 struct ti_port *tport; local
1184 struct ti_port *tport = (struct ti_port *)urb->context; local
1247 struct ti_port *tport = (struct ti_port *)urb->context; local
1297 ti_send(struct ti_port *tport) argument
1353 ti_set_mcr(struct ti_port *tport, unsigned int mcr) argument
1368 ti_get_lsr(struct ti_port *tport) argument
1402 ti_get_serial_info(struct ti_port *tport, struct serial_struct __user *ret_arg) argument
1428 ti_set_serial_info(struct ti_port *tport, struct serial_struct __user *new_arg) argument
1447 ti_handle_new_msr(struct ti_port *tport, __u8 msr) argument
1485 ti_drain(struct ti_port *tport, unsigned long timeout, int flush) argument
1534 ti_stop_read(struct ti_port *tport, struct tty_struct *tty) argument
1547 ti_restart_read(struct ti_port *tport, struct tty_struct *tty) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pnp/
H A Dresource.c243 resource_size_t *port, *end, *tport, *tend; local
269 tport = &dev->res.port_resource[tmp].start;
271 if (ranged_conflict(port,end,tport,tend))
284 tport = &tdev->res.port_resource[tmp].start;
286 if (ranged_conflict(port,end,tport,tend))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dsocket.c71 static u32 dispatch(struct tipc_port *tport, struct sk_buff *buf);
72 static void wakeupdispatch(struct tipc_port *tport);
728 * @tport: TIPC port associated with message
736 struct tipc_port *tport)
778 has_name = (tport->conn_type != 0);
779 anc_data[0] = tport->conn_type;
780 anc_data[1] = tport->conn_instance;
781 anc_data[2] = tport->conn_instance;
1113 * @tport: TIPC port that received message
1121 static u32 dispatch(struct tipc_port *tport, struc argument
735 anc_data_recv(struct msghdr *m, struct tipc_msg *msg, struct tipc_port *tport) argument
1223 wakeupdispatch(struct tipc_port *tport) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dftp-basic.c725 int tport;
790 tport = 0;
798 tport = (*s - '0') + 10 * tport;
814 *port = tport;
724 int tport; local

Completed in 110 milliseconds