Searched refs:iris_hfi_header (Results 1 – 5 of 5) sorted by relevance
| /drivers/media/platform/qcom/iris/ |
| A D | iris_hfi_gen2_packet.h | 23 struct iris_hfi_header { struct 112 void iris_hfi_gen2_packet_sys_init(struct iris_core *core, struct iris_hfi_header *hdr); 113 void iris_hfi_gen2_packet_image_version(struct iris_core *core, struct iris_hfi_header *hdr); 122 struct iris_hfi_header *hdr); 123 void iris_hfi_gen2_packet_sys_pc_prep(struct iris_core *core, struct iris_hfi_header *hdr);
|
| A D | iris_hfi_gen2_packet.c | 89 static void iris_hfi_gen2_create_header(struct iris_hfi_header *hdr, in iris_hfi_gen2_create_header() 100 static void iris_hfi_gen2_create_packet(struct iris_hfi_header *hdr, u32 pkt_type, in iris_hfi_gen2_create_packet() 121 void iris_hfi_gen2_packet_sys_init(struct iris_core *core, struct iris_hfi_header *hdr) in iris_hfi_gen2_packet_sys_init() 210 void iris_hfi_gen2_packet_image_version(struct iris_core *core, struct iris_hfi_header *hdr) in iris_hfi_gen2_packet_image_version() 265 struct iris_hfi_header *hdr) in iris_hfi_gen2_packet_sys_interframe_powercollapse() 281 void iris_hfi_gen2_packet_sys_pc_prep(struct iris_core *core, struct iris_hfi_header *hdr) in iris_hfi_gen2_packet_sys_pc_prep()
|
| A D | iris_hfi_gen2_response.c | 162 static int iris_hfi_gen2_validate_hdr_packet(struct iris_core *core, struct iris_hfi_header *hdr) in iris_hfi_gen2_validate_hdr_packet() 747 struct iris_hfi_header *hdr) in iris_hfi_gen2_handle_system_response() 844 struct iris_hfi_header *hdr) in iris_hfi_gen2_handle_session_response() 911 struct iris_hfi_header *hdr = (struct iris_hfi_header *)response; in iris_hfi_gen2_handle_response() 956 memset(core->response_packet, 0, sizeof(struct iris_hfi_header)); in iris_hfi_gen2_response_handler() 959 memset(core->response_packet, 0, sizeof(struct iris_hfi_header)); in iris_hfi_gen2_response_handler()
|
| A D | iris_hfi_gen2_command.c | 14 #define SYS_INIT_PKT_SIZE (sizeof(struct iris_hfi_header) + \ 17 #define SYS_IFPC_PKT_SIZE (sizeof(struct iris_hfi_header) + \ 20 #define SYS_NO_PAYLOAD_PKT_SIZE (sizeof(struct iris_hfi_header) + \ 25 struct iris_hfi_header *hdr; in iris_hfi_gen2_sys_init() 42 struct iris_hfi_header *hdr; in iris_hfi_gen2_sys_image_version() 59 struct iris_hfi_header *hdr; in iris_hfi_gen2_sys_interframe_powercollapse() 76 struct iris_hfi_header *hdr; in iris_hfi_gen2_sys_pc_prep()
|
| A D | iris_hfi_gen2.h | 29 struct iris_hfi_header *packet;
|
Completed in 13 milliseconds