Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bus/fsl-mc/
Ddprc.c672 struct dprc_endpoint *endpoint2, in dprc_get_connection() argument
697 endpoint2->id = le32_to_cpu(rsp_params->ep2_id); in dprc_get_connection()
698 endpoint2->if_id = le16_to_cpu(rsp_params->ep2_interface_id); in dprc_get_connection()
701 endpoint2->type[i] = rsp_params->ep2_type[i]; in dprc_get_connection()
Dfsl-mc-bus.c947 struct dprc_endpoint endpoint2 = {{ 0 }}; in fsl_mc_get_endpoint() local
957 &endpoint1, &endpoint2, in fsl_mc_get_endpoint()
968 strcpy(endpoint_desc.type, endpoint2.type); in fsl_mc_get_endpoint()
969 endpoint_desc.id = endpoint2.id; in fsl_mc_get_endpoint()
Dfsl-mc-private.h435 struct dprc_endpoint *endpoint2,