Home
last modified time | relevance | path

Searched refs:hfi_session_get_property_pkt (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dhfi_cmds.h217 struct hfi_session_get_property_pkt { struct
290 int pkt_session_get_property(struct hfi_session_get_property_pkt *pkt,
Dhfi_cmds.c380 static int pkt_session_get_property_1x(struct hfi_session_get_property_pkt *pkt, in pkt_session_get_property_1x()
1071 pkt_session_get_property_3xx(struct hfi_session_get_property_pkt *pkt, in pkt_session_get_property_3xx()
1079 pkt->shdr.hdr.size = sizeof(struct hfi_session_get_property_pkt); in pkt_session_get_property_3xx()
1253 int pkt_session_get_property(struct hfi_session_get_property_pkt *pkt, in pkt_session_get_property()
Dhfi_venus.c1348 struct hfi_session_get_property_pkt pkt; in venus_session_get_property()