Searched refs:rc_type (Results 1 - 10 of 10) sorted by last modified time

/linux-master/include/trace/events/
H A Ddlm.h342 __field(uint32_t, rc_type)
359 __entry->rc_type = le32_to_cpu(rc->rc_type);
369 "h_length=%u h_cmd=%s rc_type=%s rc_result=%d "
375 show_rcom_type(__entry->rc_type),
/linux-master/fs/dlm/
H A Drcom.c44 rc->rc_type = cpu_to_le32(type);
292 le32_to_cpu(rc_in->rc_type),
524 rc->rc_type = cpu_to_le32(DLM_RCOM_STATUS_REPLY);
589 switch (rc->rc_type) {
622 if (stop && (rc->rc_type != cpu_to_le32(DLM_RCOM_STATUS)))
634 switch (rc->rc_type) {
673 le32_to_cpu(rc->rc_type));
680 le32_to_cpu(rc->rc_type),
689 le32_to_cpu(rc->rc_type), nodeid);
H A Dmidcomms.c705 switch (p->rcom.rc_type) {
716 le32_to_cpu(p->rcom.rc_type), nodeid);
H A Dlock.c4968 type = le32_to_cpu(p->rcom.rc_type);
H A Ddlm_internal.h479 __le32 rc_type; /* DLM_RCOM_ */ member in struct:dlm_rcom
/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)
/linux-master/drivers/media/platform/qcom/venus/
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;
H A Dhfi_plat_bufs.h31 u32 rc_type; member in struct:hfi_plat_buffers_params::__anon178::__anon180
/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;

Completed in 362 milliseconds