Home
last modified time | relevance | path

Searched refs:hpi_message_header (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/pci/asihpi/
Dhpi_internal.h998 struct hpi_message_header { struct
1038 sizeof(struct hpi_message_header) , /* Default, no object type 0 */ \
1039 sizeof(struct hpi_message_header) + sizeof(struct hpi_subsys_msg),\
1040 sizeof(struct hpi_message_header) + sizeof(union hpi_adapterx_msg),\
1041 sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
1042 sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
1043 sizeof(struct hpi_message_header) + sizeof(struct hpi_mixer_msg),\
1044 sizeof(struct hpi_message_header) , /* no node message */ \
1045 sizeof(struct hpi_message_header) + sizeof(struct hpi_control_msg),\
1046 sizeof(struct hpi_message_header) + sizeof(struct hpi_nvmemory_msg),\
[all …]
Dhpimsginit.c94 static void hpi_init_messageV1(struct hpi_message_header *phm, u16 size, in hpi_init_messageV1()
120 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, in hpi_init_message_responseV1()
Dhpimsginit.h42 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,
Dhpifunc.c90 static inline void hpi_send_recvV1(struct hpi_message_header *m, in hpi_send_recvV1()