Searched refs:rc_type (Results 1 – 6 of 6) sorted by relevance
79 static int change_protocol(struct rc_dev *rcdev, u64 *rc_type) in change_protocol() argument84 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()
136 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()
54 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()
447 uint32_t rc_type; /* DLM_RCOM_ */ member
5046 type = p->rcom.rc_type; in dlm_receive_buffer()
133 static int tango_change_protocol(struct rc_dev *dev, u64 *rc_type) in tango_change_protocol() argument139 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()