Searched refs:h_clock (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/pci/asihpi/ |
D | hpi.h | 1577 u16 hpi_sample_clock_query_source(const u32 h_clock, const u32 index, 1584 u16 hpi_sample_clock_query_source_index(const u32 h_clock, const u32 index, 1593 u16 hpi_sample_clock_query_local_rate(const u32 h_clock, const u32 index,
|
D | hpifunc.c | 2264 u16 hpi_sample_clock_query_source(const u32 h_clock, const u32 index, in hpi_sample_clock_query_source() argument 2270 err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE, index, 0, in hpi_sample_clock_query_source() 2294 u16 hpi_sample_clock_query_source_index(const u32 h_clock, const u32 index, in hpi_sample_clock_query_source_index() argument 2300 err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE_INDEX, index, in hpi_sample_clock_query_source_index() 2324 u16 hpi_sample_clock_query_local_rate(const u32 h_clock, const u32 index, in hpi_sample_clock_query_local_rate() argument 2327 return hpi_control_query(h_clock, HPI_SAMPLECLOCK_LOCAL_SAMPLERATE, in hpi_sample_clock_query_local_rate()
|