Searched refs:endpoint1 (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/fsl-mc/ |
D | fsl_dprc.h | 343 #define DPRC_CMD_CONNECT(cmd, endpoint1, endpoint2, cfg) \ argument 345 MC_CMD_OP(cmd, 0, 0, 32, int, endpoint1->id); \ 346 MC_CMD_OP(cmd, 0, 32, 32, int, endpoint1->if_id); \ 349 MC_CMD_OP(cmd, 2, 0, 8, char, endpoint1->type[0]); \ 350 MC_CMD_OP(cmd, 2, 8, 8, char, endpoint1->type[1]); \ 351 MC_CMD_OP(cmd, 2, 16, 8, char, endpoint1->type[2]); \ 352 MC_CMD_OP(cmd, 2, 24, 8, char, endpoint1->type[3]); \ 353 MC_CMD_OP(cmd, 2, 32, 8, char, endpoint1->type[4]); \ 354 MC_CMD_OP(cmd, 2, 40, 8, char, endpoint1->type[5]); \ 355 MC_CMD_OP(cmd, 2, 48, 8, char, endpoint1->type[6]); \ [all …]
|
/external/u-boot/drivers/net/fsl-mc/ |
D | dprc.c | 296 const struct dprc_endpoint *endpoint1, in dprc_connect() argument 306 DPRC_CMD_CONNECT(cmd, endpoint1, endpoint2, cfg); in dprc_connect() 332 const struct dprc_endpoint *endpoint1, in dprc_get_connection() argument 343 DPRC_CMD_GET_CONNECTION(cmd, endpoint1); in dprc_get_connection()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | associated_interface_ptr.h | 242 ScopedInterfaceEndpointHandle endpoint0, endpoint1; in MakeRequestAssociatedWithDedicatedPipe() local 244 &endpoint1); in MakeRequestAssociatedWithDedicatedPipe() 250 return AssociatedInterfaceRequest<Interface>(std::move(endpoint1)); in MakeRequestAssociatedWithDedicatedPipe()
|
/external/skqp/src/utils/ |
D | SkPolyUtils.cpp | 1119 const SkPoint& endpoint0, const SkPoint& endpoint1, in setup_offset_edge() argument 1122 currEdge->fOffset.fV = endpoint1 - endpoint0; in setup_offset_edge()
|
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 1132 const SkPoint& endpoint0, const SkPoint& endpoint1, in setup_offset_edge() argument 1135 currEdge->fOffset.fV = endpoint1 - endpoint0; in setup_offset_edge()
|