out_port          112 drivers/gpio/gpio-104-dio-48e.c 	const unsigned out_port = (io_port > 2) ? io_port + 1 : io_port;
out_port          144 drivers/gpio/gpio-104-dio-48e.c 	outb(dio48egpio->out_state[io_port], dio48egpio->base + out_port);
out_port          228 drivers/gpio/gpio-104-dio-48e.c 	const unsigned out_port = (port > 2) ? port + 1 : port;
out_port          238 drivers/gpio/gpio-104-dio-48e.c 	outb(dio48egpio->out_state[port], dio48egpio->base + out_port);
out_port          250 drivers/gpio/gpio-104-dio-48e.c 	unsigned int out_port;
out_port          263 drivers/gpio/gpio-104-dio-48e.c 		out_port = (port > 2) ? port + 1 : port;
out_port          271 drivers/gpio/gpio-104-dio-48e.c 		outb(dio48egpio->out_state[port], dio48egpio->base + out_port);
out_port          104 drivers/gpio/gpio-gpio-mm.c 	const unsigned int out_port = (io_port > 2) ? io_port + 1 : io_port;
out_port          136 drivers/gpio/gpio-gpio-mm.c 	outb(gpiommgpio->out_state[io_port], gpiommgpio->base + out_port);
out_port          218 drivers/gpio/gpio-gpio-mm.c 	const unsigned int out_port = (port > 2) ? port + 1 : port;
out_port          228 drivers/gpio/gpio-gpio-mm.c 	outb(gpiommgpio->out_state[port], gpiommgpio->base + out_port);
out_port          240 drivers/gpio/gpio-gpio-mm.c 	unsigned int out_port;
out_port          253 drivers/gpio/gpio-gpio-mm.c 		out_port = (port > 2) ? port + 1 : port;
out_port          261 drivers/gpio/gpio-gpio-mm.c 		outb(gpiommgpio->out_state[port], gpiommgpio->base + out_port);
out_port           41 drivers/input/serio/ps2mult.c 	struct ps2mult_port *out_port;
out_port           69 drivers/input/serio/ps2mult.c 	psm->out_port = port;
out_port           83 drivers/input/serio/ps2mult.c 	if (psm->out_port != port)
out_port          186 drivers/input/serio/ps2mult.c 	psm->in_port = psm->out_port = &psm->ports[PS2MULT_KBD_PORT];
out_port          259 drivers/input/serio/ps2mult.c 		psm->in_port = psm->out_port;
out_port          164 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          181 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          219 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          223 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          230 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          256 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          260 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          266 drivers/net/arcnet/com20020-pci.c 			goto out_port;
out_port          277 drivers/net/arcnet/com20020-pci.c out_port:
out_port          318 drivers/parport/parport_mfc3.c 			goto out_port;
out_port          340 drivers/parport/parport_mfc3.c 	out_port:
out_port           75 drivers/s390/scsi/zfcp_aux.c 		goto out_port;
out_port           81 drivers/s390/scsi/zfcp_aux.c out_port:
out_port           21 drivers/thunderbolt/path.c 		    hop->in_hop_index, regs->out_port, regs->next_hop);
out_port           37 drivers/thunderbolt/path.c 	struct tb_port *port, *out_port = NULL;
out_port           57 drivers/thunderbolt/path.c 		out_port = &sw->ports[hop.out_port];
out_port           59 drivers/thunderbolt/path.c 		port = out_port->remote;
out_port           62 drivers/thunderbolt/path.c 	return out_port && hopid == dst_hopid ? out_port : NULL;
out_port          104 drivers/thunderbolt/path.c 	struct tb_port *out_port;
out_port          142 drivers/thunderbolt/path.c 		out_port = &sw->ports[hop.out_port];
out_port          144 drivers/thunderbolt/path.c 			*last = out_port;
out_port          147 drivers/thunderbolt/path.c 		p = out_port->remote;
out_port          183 drivers/thunderbolt/path.c 		out_port = &sw->ports[hop.out_port];
out_port          186 drivers/thunderbolt/path.c 		if (tb_port_alloc_out_hopid(out_port, next_hop, next_hop) < 0) {
out_port          194 drivers/thunderbolt/path.c 		path->hops[i].out_port = out_port;
out_port          198 drivers/thunderbolt/path.c 		p = out_port->remote;
out_port          231 drivers/thunderbolt/path.c 	struct tb_port *in_port, *out_port;
out_port          255 drivers/thunderbolt/path.c 	out_port = NULL;
out_port          258 drivers/thunderbolt/path.c 		in_port = tb_next_port_on_path(src, dst, out_port);
out_port          270 drivers/thunderbolt/path.c 		out_port = tb_next_port_on_path(src, dst, in_port);
out_port          271 drivers/thunderbolt/path.c 		if (!out_port)
out_port          274 drivers/thunderbolt/path.c 		if (out_port->dual_link_port && out_port->link_nr != link_nr)
out_port          275 drivers/thunderbolt/path.c 			out_port = out_port->dual_link_port;
out_port          278 drivers/thunderbolt/path.c 			ret = tb_port_alloc_out_hopid(out_port, dst_hopid,
out_port          281 drivers/thunderbolt/path.c 			ret = tb_port_alloc_out_hopid(out_port, -1, -1);
out_port          290 drivers/thunderbolt/path.c 		path->hops[i].out_port = out_port;
out_port          323 drivers/thunderbolt/path.c 		if (hop->out_port)
out_port          324 drivers/thunderbolt/path.c 			tb_port_release_out_hopid(hop->out_port,
out_port          420 drivers/thunderbolt/path.c 	       tb_route(path->hops[path->path_length - 1].out_port->sw),
out_port          421 drivers/thunderbolt/path.c 	       path->hops[path->path_length - 1].out_port->port);
out_port          448 drivers/thunderbolt/path.c 	       tb_route(path->hops[path->path_length - 1].out_port->sw),
out_port          449 drivers/thunderbolt/path.c 	       path->hops[path->path_length - 1].out_port->port);
out_port          481 drivers/thunderbolt/path.c 		hop.out_port = path->hops[i].out_port->port;
out_port          533 drivers/thunderbolt/path.c 		if (path->hops[i].out_port->sw->is_unplugged)
out_port          177 drivers/thunderbolt/tb.h 	struct tb_port *out_port;
out_port          253 drivers/thunderbolt/tb_regs.h 	u32 out_port:6; /* next port of the path (on the same switch) */
out_port          879 net/openvswitch/actions.c static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port,
out_port          882 net/openvswitch/actions.c 	struct vport *vport = ovs_vport_rcu(dp, out_port);
out_port          187 net/phonet/socket.c 		goto out_port;
out_port          195 net/phonet/socket.c out_port: