Searched refs:application_id (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | sfcp.h | 126 uint16_t application_id; /**< Application ID (0 if ID extension not used). */ member 145 uint16_t application_id; /**< Application ID from the original message (or 0). */ member 211 uint16_t application_id, uint16_t client_id, 312 uint16_t application_id, uint16_t *client_id, 358 enum sfcp_error_t sfcp_get_msg_handler(uint16_t application_id, 371 enum sfcp_error_t sfcp_register_msg_handler(uint16_t application_id, 440 enum sfcp_error_t sfcp_register_reply_handler(uint16_t application_id,
|
| /rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/ |
| H A D | sfcp.c | 35 uint16_t application_id; member 67 uint16_t client_id, uint16_t application_id, in populate_reply_metadata() argument 74 metadata->application_id = application_id; in populate_reply_metadata() 81 uint16_t client_id, uint16_t application_id, in populate_msg_metadata() argument 88 metadata->application_id = application_id; in populate_msg_metadata() 119 uint16_t application_id, uint16_t client_id, in sfcp_init_msg() argument 141 uses_id_extension = (application_id != 0) || (client_id != 0); in sfcp_init_msg() 209 application_id; in sfcp_init_msg() 228 client_id, application_id, message_id, in sfcp_init_msg() 401 (metadata.application_id != 0); in sfcp_init_reply() [all …]
|
| H A D | sfcp_helpers.c | 16 bool *uses_id_extension, uint16_t *application_id, in sfcp_helpers_parse_packet() argument 48 *application_id = 0; in sfcp_helpers_parse_packet() 69 *application_id = GET_SFCP_APPLICATION_ID( in sfcp_helpers_parse_packet() 73 *application_id = 0; in sfcp_helpers_parse_packet()
|
| H A D | sfcp_defs.h | 95 uint16_t application_id; member 147 GET_SFCP_ID_EXTENSION_FIELD(_packet, _uses_crypto, application_id)
|
| H A D | sfcp_helpers.h | 27 bool *uses_id_extension, uint16_t *application_id,
|