Searched refs:ir_type (Results 1 – 3 of 3) sorted by relevance
68 u8 ir_type; member
866 state->ir_type = 0x00; in af9035_read_config()880 state->ir_type = state->eeprom[EEPROM_IR_TYPE]; in af9035_read_config()1879 state->ir_mode, state->ir_type); in af9035_get_rc_config()1883 switch (state->ir_type) { in af9035_get_rc_config()
663 static int img_ir_change_protocol(struct rc_dev *dev, u64 *ir_type) in img_ir_change_protocol() argument671 if (!*ir_type) { in img_ir_change_protocol()680 if (*ir_type & dec->type) { in img_ir_change_protocol()681 *ir_type &= dec->type; in img_ir_change_protocol()682 img_ir_set_decoder(priv, dec, *ir_type); in img_ir_change_protocol()693 wakeup_protocols = *ir_type; in img_ir_change_protocol()