Searched refs:hpi_control_query (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/asihpi/
H A Dhpifunc.c1388 u16 hpi_control_query(const u32 h_control, const u16 attrib, const u32 index, hpi_control_query() function
1474 err = hpi_control_query(h_aes_rx, HPI_AESEBURX_FORMAT, index, 0, &qr); hpi_aesebu_receiver_query_format()
1583 err = hpi_control_query(h_aes_tx, HPI_AESEBUTX_FORMAT, index, 0, &qr); hpi_aesebu_transmitter_query_format()
1642 err = hpi_control_query(h_mode, HPI_CHANNEL_MODE_MODE, index, 0, &qr); hpi_channel_mode_query_mode()
2006 return hpi_control_query(h_meter, HPI_METER_NUM_CHANNELS, 0, 0, hpi_meter_query_channels()
2269 err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE, index, 0, hpi_sample_clock_query_source()
2299 err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE_INDEX, index, hpi_sample_clock_query_source_index()
2327 err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_LOCAL_SAMPLERATE, hpi_sample_clock_query_local_rate()
2492 err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr); hpi_tuner_query_band()
2516 return hpi_control_query(h_tuner, HPI_TUNER_FREQ, index, band, pfreq); hpi_tuner_query_frequency()
2536 err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr); hpi_tuner_query_gain()
2592 return hpi_control_query(h_tuner, HPI_TUNER_DEEMPHASIS, index, band, hpi_tuner_query_deemphasis()
2610 return hpi_control_query(h_tuner, HPI_TUNER_PROGRAM, 0, 0, hpi_tuner_query_program()
2743 return hpi_control_query(h_volume, HPI_VOLUME_NUM_CHANNELS, 0, 0, hpi_volume_query_channels()
2834 e = hpi_control_query(h_volume, HPI_VOLUME_AUTOFADE, i, 0, &u); hpi_volume_query_auto_fade_profile()

Completed in 93 milliseconds