Searched refs:hpi_response_header (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi_internal.h | 1060 struct hpi_response_header { struct 1099 sizeof(struct hpi_response_header) ,/* Default, no object type 0 */ \ 1100 sizeof(struct hpi_response_header) + sizeof(struct hpi_subsys_res),\ 1101 sizeof(struct hpi_response_header) + sizeof(union hpi_adapterx_res),\ 1102 sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\ 1103 sizeof(struct hpi_response_header) + sizeof(struct hpi_stream_res),\ 1104 sizeof(struct hpi_response_header) + sizeof(struct hpi_mixer_res),\ 1105 sizeof(struct hpi_response_header) , /* no node response */ \ 1106 sizeof(struct hpi_response_header) + sizeof(struct hpi_control_res),\ 1107 sizeof(struct hpi_response_header) + sizeof(struct hpi_nvmemory_res),\ [all …]
|
D | hpimsginit.h | 39 void hpi_init_responseV1(struct hpi_response_header *phr, u16 size, 43 struct hpi_response_header *phr, u16 res_size, u16 object,
|
D | hpimsginit.c | 108 void hpi_init_responseV1(struct hpi_response_header *phr, u16 size, in hpi_init_responseV1() 121 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
|
D | hpimsgx.c | 108 struct hpi_response_header h; 113 struct hpi_response_header h; 118 struct hpi_response_header h; 123 struct hpi_response_header h;
|
D | hpi6205.c | 2112 phr->size = sizeof(struct hpi_response_header); in message_response_sequence() 2156 sizeof(struct hpi_response_header)); in message_response_sequence() 2160 phr->size = sizeof(struct hpi_response_header); in message_response_sequence() 2207 phr->size = sizeof(struct hpi_response_header); in hw_message()
|
D | hpioctl.c | 151 if (res_max_size < sizeof(struct hpi_response_header)) { in asihpi_hpi_ioctl()
|
D | hpi6000.c | 369 sizeof(struct hpi_response_header) + in HPI_6000() 1807 phr->size = sizeof(struct hpi_response_header); in hw_message()
|
D | hpicmn.c | 328 sizeof(struct hpi_response_header) + in hpi_check_control_cache_single()
|
D | hpifunc.c | 91 struct hpi_response_header *r) in hpi_send_recvV1() 1667 struct hpi_response_header hr; in hpi_cobranet_hmi_write()
|