Searched refs:port (Results 201 - 225 of 1114) sorted by relevance

1234567891011>>

/drivers/usb/serial/
H A Dkeyspan_usa67msg.h120 u8 port; // 0 or 1 (selects port) member in struct:keyspan_usa67_portControlMessage
130 baudHi, // baudHi is only used for first port (gives lower rates)
170 port ends in a TX_OFF state); any non-zero value is respected
201 typedef struct keyspan_usa67_portStatusMessage // one for each port
203 u8 port, // 0=first, 1=second, other=see below member in struct:keyspan_usa67_portStatusMessage
206 _txOff, // port has been disabled (by host)
207 _txXoff, // port is in XOFF state (either host or RX XOFF)
221 u8 port, // 3 member in struct:keyspan_usa67_globalControlMessage
229 u8 port, // member in struct:keyspan_usa67_globalStatusMessage
236 u8 port, // 2 member in struct:keyspan_usa67_globalDebugMessage
[all...]
H A Dark3116.c129 struct usb_serial_port *port = serial->port[0]; local
157 usb_set_serial_port_data(port, priv);
204 struct usb_serial_port *port = serial->port[0]; local
205 struct ark3116_private *priv = usb_get_serial_port_data(port);
209 usb_set_serial_port_data(port, NULL);
227 struct usb_serial_port *port,
230 struct usb_serial *serial = port->serial;
231 struct ark3116_private *priv = usb_get_serial_port_data(port);
226 ark3116_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
347 ark3116_close(struct usb_serial_port *port) argument
365 ark3116_open(struct tty_struct *tty, struct usb_serial_port *port) argument
417 struct usb_serial_port *port = tty->driver_data; local
437 struct usb_serial_port *port = tty->driver_data; local
490 struct usb_serial_port *port = tty->driver_data; local
517 struct usb_serial_port *port = tty->driver_data; local
552 struct usb_serial_port *port = tty->driver_data; local
568 ark3116_update_msr(struct usb_serial_port *port, __u8 msr) argument
591 ark3116_update_lsr(struct usb_serial_port *port, __u8 lsr) argument
615 struct usb_serial_port *port = urb->context; local
678 struct usb_serial_port *port = urb->context; local
[all...]
H A Dsymbolserial.c35 struct usb_serial_port *port; member in struct:symbol_private
51 struct usb_serial_port *port = priv->port; local
57 dbg("%s - port %d", __func__, port->number);
76 usb_serial_debug_data(debug, &port->dev, __func__, urb->actual_length,
90 tty = tty_port_tty_get(&port->port);
114 dev_err(&port->dev,
122 static int symbol_open(struct tty_struct *tty, struct usb_serial_port *port) argument
149 symbol_close(struct usb_serial_port *port) argument
161 struct usb_serial_port *port = tty->driver_data; local
172 struct usb_serial_port *port = tty->driver_data; local
[all...]
H A Dmos7720.c3 * Controls the Moschip 7720 usb to dual port serial convertor
63 /* This structure holds all of the local serial port information */
70 struct usb_serial_port *port; /* loop back to the owner */ member in struct:moschip_port
118 __u8 shadowECR; /* parallel port regs... */
131 THR, /* serial port regs */
143 DPR, /* parallel port regs */
148 SP2_REG, /* serial port 2 (7720 only) */
194 else if (reg >= DPR) /* parallel port reg (7715 only) */
197 else /* serial port reg */
204 * not specific to a particular serial port
895 struct usb_serial_port *port = urb->context; local
920 struct usb_serial_port *port; local
1007 mos7720_open(struct tty_struct *tty, struct usb_serial_port *port) argument
1126 struct usb_serial_port *port = tty->driver_data; local
1148 mos7720_close(struct usb_serial_port *port) argument
1197 struct usb_serial_port *port = tty->driver_data; local
1229 struct usb_serial_port *port = tty->driver_data; local
1253 mos7720_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *data, int count) argument
1331 struct usb_serial_port *port = tty->driver_data; local
1369 struct usb_serial_port *port = tty->driver_data; local
1405 struct usb_serial_port *port; local
1533 struct usb_serial_port *port; local
1581 struct usb_serial_port *port; local
1740 mos7720_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
1798 struct usb_serial_port *port = tty->driver_data; local
1820 struct usb_serial_port *port = tty->driver_data; local
1846 struct usb_serial_port *port = tty->driver_data; local
1878 struct usb_serial_port *port = tty->driver_data; local
1908 struct usb_serial_port *port; local
1975 struct usb_serial_port *port = tty->driver_data; local
[all...]
H A Dgarmin_gps.c41 /* the mode to be set when the port ist opened */
136 struct usb_serial_port *port; member in struct:garmin_data
187 static int garmin_write_bulk(struct usb_serial_port *port,
263 static void send_to_tty(struct usb_serial_port *port, argument
266 struct tty_struct *tty = tty_port_tty_get(&port->port);
270 usb_serial_debug_data(debug, &port->dev,
300 dev_err(&garmin_data_p->port->dev, "out of memory\n");
394 send_to_tty(garmin_data_p->port, pkt, l);
421 usb_serial_debug_data(debug, &garmin_data_p->port
829 priv_status_resp(struct usb_serial_port *port) argument
849 process_resetdev_request(struct usb_serial_port *port) argument
892 garmin_init_session(struct usb_serial_port *port) argument
936 garmin_open(struct tty_struct *tty, struct usb_serial_port *port) argument
962 garmin_close(struct usb_serial_port *port) argument
993 struct usb_serial_port *port = urb->context; local
1019 garmin_write_bulk(struct usb_serial_port *port, const unsigned char *buf, int count, int dismiss_ack) argument
1090 garmin_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *buf, int count) argument
1172 struct usb_serial_port *port = tty->driver_data; local
1220 struct usb_serial_port *port = urb->context; local
1277 struct usb_serial_port *port = urb->context; local
1384 struct usb_serial_port *port = tty->driver_data; local
1398 struct usb_serial_port *port = tty->driver_data; local
1441 struct usb_serial_port *port = serial->port[0]; local
1471 struct usb_serial_port *port = serial->port[0]; local
1483 struct usb_serial_port *port = serial->port[0]; local
[all...]
H A Dir-usb.c58 static int ir_open(struct tty_struct *tty, struct usb_serial_port *port);
59 static int ir_prepare_write_buffer(struct usb_serial_port *port,
63 struct usb_serial_port *port, struct ktermios *old_termios);
263 static int ir_open(struct tty_struct *tty, struct usb_serial_port *port) argument
267 dbg("%s - port %d", __func__, port->number);
269 for (i = 0; i < ARRAY_SIZE(port->write_urbs); ++i)
270 port->write_urbs[i]->transfer_flags = URB_ZERO_PACKET;
273 return usb_serial_generic_open(tty, port);
276 static int ir_prepare_write_buffer(struct usb_serial_port *port, argument
298 struct usb_serial_port *port = urb->context; local
325 struct usb_serial_port *port = urb->context; local
336 ir_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
[all...]
H A Dch341.c6 * ch341.c implements a serial port driver for the Winchiphead CH341.
9 * serial port, an IEEE-1284 parallel printer port or a memory-like
273 usb_set_serial_port_data(serial->port[0], priv);
280 static int ch341_carrier_raised(struct usb_serial_port *port) argument
282 struct ch341_private *priv = usb_get_serial_port_data(port);
288 static void ch341_dtr_rts(struct usb_serial_port *port, int on) argument
290 struct ch341_private *priv = usb_get_serial_port_data(port);
293 dbg("%s - port %d", __func__, port
305 ch341_close(struct usb_serial_port *port) argument
315 ch341_open(struct tty_struct *tty, struct usb_serial_port *port) argument
354 ch341_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
391 struct usb_serial_port *port = tty->driver_data; local
437 struct usb_serial_port *port = tty->driver_data; local
459 struct usb_serial_port *port = (struct usb_serial_port *) urb->context; local
516 wait_modem_info(struct usb_serial_port *port, unsigned int arg) argument
558 struct usb_serial_port *port = tty->driver_data; local
576 struct usb_serial_port *port = tty->driver_data; local
[all...]
H A Dkeyspan_usa28msg.h47 If the port is configured for parity, the data will be an
105 baudHi; // baudHi is only used for first port (gives lower rates)
131 port ends in a TX_OFF state); any non-zero value is respected
149 u8 port, // 0=first, 1=second, 2=global (see below) member in struct:keyspan_usa28_portStatusMessage
155 _txOff, // port has been disabled (by host)
156 _txXoff, // port is in XOFF state (either host or RX XOFF)
178 u8 port, // 3 member in struct:keyspan_usa28_globalStatusMessage
185 u8 port, // 2 member in struct:keyspan_usa28_globalDebugMessage
H A Dti_usb_3410_5052.c101 static int ti_open(struct tty_struct *tty, struct usb_serial_port *port);
102 static void ti_close(struct usb_serial_port *port);
103 static int ti_write(struct tty_struct *tty, struct usb_serial_port *port,
114 struct usb_serial_port *port, struct ktermios *old_termios);
228 .description = "TI USB 3410 1 port adapter",
256 .description = "TI USB 5052 2 port adapter",
419 /* set up port structures */
440 tport->tp_port = serial->port[i];
442 usb_set_serial_port_data(serial->port[i], tport);
450 tport = usb_get_serial_port_data(serial->port[
482 ti_open(struct tty_struct *tty, struct usb_serial_port *port) argument
628 ti_close(struct usb_serial_port *port) argument
676 ti_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *data, int count) argument
701 struct usb_serial_port *port = tty->driver_data; local
722 struct usb_serial_port *port = tty->driver_data; local
743 struct usb_serial_port *port = tty->driver_data; local
759 struct usb_serial_port *port = tty->driver_data; local
779 struct usb_serial_port *port = tty->driver_data; local
805 struct usb_serial_port *port = tty->driver_data; local
848 ti_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
986 struct usb_serial_port *port = tty->driver_data; local
1020 struct usb_serial_port *port = tty->driver_data; local
1054 struct usb_serial_port *port = tty->driver_data; local
1077 struct usb_serial_port *port; local
1164 struct usb_serial_port *port = tport->tp_port; local
1235 struct usb_serial_port *port = tport->tp_port; local
1288 struct usb_serial_port *port = tport->tp_port; local
1367 struct usb_serial_port *port = tport->tp_port; local
1402 struct usb_serial_port *port = tport->tp_port; local
1482 struct usb_serial_port *port = tport->tp_port; local
[all...]
/drivers/usb/gadget/
H A Df_subset.c22 * This function packages a simple "CDC Subset" Ethernet port with no real
52 struct gether port; member in struct:f_gether
59 return container_of(f, struct f_gether, port.func);
263 if (geth->port.in_ep->driver_data) {
265 gether_disconnect(&geth->port);
269 if (config_ep_by_speed(cdev->gadget, f, geth->port.in_ep) ||
270 config_ep_by_speed(cdev->gadget, f, geth->port.out_ep)) {
271 geth->port.in_ep->desc = NULL;
272 geth->port.out_ep->desc = NULL;
276 net = gether_connect(&geth->port);
[all...]
/drivers/net/team/
H A Dteam.c42 struct team_port *port = rcu_dereference(dev->rx_handler_data); local
44 return team_port_exists(dev) ? port : NULL;
49 struct team_port *port = rtnl_dereference(dev->rx_handler_data); local
51 return team_port_exists(dev) ? port : NULL;
55 * Since the ability to change mac address for open port device is tested in
68 int team_port_set_orig_mac(struct team_port *port) argument
70 return __set_port_mac(port->dev, port->orig.dev_addr);
73 int team_port_set_team_mac(struct team_port *port) argument
75 return __set_port_mac(port
303 team_dummy_receive(struct team *team, struct team_port *port, struct sk_buff *skb) argument
415 struct team_port *port; local
453 team_port_find(const struct team *team, const struct team_port *port) argument
468 team_port_list_add_port(struct team *team, struct team_port *port) argument
480 struct team_port *port; local
491 team_port_list_del_port(struct team *team, struct team_port *port) argument
508 struct team_port *port; local
534 team_port_enter(struct team *team, struct team_port *port) argument
558 team_port_leave(struct team *team, struct team_port *port) argument
571 struct team_port *port; local
679 struct team_port *port; local
775 struct team_port *port; local
835 struct team_port *port; local
855 struct team_port *port; local
868 struct team_port *port; local
884 struct team_port *port; local
955 struct team_port *port; local
983 struct team_port *port; local
1018 struct team_port *port; local
1416 struct team_port *port; local
1602 __team_port_change_check(struct team_port *port, bool linkup) argument
1632 team_port_change_check(struct team_port *port, bool linkup) argument
1649 struct team_port *port; local
[all...]
H A Dteam_mode_activebackup.c29 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, argument
34 if (active_port != port)
56 static void ab_port_leave(struct team *team, struct team_port *port) argument
58 if (ab_priv(team)->active_port == port)
75 struct team_port *port; local
77 list_for_each_entry_rcu(port, &team->port_list, list) {
78 if (port->dev->ifindex == *ifindex) {
79 rcu_assign_pointer(ab_priv(team)->active_port, port);
/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326.c17 * interface is down (MAC port disabled). This is a workaround
323 int port = 0; local
329 for (port = 0; port < 12; port++)
330 vsc_write(adapter, REG_DEV_SETUP(port), 0x0);
353 for (port = 0; port < 12; port++)
354 vsc_write(adapter, REG_DEV_SETUP(port),
386 int port = mac->instance->index; local
409 int port = mac->instance->index; local
437 int port = mac->instance->index; local
453 int port = mac->instance->index; local
467 int enable, port = mac->instance->index; local
535 int port = mac->instance->index; local
552 int i, port = mac->instance->index; local
622 unsigned int port = mac->instance->index; local
651 int port = mac->instance->index; local
[all...]
/drivers/input/joystick/
H A Ddb9.c146 static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, int pwr_sub) argument
153 parport_write_data(port, c);
157 parport_write_data(port, c);
161 parport_write_control(port, c);
169 static unsigned char db9_saturn_read_sub(struct parport *port, int type) argument
175 data = parport_read_status(port) ^ 0x80;
180 data = parport_read_data(port) & 0x0f;
189 static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered) argument
193 db9_saturn_write_sub(port, type, 0, powered, 0);
195 data = db9_saturn_read_sub(port, typ
206 db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, int powered) argument
336 db9_saturn(int mode, struct parport *port, struct input_dev *devs[]) argument
369 struct parport *port = db9->pd->port; local
520 struct parport *port = db9->pd->port; local
544 struct parport *port = db9->pd->port; local
[all...]
/drivers/net/wan/
H A Dfarsync.c190 * Where appropriate the two low order bits indicate the port number
226 /* TE1 port physical configuration */
370 #define STARTPORT 3 /* Start an HDLC port */
371 #define STOPPORT 4 /* Stop an HDLC port */
372 #define ABORTTX 5 /* Abort the transmitter for a port */
424 /* Per port (line or channel) information
459 /* Per port info */
481 /* Convert an HDLC device pointer into a port info pointer and similar */
825 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, argument
828 struct net_device *dev = port_to_dev(port);
855 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, int len, struct sk_buff *skb, int rxp) argument
947 fst_issue_cmd(struct fst_port_info *port, unsigned short cmd) argument
993 fst_op_raise(struct fst_port_info *port, unsigned int outputs) argument
1003 fst_op_lower(struct fst_port_info *port, unsigned int outputs) argument
1016 fst_rx_config(struct fst_port_info *port) argument
1044 fst_tx_config(struct fst_port_info *port) argument
1072 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port) argument
1118 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port) argument
1141 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1175 fst_recover_rx_error(struct fst_card_info *card, struct fst_port_info *port, unsigned char dmabits, int rxp, unsigned short len) argument
1214 fst_intr_rx(struct fst_card_info *card, struct fst_port_info *port) argument
1333 struct fst_port_info *port; local
1441 struct fst_port_info *port; local
1476 struct fst_port_info *port; local
1675 set_conf_from_info(struct fst_card_info *card, struct fst_port_info *port, struct fstioc_info *info) argument
1765 gather_conf_info(struct fst_card_info *card, struct fst_port_info *port, struct fstioc_info *info) argument
1861 fst_set_iface(struct fst_card_info *card, struct fst_port_info *port, struct ifreq *ifr) argument
1936 fst_get_iface(struct fst_card_info *card, struct fst_port_info *port, struct ifreq *ifr) argument
1993 struct fst_port_info *port; local
2142 fst_openport(struct fst_port_info *port) argument
2180 fst_closeport(struct fst_port_info *port) argument
2198 struct fst_port_info *port; local
2220 struct fst_port_info *port; local
2258 struct fst_port_info *port; local
2278 struct fst_port_info *port; local
[all...]
/drivers/i2c/busses/
H A Di2c-parport.c2 * i2c-parport.c I2C bus over parallel port *
54 /* ----- Low-level parallel port access ----------------------------------- */
98 u8 oldval = port_read[op->port](data);
102 port_write[op->port](data, oldval | op->val);
104 port_write[op->port](data, oldval & ~op->val);
110 u8 oldval = port_read[op->port](data);
142 the parallel port structure. */
152 /* ----- I2c and parallel port call-back functions and structures --------- */
167 static void i2c_parport_attach(struct parport *port) argument
177 pr_debug("i2c-parport: attaching to %s\n", port
246 i2c_parport_detach(struct parport *port) argument
[all...]
/drivers/input/gameport/
H A Dns558.c7 * NS558 based standard IBM game port driver for Linux
69 struct gameport *port; local
79 * We must not be able to write arbitrary values to the port.
114 * And now find the number of mirrors of the port.
143 port = gameport_allocate_port();
144 if (!ns558 || !port) {
148 gameport_free_port(port);
154 ns558->gameport = port;
156 port->io = io;
157 gameport_set_name(port, "NS55
201 struct gameport *port; local
[all...]
/drivers/char/
H A Dppdev.c15 * on port 'x'. The following operations are possible:
18 * close release port and unregister device (if necessary)
73 #define PP_VERSION "ppdev: user-space parallel port driver"
103 struct parport *port = pp->pdev->port; local
104 port->ops->enable_irq (port);
118 /* Don't have the port claimed */
119 pr_debug(CHRDEV "%x: claim the port first\n", minor);
131 pport = pp->pdev->port;
286 struct parport *port; local
333 struct parport * port; local
755 pp_attach(struct parport *port) argument
761 pp_detach(struct parport *port) argument
[all...]
/drivers/input/serio/
H A Drpckbd.c52 static int rpckbd_write(struct serio *port, unsigned char val) argument
64 struct serio *port = dev_id; local
71 serio_interrupt(port, byte, 0);
82 static int rpckbd_open(struct serio *port) argument
84 struct rpckbd_data *rpckbd = port->port_data;
91 if (request_irq(rpckbd->rx_irq, rpckbd_rx, 0, "rpckbd", port) != 0) {
96 if (request_irq(rpckbd->tx_irq, rpckbd_tx, 0, "rpckbd", port) != 0) {
98 free_irq(rpckbd->rx_irq, port);
105 static void rpckbd_close(struct serio *port) argument
107 struct rpckbd_data *rpckbd = port
[all...]
/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c19 * rport.c Remote port implementation.
36 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid);
399 bfa_stats(rport->port, rport_del_max_plogi_retry);
525 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) {
897 if (bfa_fcs_lport_is_online(rport->port) &&
910 if (bfa_fcs_lport_is_online(rport->port)) {
911 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) {
972 * known address port,
973 * we try to re-discover the r-port.
975 if (bfa_fcs_lport_is_online(rport->port)
1366 struct bfa_fcs_lport_s *port = rport->port; local
1485 struct bfa_fcs_lport_s *port = rport->port; local
1518 struct bfa_fcs_lport_s *port = rport->port; local
1580 struct bfa_fcs_lport_s *port = rport->port; local
1735 struct bfa_fcs_lport_s *port; local
1772 struct bfa_fcs_lport_s *port; local
1824 struct bfa_fcs_lport_s *port = rport->port; local
1870 struct bfa_fcs_lport_s *port = rport->port; local
1907 struct bfa_fcs_lport_s *port = rport->port; local
1946 struct bfa_fcs_lport_s *port = rport->port; local
1961 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) argument
2026 struct bfa_fcs_lport_s *port = rport->port; local
2049 struct bfa_fcs_lport_s *port = rport->port; local
2076 struct bfa_fcs_lport_s *port = rport->port; local
2107 struct bfa_fcs_lport_s *port = rport->port; local
2148 bfa_fcs_lport_t *port = rport->port; local
2230 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) argument
2252 bfa_fcs_rport_create_by_wwn(struct bfa_fcs_lport_s *port, wwn_t rpwwn) argument
2271 bfa_fcs_rport_start(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, struct fc_logi_s *plogi) argument
2290 bfa_fcs_rport_plogi_create(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, struct fc_logi_s *plogi) argument
2450 struct bfa_fcs_lport_s *port = rport->port; local
2504 struct bfa_fcs_lport_s *port = rport->port; local
2530 struct bfa_fcs_lport_s *port = rport->port; local
2590 struct bfa_fcs_lport_s *port = rport->port; local
2634 bfa_fcs_rport_lookup(struct bfa_fcs_lport_s *port, wwn_t rpwwn) argument
2649 bfa_fcs_rport_lookup_by_nwwn(struct bfa_fcs_lport_s *port, wwn_t rnwwn) argument
2936 struct bfa_fcs_lport_s *port = rport->port; local
[all...]
/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c30 "Cavium Networks Octeon MII (management) port Network Driver"
63 int port; member in struct:octeon_mgmt
92 int port = p->port; local
97 mix_intena.u64 = cvmx_read_csr(CVMX_MIXX_INTENA(port));
99 cvmx_write_csr(CVMX_MIXX_INTENA(port), mix_intena.u64);
105 int port = p->port; local
110 mix_intena.u64 = cvmx_read_csr(CVMX_MIXX_INTENA(port));
112 cvmx_write_csr(CVMX_MIXX_INTENA(port), mix_inten
149 int port = p->port; local
186 int port = p->port; local
244 int port = p->port; local
264 int port = p->port; local
311 int port = p->port; local
390 int port = p->port; local
477 int port = p->port; local
567 int port = p->port; local
594 int port = p->port; local
632 int port = p->port; local
699 int port = p->port; local
952 int port = p->port; local
[all...]
H A DKconfig6 tristate "Octeon Management port ethernet driver (CN5XXX, CN6XXX)"
13 port on Cavium Networks' Octeon CN57XX, CN56XX, CN55XX,
/drivers/staging/ozwpan/
H A Dozhcd.c61 struct oz_port *port; member in struct:oz_urb_link
97 /* Holds state information about an hcd port.
163 struct oz_port *port, struct usb_host_config *config,
166 struct oz_port *port);
168 struct oz_port *port,
171 struct oz_port *port, int if_ix);
233 * port is returned, if there is one or -1 otherwise.
397 static void oz_ep_free(struct oz_port *port, struct oz_endpoint *ep) argument
400 if (port) {
402 struct oz_hcd *ozhcd = port
420 oz_enqueue_ep_urb(struct oz_port *port, u8 ep_addr, int in_dir, struct urb *urb, u8 req_id) argument
476 oz_dequeue_ep_urb(struct oz_port *port, u8 ep_addr, int in_dir, struct urb *urb) argument
506 oz_find_urb_by_id(struct oz_port *port, int ep_ix, u8 req_id) argument
538 oz_acquire_port(struct oz_port *port, void *hpd) argument
602 struct oz_port *port = &ozhcd->ports[i]; local
642 struct oz_port *port = (struct oz_port *)hport; local
697 struct oz_port *port = (struct oz_port *)hport; local
714 struct oz_port *port = (struct oz_port *)hport; local
802 oz_hcd_complete_set_config(struct oz_port *port, struct urb *urb, u8 rcode, u8 config_num) argument
822 oz_hcd_complete_set_interface(struct oz_port *port, struct urb *urb, u8 rcode, u8 if_num, u8 alt) argument
850 struct oz_port *port = (struct oz_port *)hport; local
936 struct oz_port *port = (struct oz_port *)hport; local
986 struct oz_port *port = (struct oz_port *)hport; local
1153 oz_build_endpoints_for_interface(struct usb_hcd *hcd, struct oz_port *port, struct usb_host_interface *intf, gfp_t mem_flags) argument
1226 oz_clean_endpoints_for_interface(struct usb_hcd *hcd, struct oz_port *port, int if_ix) argument
1273 oz_build_endpoints_for_config(struct usb_hcd *hcd, struct oz_port *port, struct usb_host_config *config, gfp_t mem_flags) argument
1307 oz_clean_endpoints_for_config(struct usb_hcd *hcd, struct oz_port *port) argument
1327 oz_claim_hpd(struct oz_port *port) argument
1354 struct oz_port *port = 0; local
1495 struct oz_port *port = urb->hcpriv; local
1563 oz_urb_cancel(struct oz_port *port, u8 ep_num, struct urb *urb) argument
1713 struct oz_port *port; local
1896 struct oz_port *port; local
1972 struct oz_port *port; local
2154 struct oz_port *port = &ozhcd->ports[i]; local
[all...]
/drivers/net/irda/
H A Dbfin_sir.h85 #define port_membase(port) (((struct bfin_sir_port *)(port))->membase)
86 #define get_lsr_cache(port) (((struct bfin_sir_port *)(port))->lsr)
87 #define put_lsr_cache(port, v) (((struct bfin_sir_port *)(port))->lsr = (v))
/drivers/media/video/cx23885/
H A Dcimax2.h44 extern int netup_ci_init(struct cx23885_tsport *port);
45 extern void netup_ci_exit(struct cx23885_tsport *port);

Completed in 520 milliseconds

1234567891011>>