Home
last modified time | relevance | path

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

/drivers/bus/fsl-mc/
Ddprc.c669 const struct dprc_endpoint *endpoint1, in dprc_get_connection() argument
683 cmd_params->ep1_id = cpu_to_le32(endpoint1->id); in dprc_get_connection()
684 cmd_params->ep1_interface_id = cpu_to_le16(endpoint1->if_id); in dprc_get_connection()
686 cmd_params->ep1_type[i] = endpoint1->type[i]; in dprc_get_connection()
Dfsl-mc-bus.c833 struct dprc_endpoint endpoint1 = {{ 0 }}; in fsl_mc_get_endpoint() local
838 strcpy(endpoint1.type, mc_dev->obj_desc.type); in fsl_mc_get_endpoint()
839 endpoint1.id = mc_dev->obj_desc.id; in fsl_mc_get_endpoint()
843 &endpoint1, &endpoint2, in fsl_mc_get_endpoint()
Dfsl-mc-private.h433 const struct dprc_endpoint *endpoint1,