Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A 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()
/OK3568_Linux_fs/kernel/fs/dlm/
H A 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()
H A 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()
H A Ddlm_internal.h447 uint32_t rc_type; /* DLM_RCOM_ */ member
H A Dlock.c5046 type = p->rcom.rc_type; in dlm_receive_buffer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c1264 rinfo[i].rc_index = ssv6xxx_rc_rate_set[rc_sta->rc_type][i+1]; in ssv62xx_rc_caps()
1316 rc_sta->rc_type = RC_TYPE_B_ONLY; in ssv6xxx_rate_update_rc_type()
1321 rc_sta->rc_type = RC_TYPE_LEGACY_GB; in ssv6xxx_rate_update_rc_type()
1335 rc_sta->rc_type = RC_TYPE_HT_GF; in ssv6xxx_rate_update_rc_type()
1340 rc_sta->rc_type = RC_TYPE_SGI_20; in ssv6xxx_rate_update_rc_type()
1345 rc_sta->rc_type = RC_TYPE_LGI_20; in ssv6xxx_rate_update_rc_type()
1352 rc_sta->rc_type = RC_TYPE_B_ONLY; in ssv6xxx_rate_update_rc_type()
1356 rc_sta->rc_type = RC_TYPE_LEGACY_GB; in ssv6xxx_rate_update_rc_type()
1362 if(rc_sta->rc_type == RC_TYPE_B_ONLY) in ssv6xxx_rate_update_rc_type()
1376 if((rc_sta->rc_type != RC_TYPE_B_ONLY) && (rc_sta->rc_type != RC_TYPE_LEGACY_GB)) in ssv6xxx_rate_update_rc_type()
[all …]
H A Dssv_rc_common.h168 u8 rc_type; member
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A 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()