Searched refs:hpi_control_query (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/sound/pci/asihpi/ | 
| D | hpifunc.c | 1388 u16 hpi_control_query(const u32 h_control, const u16 attrib, const u32 index,  in hpi_control_query()  function 1474 	err = hpi_control_query(h_aes_rx, HPI_AESEBURX_FORMAT, index, 0, &qr);  in hpi_aesebu_receiver_query_format() 1583 	err = hpi_control_query(h_aes_tx, HPI_AESEBUTX_FORMAT, index, 0, &qr);  in hpi_aesebu_transmitter_query_format() 1642 	err = hpi_control_query(h_mode, HPI_CHANNEL_MODE_MODE, index, 0, &qr);  in hpi_channel_mode_query_mode() 2006 	return hpi_control_query(h_meter, HPI_METER_NUM_CHANNELS, 0, 0,  in hpi_meter_query_channels() 2269 	err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE, index, 0,  in hpi_sample_clock_query_source() 2299 	err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE_INDEX, index,  in hpi_sample_clock_query_source_index() 2327 	err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_LOCAL_SAMPLERATE,  in hpi_sample_clock_query_local_rate() 2492 	err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr);  in hpi_tuner_query_band() 2516 	return hpi_control_query(h_tuner, HPI_TUNER_FREQ, index, band, pfreq);  in hpi_tuner_query_frequency() [all …] 
 |