Searched defs:in_port (Results 1 - 4 of 4) sorted by relevance

/drivers/input/serio/
H A Dps2mult.c43 struct ps2mult_port *in_port; member in struct:ps2mult
189 psm->in_port = psm->out_port = &psm->ports[PS2MULT_KBD_PORT];
239 struct ps2mult_port *in_port; local
248 in_port = psm->in_port;
249 if (in_port->registered)
250 serio_interrupt(in_port->serio, data, dfl);
262 psm->in_port = psm->out_port;
275 psm->in_port = &psm->ports[PS2MULT_KBD_PORT];
280 psm->in_port
[all...]
/drivers/thunderbolt/
H A Dtb.h46 * in_port and out_port have to be on the same switch. Packets arriving on
47 * in_port with "hop" = in_hop_index will get routed to through out_port. The
54 struct tb_port *in_port; member in struct:tb_path_hop
/drivers/usb/gadget/function/
H A Df_midi.c81 struct gmidi_in_port *in_port[MAX_PORTS]; member in struct:f_midi
534 struct gmidi_in_port *port = midi->in_port[i];
566 if (!midi->in_port[substream->number])
571 midi->in_port[substream->number]->state = STATE_UNKNOWN;
587 if (!midi->in_port[substream->number])
591 midi->in_port[substream->number]->active = up;
1149 kfree(midi->in_port[i]);
1208 midi->in_port[i] = port;
1238 kfree(midi->in_port[i]);
/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c1843 u64 in_param, u64 *out_param, int in_port)
1853 port = !in_port ? get_param_l(out_param) : in_port;
1952 u64 in_param, u64 *out_param, int in_port)
1961 port = !in_port ? get_param_l(out_param) : in_port;
1972 if (!in_port && port > 0 && port <= dev->caps.num_ports) {
2260 u64 in_param, u64 *out_param, int in_port)
2267 port = !in_port ? get_param_l(out_param) : in_port;
1842 mac_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, u64 in_param, u64 *out_param, int in_port) argument
1951 vlan_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, u64 in_param, u64 *out_param, int in_port) argument
2259 mac_free_res(struct mlx4_dev *dev, int slave, int op, int cmd, u64 in_param, u64 *out_param, int in_port) argument
[all...]

Completed in 155 milliseconds