Searched refs:rc_type (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/staging/media/av7110/ |
H A D | av7110_ir.c | 78 static int change_protocol(struct rc_dev *rcdev, u64 *rc_type) in change_protocol() argument 83 if (*rc_type & RC_PROTO_BIT_RCMM32) { in change_protocol() 85 *rc_type = RC_PROTO_BIT_RCMM32; in change_protocol() 86 } else if (*rc_type & RC_PROTO_BIT_RC5) { in change_protocol() 91 *rc_type = RC_PROTO_BIT_RC5; in change_protocol()
|
/linux/fs/dlm/ |
H A D | rcom.c | 44 rc->rc_type = cpu_to_le32(type); in _create_rcom() 292 le32_to_cpu(rc_in->rc_type), in receive_sync_reply() 524 rc->rc_type = cpu_to_le32(DLM_RCOM_STATUS_REPLY); in dlm_send_ls_not_ready() 589 switch (rc->rc_type) { in dlm_receive_rcom() 622 if (stop && (rc->rc_type != cpu_to_le32(DLM_RCOM_STATUS))) in dlm_receive_rcom() 634 switch (rc->rc_type) { in dlm_receive_rcom() 673 le32_to_cpu(rc->rc_type)); in dlm_receive_rcom() 680 le32_to_cpu(rc->rc_type), in dlm_receive_rcom() 689 le32_to_cpu(rc->rc_type), nodeid); in dlm_receive_rcom()
|
H A D | midcomms.c | 705 switch (p->rcom.rc_type) { in dlm_midcomms_receive_buffer_3_2() 716 le32_to_cpu(p->rcom.rc_type), nodeid); in dlm_midcomms_receive_buffer_3_2()
|
H A D | dlm_internal.h | 479 __le32 rc_type; /* DLM_RCOM_ */ member
|
H A D | lock.c | 4971 type = le32_to_cpu(p->rcom.rc_type); in dlm_receive_buffer()
|
/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_plat_bufs_v6.c | 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 447 u32 num_vpp_pipes, u32 rc_type) in h264e_scratch_size() argument 450 num_vpp_pipes, rc_type); in h264e_scratch_size() 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() 1059 u32 rc_type); 1270 u32 rc_type = params->enc.rc_type; in bufreq_enc() local 1308 rc_type); in bufreq_enc() [all …]
|
H A D | hfi_plat_bufs.h | 31 u32 rc_type; member
|
H A D | helpers.c | 657 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/include/trace/events/ |
H A D | dlm.h | 342 __field(uint32_t, rc_type) 359 __entry->rc_type = le32_to_cpu(rc->rc_type); 375 show_rcom_type(__entry->rc_type),
|
/linux/drivers/media/rc/ |
H A D | meson-ir.c | 241 static int meson_ir_hw_decoder_init(struct rc_dev *dev, u64 *rc_type) in meson_ir_hw_decoder_init() argument 250 if (*rc_type & RC_PROTO_BIT_NEC) in meson_ir_hw_decoder_init()
|