rc_type            79 drivers/media/pci/ttpci/av7110_ir.c static int change_protocol(struct rc_dev *rcdev, u64 *rc_type)
rc_type            84 drivers/media/pci/ttpci/av7110_ir.c 	if (*rc_type & RC_PROTO_BIT_RCMM32) {
rc_type            86 drivers/media/pci/ttpci/av7110_ir.c 		*rc_type = RC_PROTO_BIT_RCMM32;
rc_type            87 drivers/media/pci/ttpci/av7110_ir.c 	} else if (*rc_type & RC_PROTO_BIT_RC5) {
rc_type            92 drivers/media/pci/ttpci/av7110_ir.c 		*rc_type = RC_PROTO_BIT_RC5;
rc_type           133 drivers/media/rc/tango-ir.c static int tango_change_protocol(struct rc_dev *dev, u64 *rc_type)
rc_type           139 drivers/media/rc/tango-ir.c 	if (*rc_type & NEC_ANY)
rc_type           142 drivers/media/rc/tango-ir.c 	if (*rc_type & RC_PROTO_BIT_RC5)
rc_type           145 drivers/media/rc/tango-ir.c 	if (*rc_type & RC_PROTO_BIT_RC6_0)
rc_type           448 fs/dlm/dlm_internal.h 	uint32_t		rc_type;	/* DLM_RCOM_ */
rc_type          5034 fs/dlm/lock.c  		type = p->rcom.rc_type;
rc_type            54 fs/dlm/rcom.c  	rc->rc_type = type;
rc_type           259 fs/dlm/rcom.c  			  rc_in->rc_type, rc_in->rc_header.h_nodeid,
rc_type           475 fs/dlm/rcom.c  	rc->rc_type = DLM_RCOM_STATUS_REPLY;
rc_type           541 fs/dlm/rcom.c  	switch (rc->rc_type) {
rc_type           574 fs/dlm/rcom.c  	if (stop && (rc->rc_type != DLM_RCOM_STATUS))
rc_type           586 fs/dlm/rcom.c  	switch (rc->rc_type) {
rc_type           624 fs/dlm/rcom.c  		log_error(ls, "receive_rcom bad type %d", rc->rc_type);
rc_type           631 fs/dlm/rcom.c  		   rc->rc_type,
rc_type           640 fs/dlm/rcom.c  		  rc->rc_type, nodeid);
rc_type           136 fs/dlm/util.c  	rc->rc_type		= cpu_to_le32(rc->rc_type);
rc_type           147 fs/dlm/util.c  	rc->rc_type		= le32_to_cpu(rc->rc_type);