Searched refs:rc_type (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/media/av7110/ |
| A D | av7110_ir.c | 79 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/fs/dlm/ |
| A D | rcom.c | 43 rc->rc_type = type; in _create_rcom() 292 rc_in->rc_type, rc_in->rc_header.h_nodeid, in receive_sync_reply() 509 rc->rc_type = DLM_RCOM_STATUS_REPLY; in dlm_send_ls_not_ready() 575 switch (rc->rc_type) { in dlm_receive_rcom() 608 if (stop && (rc->rc_type != DLM_RCOM_STATUS)) in dlm_receive_rcom() 620 switch (rc->rc_type) { in dlm_receive_rcom() 658 log_error(ls, "receive_rcom bad type %d", rc->rc_type); in dlm_receive_rcom() 665 rc->rc_type, in dlm_receive_rcom() 674 rc->rc_type, nodeid); in dlm_receive_rcom()
|
| A D | util.c | 138 rc->rc_type = cpu_to_le32(rc->rc_type); in dlm_rcom_out() 149 rc->rc_type = le32_to_cpu(rc->rc_type); in dlm_rcom_in()
|
| A D | midcomms.c | 570 switch (le32_to_cpu(p->rcom.rc_type)) { in dlm_midcomms_recv_node_lookup() 737 switch (le32_to_cpu(p->rcom.rc_type)) { in dlm_midcomms_receive_buffer_3_2() 748 le32_to_cpu(p->rcom.rc_type), nodeid); in dlm_midcomms_receive_buffer_3_2()
|
| A D | dlm_internal.h | 460 uint32_t rc_type; /* DLM_RCOM_ */ member
|
| A D | lock.c | 5032 type = p->rcom.rc_type; in dlm_receive_buffer()
|
| /linux/drivers/media/platform/qcom/venus/ |
| 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); 1265 u32 rc_type = params->enc.rc_type; in bufreq_enc() local 1303 rc_type); in bufreq_enc() [all …]
|
| A D | hfi_plat_bufs.h | 28 u32 rc_type; member
|
| A D | helpers.c | 636 params.enc.rc_type = HFI_RATE_CONTROL_OFF; in platform_get_bufreq() 638 params.enc.rc_type = HFI_RATE_CONTROL_CQ; in platform_get_bufreq()
|
Completed in 31 milliseconds