Searched refs:endpoint1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A D | dprc.c | 657 * @endpoint1: Endpoint 1 configuration parameters 669 const struct dprc_endpoint *endpoint1, in dprc_get_connection() 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() 666 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) dprc_get_connection() argument
|
H A D | fsl-mc-bus.c | 833 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()
|
H A D | fsl-mc-private.h | 433 const struct dprc_endpoint *endpoint1,
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | dprc.c | 659 * @endpoint1: Endpoint 1 configuration parameters 671 const struct dprc_endpoint *endpoint1, in dprc_get_connection() 685 cmd_params->ep1_id = cpu_to_le32(endpoint1->id); in dprc_get_connection() 686 cmd_params->ep1_interface_id = cpu_to_le16(endpoint1->if_id); in dprc_get_connection() 688 cmd_params->ep1_type[i] = endpoint1->type[i]; in dprc_get_connection() 668 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) dprc_get_connection() argument
|
H A D | fsl-mc-bus.c | 941 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()
|
H A D | fsl-mc-private.h | 434 const struct dprc_endpoint *endpoint1,
|
Completed in 8 milliseconds