Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h729 struct hpi_stream_res { struct
1071 struct hpi_stream_res d;
1091 sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
1092 sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
1199 struct hpi_stream_res d;
1412 void hpi_stream_response_to_legacy(struct hpi_stream_res *pSR);
H A Dhpimsgx.c108 struct hpi_stream_res d;
H A Dhpifunc.c84 void hpi_stream_response_to_legacy(struct hpi_stream_res *pSR) in hpi_stream_response_to_legacy()