Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bus/fsl-mc/
Ddprc.c667 const struct dprc_endpoint *endpoint1, in dprc_get_connection() argument
681 cmd_params->ep1_id = cpu_to_le32(endpoint1->id); in dprc_get_connection()
682 cmd_params->ep1_interface_id = cpu_to_le16(endpoint1->if_id); in dprc_get_connection()
684 cmd_params->ep1_type[i] = endpoint1->type[i]; in dprc_get_connection()
Dfsl-mc-bus.c941 struct dprc_endpoint endpoint1 = {{ 0 }}; in fsl_mc_get_endpoint() local
946 strcpy(endpoint1.type, mc_dev->obj_desc.type); in fsl_mc_get_endpoint()
947 endpoint1.id = mc_dev->obj_desc.id; in fsl_mc_get_endpoint()
948 endpoint1.if_id = if_id; in fsl_mc_get_endpoint()
952 &endpoint1, &endpoint2, in fsl_mc_get_endpoint()
Dfsl-mc-private.h434 const struct dprc_endpoint *endpoint1,