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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
H A Dusb-serial.c251 static int serial_activate(struct tty_port *tport, struct tty_struct *tty) argument
254 container_of(tport, struct usb_serial_port, port);
277 * @tport: tty port to shut down
281 * against activate by the tport mutex and kept to matching open/close pairs
284 static void serial_down(struct tty_port *tport) argument
287 container_of(tport, struct usb_serial_port, port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DUDPFirewallTester.h56 static void AddPossibleTestContact(const CUInt128& clientID, uint32_t ip, uint16_t port, uint16_t tport, const CUInt128& target, uint8_t version, const CKadUDPKey& udpKey, bool ipVerified) argument
62 m_possibleTestClients.push_front(CContact(clientID, ip, port, tport, version, udpKey, ipVerified, target));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.h75 bool Add(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const CKadUDPKey& key, bool& ipVerified, bool update, bool fromHello);
76 bool AddUnfiltered(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const CKadUDPKey& key, bool& ipVerified, bool update, bool fromHello);
H A DRoutingZone.cpp405 bool CRoutingZone::Add(const CUInt128& id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const CKadUDPKey& key, bool& ipVerified, bool update, bool fromHello) argument
409 return AddUnfiltered(id, ip, port, tport, version, key, ipVerified, update, fromHello);
416 bool CRoutingZone::AddUnfiltered(const CUInt128& id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const CKadUDPKey& key, bool& ipVerified, bool update, bool fromHello) argument
419 CContact *contact = new CContact(id, ip, port, tport, version, key, ipVerified);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp387 uint16_t tport = bio.ReadUInt16(); local
425 if (it->ip == ip && it->tcpPort == tport) {
445 return CKademlia::GetRoutingZone()->Add(id, ip, port, tport, version, udpKey, ipVerified, update, true);
497 uint16_t tport = bio.ReadUInt16(); local
505 routingZone->Add(contactID, ip, port, tport, version, senderKey, validReceiverKey, true, false);
514 tport = bio.ReadUInt16();
517 routingZone->Add(contactID, ip, port, tport, version, 0, verified, false, false);
728 uint16_t tport = bio.ReadUInt16(); local
740 CUDPFirewallTester::AddPossibleTestContact(id, contactIP, contactPort, tport, target, version, 0, false);
743 bool wasAdded = routingZone->AddUnfiltered(id, contactIP, contactPort, tport, versio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_stats.c721 struct tstorm_per_port_stats *tport = local
938 le32_to_cpu(tport->mac_filter_discard);
940 le32_to_cpu(tport->xxoverflow_discard);
942 le32_to_cpu(tport->brb_truncate_discard);
943 estats->mac_discard = le32_to_cpu(tport->mac_discard);

Completed in 280 milliseconds