Lines Matching refs:qr
1472 u32 qr; in hpi_aesebu_receiver_query_format() local
1475 err = hpi_control_query(h_aes_rx, HPI_AESEBURX_FORMAT, index, 0, &qr); in hpi_aesebu_receiver_query_format()
1476 *pw_format = (u16)qr; in hpi_aesebu_receiver_query_format()
1581 u32 qr; in hpi_aesebu_transmitter_query_format() local
1584 err = hpi_control_query(h_aes_tx, HPI_AESEBUTX_FORMAT, index, 0, &qr); in hpi_aesebu_transmitter_query_format()
1585 *pw_format = (u16)qr; in hpi_aesebu_transmitter_query_format()
1640 u32 qr; in hpi_channel_mode_query_mode() local
1643 err = hpi_control_query(h_mode, HPI_CHANNEL_MODE_MODE, index, 0, &qr); in hpi_channel_mode_query_mode()
1644 *pw_mode = (u16)qr; in hpi_channel_mode_query_mode()
2267 u32 qr; in hpi_sample_clock_query_source() local
2271 &qr); in hpi_sample_clock_query_source()
2272 *pw_source = (u16)qr; in hpi_sample_clock_query_source()
2297 u32 qr; in hpi_sample_clock_query_source_index() local
2301 source, &qr); in hpi_sample_clock_query_source_index()
2302 *pw_source_index = (u16)qr; in hpi_sample_clock_query_source_index()
2487 u32 qr; in hpi_tuner_query_band() local
2490 err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr); in hpi_tuner_query_band()
2491 *pw_band = (u16)qr; in hpi_tuner_query_band()
2531 u32 qr; in hpi_tuner_query_gain() local
2534 err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr); in hpi_tuner_query_gain()
2535 *pw_gain = (u16)qr; in hpi_tuner_query_gain()