Home
last modified time | relevance | path

Searched refs:hpi_format (Results 1 – 4 of 4) sorted by relevance

/linux/sound/pci/asihpi/
H A Dhpi.h1112 struct hpi_format { struct
1157 u16 hpi_stream_estimate_buffer_size(struct hpi_format *pF,
1215 u32 bytes_to_write, const struct hpi_format *p_format);
1227 u16 hpi_outstream_query_format(u32 h_outstream, struct hpi_format *p_format);
1229 u16 hpi_outstream_set_format(u32 h_outstream, struct hpi_format *p_format);
1267 const struct hpi_format *p_format);
1270 const struct hpi_format *p_format);
1705 u16 hpi_format_create(struct hpi_format *p_format, u16 channels, u16 format,
H A Dasihpi.c141 struct hpi_format format;
314 u16 *hpi_format) in snd_card_asihpi_format_alsa2hpi() argument
321 *hpi_format = format; in snd_card_asihpi_format_alsa2hpi()
328 *hpi_format = 0; in snd_card_asihpi_format_alsa2hpi()
940 struct hpi_format hpi_format; in snd_card_asihpi_playback_formats() local
960 err = hpi_format_create(&hpi_format, asihpi->out_max_chans, in snd_card_asihpi_playback_formats()
963 err = hpi_outstream_query_format(h_stream, &hpi_format); in snd_card_asihpi_playback_formats()
1110 struct hpi_format hpi_format; in snd_card_asihpi_capture_formats() local
[all...]
H A Dhpifunc.c63 const struct hpi_format *pF) in hpi_format_to_msg()
72 static void hpi_msg_to_format(struct hpi_format *pF, in hpi_msg_to_format()
284 u16 hpi_format_create(struct hpi_format *p_format, u16 channels, u16 format, in hpi_format_create()
379 u16 hpi_stream_estimate_buffer_size(struct hpi_format *p_format, in hpi_stream_estimate_buffer_size()
386 struct hpi_format *pF = p_format; in hpi_stream_estimate_buffer_size()
499 u32 bytes_to_write, const struct hpi_format *p_format) in hpi_outstream_write_buf()
587 u16 hpi_outstream_query_format(u32 h_outstream, struct hpi_format *p_format) in hpi_outstream_query_format()
604 u16 hpi_outstream_set_format(u32 h_outstream, struct hpi_format *p_format) in hpi_outstream_set_format()
890 const struct hpi_format *p_format) in hpi_instream_query_format()
906 u16 hpi_instream_set_format(u32 h_instream, const struct hpi_format *p_format) in hpi_instream_set_format()
H A Dhpi_internal.h586 struct hpi_format format;
1411 const struct hpi_format *pF);