Lines Matching refs:qr
1471 u32 qr; in hpi_aesebu_receiver_query_format() local
1474 err = hpi_control_query(h_aes_rx, HPI_AESEBURX_FORMAT, index, 0, &qr); in hpi_aesebu_receiver_query_format()
1475 *pw_format = (u16)qr; in hpi_aesebu_receiver_query_format()
1580 u32 qr; in hpi_aesebu_transmitter_query_format() local
1583 err = hpi_control_query(h_aes_tx, HPI_AESEBUTX_FORMAT, index, 0, &qr); in hpi_aesebu_transmitter_query_format()
1584 *pw_format = (u16)qr; in hpi_aesebu_transmitter_query_format()
1639 u32 qr; in hpi_channel_mode_query_mode() local
1642 err = hpi_control_query(h_mode, HPI_CHANNEL_MODE_MODE, index, 0, &qr); in hpi_channel_mode_query_mode()
1643 *pw_mode = (u16)qr; in hpi_channel_mode_query_mode()
2266 u32 qr; in hpi_sample_clock_query_source() local
2270 &qr); in hpi_sample_clock_query_source()
2271 *pw_source = (u16)qr; in hpi_sample_clock_query_source()
2296 u32 qr; in hpi_sample_clock_query_source_index() local
2300 source, &qr); in hpi_sample_clock_query_source_index()
2301 *pw_source_index = (u16)qr; in hpi_sample_clock_query_source_index()
2489 u32 qr; in hpi_tuner_query_band() local
2492 err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr); in hpi_tuner_query_band()
2493 *pw_band = (u16)qr; in hpi_tuner_query_band()
2533 u32 qr; in hpi_tuner_query_gain() local
2536 err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr); in hpi_tuner_query_gain()
2537 *pw_gain = (u16)qr; in hpi_tuner_query_gain()