Home
last modified time | relevance | path

Searched refs:hpi_response_header (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/sound/pci/asihpi/ !
Dhpi_internal.h1056 struct hpi_response_header { struct
1095 sizeof(struct hpi_response_header) ,/* Default, no object type 0 */ \
1096 sizeof(struct hpi_response_header) + sizeof(struct hpi_subsys_res),\
1097 sizeof(struct hpi_response_header) + sizeof(union hpi_adapterx_res),\
1098 sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
1099 sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\
1100 sizeof(struct hpi_response_header) + sizeof(struct hpi_mixer_res),\
1101 sizeof(struct hpi_response_header) , /* no node response */ \
1102 sizeof(struct hpi_response_header) + sizeof(struct hpi_control_res),\
1103 sizeof(struct hpi_response_header) + sizeof(struct hpi_nvmemory_res),\
[all …]
Dhpimsginit.h39 void hpi_init_responseV1(struct hpi_response_header *phr, u16 size,
43 struct hpi_response_header *phr, u16 res_size, u16 object,
Dhpimsginit.c100 void hpi_init_responseV1(struct hpi_response_header *phr, u16 size, in hpi_init_responseV1()
111 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
Dhpimsgx.c107 struct hpi_response_header h;
112 struct hpi_response_header h;
117 struct hpi_response_header h;
122 struct hpi_response_header h;
Dhpi6205.c2085 phr->size = sizeof(struct hpi_response_header); in message_response_sequence()
2129 sizeof(struct hpi_response_header)); in message_response_sequence()
2133 phr->size = sizeof(struct hpi_response_header); in message_response_sequence()
2180 phr->size = sizeof(struct hpi_response_header); in hw_message()
Dhpioctl.c153 if (res_max_size < sizeof(struct hpi_response_header)) { in asihpi_hpi_ioctl()
Dhpi6000.c369 sizeof(struct hpi_response_header) + in HPI_6000()
1804 phr->size = sizeof(struct hpi_response_header); in hw_message()
Dhpicmn.c332 sizeof(struct hpi_response_header) + in hpi_check_control_cache()
Dhpifunc.c91 struct hpi_response_header *r) in hpi_send_recvV1()
1667 struct hpi_response_header hr; in hpi_cobranet_hmi_write()