Searched defs:out_port (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/thunderbolt/ |
D | path.c | 37 struct tb_port *port, *out_port = NULL; in tb_path_find_dst_port() local 104 struct tb_port *out_port; in tb_path_discover() local 232 struct tb_port *in_port, *out_port, *first_port, *last_port; in tb_path_alloc() local
|
D | test.c | 808 u8 out_port; member 853 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane0() local 915 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane1() local 995 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane1_chain() local 1075 const struct tb_port *in_port, *out_port; in tb_test_path_not_bonded_lane1_chain_reverse() local 1167 const struct tb_port *in_port, *out_port; in tb_test_path_mixed_chain() local 1259 const struct tb_port *in_port, *out_port; in tb_test_path_mixed_chain_reverse() local
|
D | tb_regs.h | 420 u32 out_port:6; /* next port of the path (on the same switch) */ member
|
D | tb.h | 317 struct tb_port *out_port; member
|
/Linux-v5.15/drivers/gpio/ |
D | gpio-gpio-mm.c | 107 const unsigned int out_port = (io_port > 2) ? io_port + 1 : io_port; in gpiomm_gpio_direction_output() local 200 const unsigned int out_port = (port > 2) ? port + 1 : port; in gpiomm_gpio_set() local
|
D | gpio-104-dio-48e.c | 115 const unsigned int out_port = (io_port > 2) ? io_port + 1 : io_port; in dio48e_gpio_direction_output() local 210 const unsigned int out_port = (port > 2) ? port + 1 : port; in dio48e_gpio_set() local
|
/Linux-v5.15/drivers/input/serio/ |
D | ps2mult.c | 41 struct ps2mult_port *out_port; member
|
/Linux-v5.15/net/openvswitch/ |
D | actions.c | 875 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output()
|