Home
last modified time | relevance | path

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

/linux/sound/pci/asihpi/
H A Dhpi_internal.h987 struct hpi_message_header { struct
1027 sizeof(struct hpi_message_header) , /* Default, no object type 0 */ \
1028 sizeof(struct hpi_message_header) + sizeof(struct hpi_subsys_msg),\
1029 sizeof(struct hpi_message_header) + sizeof(union hpi_adapterx_msg),\
1030 sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
1031 sizeof(struct hpi_message_header) + sizeof(struct hpi_stream_msg),\
1032 sizeof(struct hpi_message_header) + sizeof(struct hpi_mixer_msg),\
1033 sizeof(struct hpi_message_header) , /* no node message */ \
1034 sizeof(struct hpi_message_header) + sizeof(struct hpi_control_msg),\
1035 sizeof(struct hpi_message_header) + sizeof(struct hpi_nvmemory_msg),\
[all …]
H A Dhpimsginit.c88 static void hpi_init_messageV1(struct hpi_message_header *phm, u16 size, in hpi_init_messageV1()
114 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, in hpi_init_message_responseV1()
H A Dhpimsginit.h31 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,
H A Dhpifunc.c91 static inline void hpi_send_recvV1(struct hpi_message_header *m, in hpi_send_recvV1()