Searched refs:hpi_message_header (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/pci/asihpi/ |
D | hpi_internal.h | 994 struct hpi_message_header { struct 1034 sizeof(struct hpi_message_header) , /* Default, no object type 0 */ \ 1035 sizeof(struct hpi_message_header) + sizeof(struct hpi_subsys_msg),\ 1036 sizeof(struct hpi_message_header) + sizeof(union hpi_adapterx_msg),\ 1037 sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\ 1038 sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\ 1039 sizeof(struct hpi_message_header) + sizeof(struct hpi_mixer_msg),\ 1040 sizeof(struct hpi_message_header) , /* no node message */ \ 1041 sizeof(struct hpi_message_header) + sizeof(struct hpi_control_msg),\ 1042 sizeof(struct hpi_message_header) + sizeof(struct hpi_nvmemory_msg),\ [all …]
|
D | hpimsginit.c | 86 static void hpi_init_messageV1(struct hpi_message_header *phm, u16 size, in hpi_init_messageV1() 110 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, in hpi_init_message_responseV1()
|
D | hpimsginit.h | 42 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,
|
D | hpifunc.c | 90 static inline void hpi_send_recvV1(struct hpi_message_header *m, in hpi_send_recvV1()
|