Searched refs:p_format (Results 1 – 2 of 2) sorted by relevance
/sound/pci/asihpi/ |
D | hpi.h | 1231 u32 bytes_to_write, const struct hpi_format *p_format); 1243 u16 hpi_outstream_query_format(u32 h_outstream, struct hpi_format *p_format); 1245 u16 hpi_outstream_set_format(u32 h_outstream, struct hpi_format *p_format); 1283 const struct hpi_format *p_format); 1286 const struct hpi_format *p_format); 1724 u16 hpi_format_create(struct hpi_format *p_format, u16 channels, u16 format,
|
D | hpifunc.c | 283 u16 hpi_format_create(struct hpi_format *p_format, u16 channels, u16 format, in hpi_format_create() argument 374 hpi_msg_to_format(p_format, &fmt); in hpi_format_create() 378 u16 hpi_stream_estimate_buffer_size(struct hpi_format *p_format, in hpi_stream_estimate_buffer_size() argument 385 struct hpi_format *pF = p_format; in hpi_stream_estimate_buffer_size() 498 u32 bytes_to_write, const struct hpi_format *p_format) in hpi_outstream_write_buf() argument 509 hpi_format_to_msg(&hm.u.d.u.data.format, p_format); in hpi_outstream_write_buf() 586 u16 hpi_outstream_query_format(u32 h_outstream, struct hpi_format *p_format) in hpi_outstream_query_format() argument 596 hpi_format_to_msg(&hm.u.d.u.data.format, p_format); in hpi_outstream_query_format() 603 u16 hpi_outstream_set_format(u32 h_outstream, struct hpi_format *p_format) in hpi_outstream_set_format() argument 613 hpi_format_to_msg(&hm.u.d.u.data.format, p_format); in hpi_outstream_set_format() [all …]
|