/openbmc/linux/drivers/thunderbolt/ |
H A D | path.c | 57 out_port = &sw->ports[hop.out_port]; in tb_path_find_dst_port() 62 return out_port && hopid == dst_hopid ? out_port : NULL; in tb_path_find_dst_port() 144 out_port = &sw->ports[hop.out_port]; in tb_path_discover() 189 out_port = &sw->ports[hop.out_port]; in tb_path_discover() 201 path->hops[i].out_port = out_port; in tb_path_discover() 279 out_port = NULL; in tb_path_alloc() 297 if (!out_port) in tb_path_alloc() 311 out_port = out_port->dual_link_port; in tb_path_alloc() 318 out_port = out_port->dual_link_port; in tb_path_alloc() 335 path->hops[i].out_port = out_port; in tb_path_alloc() [all …]
|
H A D | test.c | 866 u8 out_port; member 914 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane0() 921 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane0() 976 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1() 983 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1() 1056 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1_chain() 1063 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1_chain() 1136 out_port = path->hops[i].out_port; in tb_test_path_not_bonded_lane1_chain_reverse() 1143 KUNIT_EXPECT_EQ(test, out_port->port, test_data[i].out_port); in tb_test_path_not_bonded_lane1_chain_reverse() 1228 out_port = path->hops[i].out_port; in tb_test_path_mixed_chain() [all …]
|
H A D | tb_regs.h | 511 u32 out_port:6; /* next port of the path (on the same switch) */ member
|
H A D | tb.h | 364 struct tb_port *out_port; member
|
H A D | tunnel.c | 1731 else if (tb_port_is_nhi(path->hops[path->path_length - 1].out_port)) in tb_tunnel_match_dma()
|
/openbmc/linux/drivers/input/serio/ |
H A D | ps2mult.c | 41 struct ps2mult_port *out_port; member 69 psm->out_port = port; in ps2mult_select_port() 83 if (psm->out_port != port) in ps2mult_serio_write() 186 psm->in_port = psm->out_port = &psm->ports[PS2MULT_KBD_PORT]; in ps2mult_connect() 259 psm->in_port = psm->out_port; in ps2mult_interrupt()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-npcm-sgpio.c | 68 u8 out_port; member 182 u8 in_port, out_port, set_port, reg; in npcm_sgpio_init_port() local 188 out_port = GPIO_BANK(gpio->nout_sgpio); in npcm_sgpio_init_port() 190 out_port += 1; in npcm_sgpio_init_port() 193 gpio->out_port = out_port; in npcm_sgpio_init_port() 194 set_port = (out_port & NPCM_IOXCFG2_PORT) << 4 | in npcm_sgpio_init_port()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx/ |
H A D | 0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch | 26 if (gst_omx_port_wait_buffers_released (out_port, 33 if (gst_omx_port_wait_enabled (out_port, 1 * GST_SECOND) != OMX_ErrorNone)
|
/openbmc/linux/drivers/parport/ |
H A D | parport_mfc3.c | 313 goto out_port; in parport_mfc3_init() 335 out_port: in parport_mfc3_init()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_aux.c | 77 goto out_port; in zfcp_init_device_configure() 83 out_port: in zfcp_init_device_configure()
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | topology.c | 414 uint32_t max_ip_port = 0, max_op_port = 0, in_port = 0, out_port = 0; in audioreach_parse_common_tokens() local 461 out_port = le32_to_cpu(mod_elem->value); in audioreach_parse_common_tokens() 552 mod->out_port = out_port; in audioreach_parse_common_tokens()
|
H A D | audioreach.h | 713 uint32_t out_port; member
|
/openbmc/linux/net/phonet/ |
H A D | socket.c | 187 goto out_port; in pn_socket_bind() 195 out_port: in pn_socket_bind()
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 916 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output() argument 919 struct vport *vport = ovs_vport_rcu(dp, out_port); in do_output()
|