Home
last modified time | relevance | path

Searched refs:p_format (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/sound/pci/asihpi/
Dhpi.h1215 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,
Dhpifunc.c284 u16 hpi_format_create(struct hpi_format *p_format, u16 channels, u16 format, in hpi_format_create() argument
375 hpi_msg_to_format(p_format, &fmt); in hpi_format_create()
379 u16 hpi_stream_estimate_buffer_size(struct hpi_format *p_format, in hpi_stream_estimate_buffer_size() argument
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() argument
510 hpi_format_to_msg(&hm.u.d.u.data.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() argument
597 hpi_format_to_msg(&hm.u.d.u.data.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() argument
614 hpi_format_to_msg(&hm.u.d.u.data.format, p_format); in hpi_outstream_set_format()
[all …]
/linux-6.6.21/arch/mips/include/uapi/asm/
Dinst.h718 struct p_format { /* Performance counter format (R10000) */ struct
1127 struct p_format p_format; member