Searched refs:endpoint1 (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c941 struct dprc_endpoint endpoint1 = {{ 0 }}; local
946 strcpy(endpoint1.type, mc_dev->obj_desc.type);
947 endpoint1.id = mc_dev->obj_desc.id;
948 endpoint1.if_id = if_id;
952 &endpoint1, &endpoint2,
H A Ddprc.c655 * @endpoint1: Endpoint 1 configuration parameters
667 const struct dprc_endpoint *endpoint1,
681 cmd_params->ep1_id = cpu_to_le32(endpoint1->id);
682 cmd_params->ep1_interface_id = cpu_to_le16(endpoint1->if_id);
684 cmd_params->ep1_type[i] = endpoint1->type[i];
664 dprc_get_connection(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, const struct dprc_endpoint *endpoint1, struct dprc_endpoint *endpoint2, int *state) argument
H A Dfsl-mc-private.h434 const struct dprc_endpoint *endpoint1,

Completed in 176 milliseconds