Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.h217 struct hfi_session_get_property_pkt { struct
291 int pkt_session_get_property(struct hfi_session_get_property_pkt *pkt,
H A Dhfi_cmds.c390 static int pkt_session_get_property_1x(struct hfi_session_get_property_pkt *pkt, in pkt_session_get_property_1x()
1098 pkt_session_get_property_3xx(struct hfi_session_get_property_pkt *pkt, in pkt_session_get_property_3xx()
1106 pkt->shdr.hdr.size = sizeof(struct hfi_session_get_property_pkt); in pkt_session_get_property_3xx()
1351 int pkt_session_get_property(struct hfi_session_get_property_pkt *pkt, in pkt_session_get_property()
H A Dhfi_venus.c1434 struct hfi_session_get_property_pkt pkt; in venus_session_get_property()