Lines Matching refs:p_format
284 u16 hpi_format_create(struct hpi_format *p_format, u16 channels, u16 format,
375 hpi_msg_to_format(p_format, &fmt);
379 u16 hpi_stream_estimate_buffer_size(struct hpi_format *p_format,
386 struct hpi_format *pF = p_format;
499 u32 bytes_to_write, const struct hpi_format *p_format)
510 hpi_format_to_msg(&hm.u.d.u.data.format, p_format);
587 u16 hpi_outstream_query_format(u32 h_outstream, struct hpi_format *p_format)
597 hpi_format_to_msg(&hm.u.d.u.data.format, p_format);
604 u16 hpi_outstream_set_format(u32 h_outstream, struct hpi_format *p_format)
614 hpi_format_to_msg(&hm.u.d.u.data.format, p_format);
890 const struct hpi_format *p_format)
899 hpi_format_to_msg(&hm.u.d.u.data.format, p_format);
906 u16 hpi_instream_set_format(u32 h_instream, const struct hpi_format *p_format)
915 hpi_format_to_msg(&hm.u.d.u.data.format, p_format);