Home
last modified time | relevance | path

Searched refs:endpoint2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/bus/fsl-mc/
H A Ddprc.c668 struct dprc_endpoint *endpoint2, in dprc_get_connection() argument
693 endpoint2->id = le32_to_cpu(rsp_params->ep2_id); in dprc_get_connection()
694 endpoint2->if_id = le16_to_cpu(rsp_params->ep2_interface_id); in dprc_get_connection()
697 endpoint2->type[i] = rsp_params->ep2_type[i]; in dprc_get_connection()
H A Dfsl-mc-bus.c930 struct dprc_endpoint endpoint2 = {{ 0 }}; in fsl_mc_get_endpoint() local
941 &endpoint1, &endpoint2, in fsl_mc_get_endpoint()
952 strcpy(endpoint_desc.type, endpoint2.type); in fsl_mc_get_endpoint()
953 endpoint_desc.id = endpoint2.id; in fsl_mc_get_endpoint()
H A Dfsl-mc-private.h431 struct dprc_endpoint *endpoint2,