Searched refs:rc_type (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs.h31 u32 rc_type; member in struct:hfi_plat_buffers_params::__anon178::__anon180
H A Dhfi_plat_bufs_v6.c361 static u32 calculate_enc_output_frame_size(u32 width, u32 height, u32 rc_type) argument
387 if (rc_type == HFI_RATE_CONTROL_OFF || rc_type == HFI_RATE_CONTROL_CQ)
405 u32 rc_type)
414 calculate_enc_output_frame_size(width, height, rc_type);
447 u32 num_vpp_pipes, u32 rc_type)
450 num_vpp_pipes, rc_type);
454 u32 num_vpp_pipes, u32 rc_type)
457 num_vpp_pipes, rc_type);
461 u32 num_vpp_pipes, u32 rc_type)
403 calculate_enc_scratch_size(u32 width, u32 height, u32 work_mode, u32 lcu_size, u32 num_vpp_pipes, u32 rc_type) argument
446 h264e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) argument
453 h265e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) argument
460 vp8e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) argument
1270 u32 rc_type = params->enc.rc_type; local
[all...]
H A Dhelpers.c657 params.enc.rc_type = HFI_RATE_CONTROL_OFF;
659 params.enc.rc_type = HFI_RATE_CONTROL_CQ;
/linux-master/drivers/staging/media/av7110/
H A Dav7110_ir.c79 static int change_protocol(struct rc_dev *rcdev, u64 *rc_type) argument
84 if (*rc_type & RC_PROTO_BIT_RCMM32) {
86 *rc_type = RC_PROTO_BIT_RCMM32;
87 } else if (*rc_type & RC_PROTO_BIT_RC5) {
92 *rc_type = RC_PROTO_BIT_RC5;
/linux-master/fs/dlm/
H A Drcom.c44 rc->rc_type = cpu_to_le32(type);
293 le32_to_cpu(rc_in->rc_type),
525 rc->rc_type = cpu_to_le32(DLM_RCOM_STATUS_REPLY);
590 switch (rc->rc_type) {
623 if (stop && (rc->rc_type != cpu_to_le32(DLM_RCOM_STATUS)))
635 switch (rc->rc_type) {
674 le32_to_cpu(rc->rc_type));
681 le32_to_cpu(rc->rc_type),
690 le32_to_cpu(rc->rc_type), nodeid);
H A Dmidcomms.c707 switch (p->rcom.rc_type) {
718 le32_to_cpu(p->rcom.rc_type), nodeid);
H A Ddlm_internal.h456 __le32 rc_type; /* DLM_RCOM_ */ member in struct:dlm_rcom
H A Dlock.c4802 type = le32_to_cpu(p->rcom.rc_type);
/linux-master/include/trace/events/
H A Ddlm.h350 __field(uint32_t, rc_type)
367 __entry->rc_type = le32_to_cpu(rc->rc_type);
377 "h_length=%u h_cmd=%s rc_type=%s rc_result=%d "
383 show_rcom_type(__entry->rc_type),
/linux-master/drivers/media/rc/
H A Dmeson-ir.c241 static int meson_ir_hw_decoder_init(struct rc_dev *dev, u64 *rc_type) argument
250 if (*rc_type & RC_PROTO_BIT_NEC)

Completed in 338 milliseconds