Lines Matching refs:analog
208 } analog; member
333 rec_src->analog.ana_bcast_type, in cec_msg_record_on()
334 rec_src->analog.ana_freq, in cec_msg_record_on()
335 rec_src->analog.bcast_system); in cec_msg_record_on()
359 rec_src->analog.ana_bcast_type = msg->msg[3]; in cec_ops_record_on()
360 rec_src->analog.ana_freq = in cec_ops_record_on()
362 rec_src->analog.bcast_system = msg->msg[6]; in cec_ops_record_on()
988 } analog; member
1025 tuner_dev_info->analog.ana_bcast_type, in cec_msg_tuner_device_status()
1026 tuner_dev_info->analog.ana_freq, in cec_msg_tuner_device_status()
1027 tuner_dev_info->analog.bcast_system); in cec_msg_tuner_device_status()
1042 tuner_dev_info->analog.ana_bcast_type = msg->msg[3]; in cec_ops_tuner_device_status()
1043 tuner_dev_info->analog.ana_freq = (msg->msg[4] << 8) | msg->msg[5]; in cec_ops_tuner_device_status()
1044 tuner_dev_info->analog.bcast_system = msg->msg[6]; in cec_ops_tuner_device_status()