Lines Matching refs:stat

751 int avc_tuner_status(struct firedtv *fdtv, struct firedtv_tuner_status *stat)  in avc_tuner_status()  argument
791 stat->active_system = r->operand[10]; in avc_tuner_status()
792 stat->searching = r->operand[11] >> 7 & 1; in avc_tuner_status()
793 stat->moving = r->operand[11] >> 6 & 1; in avc_tuner_status()
794 stat->no_rf = r->operand[11] >> 5 & 1; in avc_tuner_status()
795 stat->input = r->operand[12] >> 7 & 1; in avc_tuner_status()
796 stat->selected_antenna = r->operand[12] & 0x7f; in avc_tuner_status()
797 stat->ber = r->operand[13] << 24 | in avc_tuner_status()
801 stat->signal_strength = r->operand[17]; in avc_tuner_status()
802 stat->raster_frequency = r->operand[18] >> 6 & 2; in avc_tuner_status()
803 stat->rf_frequency = (r->operand[18] & 0x3f) << 16 | in avc_tuner_status()
806 stat->man_dep_info_length = r->operand[21]; in avc_tuner_status()
807 stat->front_end_error = r->operand[22] >> 4 & 1; in avc_tuner_status()
808 stat->antenna_error = r->operand[22] >> 3 & 1; in avc_tuner_status()
809 stat->front_end_power_status = r->operand[22] >> 1 & 1; in avc_tuner_status()
810 stat->power_supply = r->operand[22] & 1; in avc_tuner_status()
811 stat->carrier_noise_ratio = r->operand[23] << 8 | in avc_tuner_status()
813 stat->power_supply_voltage = r->operand[27]; in avc_tuner_status()
814 stat->antenna_voltage = r->operand[28]; in avc_tuner_status()
815 stat->firewire_bus_voltage = r->operand[29]; in avc_tuner_status()
816 stat->ca_mmi = r->operand[30] & 1; in avc_tuner_status()
817 stat->ca_pmt_reply = r->operand[31] >> 7 & 1; in avc_tuner_status()
818 stat->ca_date_time_request = r->operand[31] >> 6 & 1; in avc_tuner_status()
819 stat->ca_application_info = r->operand[31] >> 5 & 1; in avc_tuner_status()
820 stat->ca_module_present_status = r->operand[31] >> 4 & 1; in avc_tuner_status()
821 stat->ca_dvb_flag = r->operand[31] >> 3 & 1; in avc_tuner_status()
822 stat->ca_error_flag = r->operand[31] >> 2 & 1; in avc_tuner_status()
823 stat->ca_initialization_status = r->operand[31] >> 1 & 1; in avc_tuner_status()