Home
last modified time | relevance | path

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

/drivers/bus/fsl-mc/
Ddprc.c670 struct dprc_endpoint *endpoint2, in dprc_get_connection() argument
695 endpoint2->id = le32_to_cpu(rsp_params->ep2_id); in dprc_get_connection()
696 endpoint2->if_id = le16_to_cpu(rsp_params->ep2_interface_id); in dprc_get_connection()
699 endpoint2->type[i] = rsp_params->ep2_type[i]; in dprc_get_connection()
Dfsl-mc-bus.c834 struct dprc_endpoint endpoint2 = {{ 0 }}; in fsl_mc_get_endpoint() local
843 &endpoint1, &endpoint2, in fsl_mc_get_endpoint()
854 strcpy(endpoint_desc.type, endpoint2.type); in fsl_mc_get_endpoint()
855 endpoint_desc.id = endpoint2.id; in fsl_mc_get_endpoint()
Dfsl-mc-private.h434 struct dprc_endpoint *endpoint2,