Searched refs:hfi_gen1_set_property (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen1_command.c | 697 static int hfi_gen1_set_property(struct iris_inst *inst, u32 packet_type, in hfi_gen1_set_property() function 729 return hfi_gen1_set_property(inst, packet_type, payload, payload_size); in iris_hfi_gen1_session_set_property() 743 ret = hfi_gen1_set_property(inst, ptype, &fs, sizeof(fs)); in iris_hfi_gen1_set_resolution() 755 return hfi_gen1_set_property(inst, ptype, &fs, sizeof(fs)); in iris_hfi_gen1_set_resolution() 765 return hfi_gen1_set_property(inst, ptype, &cu, sizeof(cu)); in iris_hfi_gen1_decide_core() 781 ret = hfi_gen1_set_property(inst, ptype, &fmt, sizeof(fmt)); in iris_hfi_gen1_set_raw_format() 789 ret = hfi_gen1_set_property(inst, ptype, &fmt, sizeof(fmt)); in iris_hfi_gen1_set_raw_format() 795 ret = hfi_gen1_set_property(inst, ptype, &fmt, sizeof(fmt)); in iris_hfi_gen1_set_raw_format() 802 ret = hfi_gen1_set_property(inst, ptype, &fmt, sizeof(fmt)); in iris_hfi_gen1_set_raw_format() 828 return hfi_gen1_set_property(inst, ptype, &pconstraint, sizeof(pconstraint)); in iris_hfi_gen1_set_format_constraints() [all …]
|