Searched defs:hpi_response (Results 1 - 1 of 1) sorted by relevance

/sound/pci/asihpi/
H A Dhpi_internal.h88 struct hpi_response;
90 typedef void hpi_handler_func(struct hpi_message *, struct hpi_response *);
1173 struct hpi_response { struct
1249 /* padding is so these are same size as v0 hpi_response */
1255 u8 pad_to_version0_size[sizeof(struct hpi_response) - /* V0 res */
1270 u8 pad_to_version0_size[sizeof(struct hpi_response) - /* V0 res */
1296 u8 pad_to_version0_size[sizeof(struct hpi_response) - /* V0 res */
1378 struct hpi_response r0; /* version 0 */
1559 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);

Completed in 57 milliseconds