Home
last modified time | relevance | path

Searched refs:rc_type (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/staging/media/av7110/
Dav7110_ir.c79 static int change_protocol(struct rc_dev *rcdev, u64 *rc_type) in change_protocol() argument
84 if (*rc_type & RC_PROTO_BIT_RCMM32) { in change_protocol()
86 *rc_type = RC_PROTO_BIT_RCMM32; in change_protocol()
87 } else if (*rc_type & RC_PROTO_BIT_RC5) { in change_protocol()
92 *rc_type = RC_PROTO_BIT_RC5; in change_protocol()
/Linux-v6.6/fs/dlm/
Drcom.c44 rc->rc_type = cpu_to_le32(type); in _create_rcom()
293 le32_to_cpu(rc_in->rc_type), in receive_sync_reply()
525 rc->rc_type = cpu_to_le32(DLM_RCOM_STATUS_REPLY); in dlm_send_ls_not_ready()
590 switch (rc->rc_type) { in dlm_receive_rcom()
623 if (stop && (rc->rc_type != cpu_to_le32(DLM_RCOM_STATUS))) in dlm_receive_rcom()
635 switch (rc->rc_type) { in dlm_receive_rcom()
674 le32_to_cpu(rc->rc_type)); in dlm_receive_rcom()
681 le32_to_cpu(rc->rc_type), in dlm_receive_rcom()
690 le32_to_cpu(rc->rc_type), nodeid); in dlm_receive_rcom()
Dmidcomms.c699 switch (p->rcom.rc_type) { in dlm_midcomms_receive_buffer_3_2()
710 le32_to_cpu(p->rcom.rc_type), nodeid); in dlm_midcomms_receive_buffer_3_2()
Ddlm_internal.h456 __le32 rc_type; /* DLM_RCOM_ */ member
Dlock.c4799 type = le32_to_cpu(p->rcom.rc_type); in dlm_receive_buffer()
/Linux-v6.6/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs_v6.c361 static u32 calculate_enc_output_frame_size(u32 width, u32 height, u32 rc_type) in calculate_enc_output_frame_size() argument
387 if (rc_type == HFI_RATE_CONTROL_OFF || rc_type == HFI_RATE_CONTROL_CQ) in calculate_enc_output_frame_size()
405 u32 rc_type) in calculate_enc_scratch_size() argument
414 calculate_enc_output_frame_size(width, height, rc_type); in calculate_enc_scratch_size()
447 u32 num_vpp_pipes, u32 rc_type) in h264e_scratch_size() argument
450 num_vpp_pipes, rc_type); in h264e_scratch_size()
454 u32 num_vpp_pipes, u32 rc_type) in h265e_scratch_size() argument
457 num_vpp_pipes, rc_type); in h265e_scratch_size()
461 u32 num_vpp_pipes, u32 rc_type) in vp8e_scratch_size() argument
464 num_vpp_pipes, rc_type); in vp8e_scratch_size()
[all …]
Dhfi_plat_bufs.h31 u32 rc_type; member
Dhelpers.c657 params.enc.rc_type = HFI_RATE_CONTROL_OFF; in platform_get_bufreq()
659 params.enc.rc_type = HFI_RATE_CONTROL_CQ; in platform_get_bufreq()
/Linux-v6.6/include/trace/events/
Ddlm.h350 __field(uint32_t, rc_type)
367 __entry->rc_type = le32_to_cpu(rc->rc_type);
383 show_rcom_type(__entry->rc_type),