Searched defs:out_port (Results 1 – 6 of 6) sorted by relevance
112 const unsigned int out_port = (io_port > 2) ? io_port + 1 : io_port; in gpiomm_gpio_direction_output() local226 const unsigned int out_port = (port > 2) ? port + 1 : port; in gpiomm_gpio_set() local248 unsigned int out_port; in gpiomm_gpio_set_multiple() local
120 const unsigned out_port = (io_port > 2) ? io_port + 1 : io_port; in dio48e_gpio_direction_output() local236 const unsigned out_port = (port > 2) ? port + 1 : port; in dio48e_gpio_set() local258 unsigned int out_port; in dio48e_gpio_set_multiple() local
44 struct ps2mult_port *out_port; member
220 u32 out_port:6; /* next port of the path (on the same switch) */ member
154 struct tb_port *out_port; member
945 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output()