Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
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()
/kernel/linux/linux-5.10/fs/dlm/
Dutil.c136 rc->rc_type = cpu_to_le32(rc->rc_type); in dlm_rcom_out()
147 rc->rc_type = le32_to_cpu(rc->rc_type); in dlm_rcom_in()
Drcom.c54 rc->rc_type = type; in create_rcom()
259 rc_in->rc_type, rc_in->rc_header.h_nodeid, in receive_sync_reply()
475 rc->rc_type = DLM_RCOM_STATUS_REPLY; in dlm_send_ls_not_ready()
541 switch (rc->rc_type) { in dlm_receive_rcom()
574 if (stop && (rc->rc_type != DLM_RCOM_STATUS)) in dlm_receive_rcom()
586 switch (rc->rc_type) { in dlm_receive_rcom()
624 log_error(ls, "receive_rcom bad type %d", rc->rc_type); in dlm_receive_rcom()
631 rc->rc_type, in dlm_receive_rcom()
640 rc->rc_type, nodeid); in dlm_receive_rcom()
Ddlm_internal.h447 uint32_t rc_type; /* DLM_RCOM_ */ member
Dlock.c5046 type = p->rcom.rc_type; in dlm_receive_buffer()
/kernel/linux/linux-5.10/drivers/media/rc/
Dtango-ir.c133 static int tango_change_protocol(struct rc_dev *dev, u64 *rc_type) in tango_change_protocol() argument
139 if (*rc_type & NEC_ANY) in tango_change_protocol()
142 if (*rc_type & RC_PROTO_BIT_RC5) in tango_change_protocol()
145 if (*rc_type & RC_PROTO_BIT_RC6_0) in tango_change_protocol()