Lines Matching refs:hpi_message
72 static inline void hw_entry_point(struct hpi_message *phm, in hw_entry_point()
83 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr);
84 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr);
86 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr);
87 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr);
89 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr,
91 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr,
93 static void instream_open(struct hpi_message *phm, struct hpi_response *phr,
95 static void instream_close(struct hpi_message *phm, struct hpi_response *phr,
100 static u16 HPIMSGX__init(struct hpi_message *phm, struct hpi_response *phr);
162 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr, in subsys_message()
222 static void adapter_message(struct hpi_message *phm, struct hpi_response *phr, in adapter_message()
235 struct hpi_message hm; in adapter_message()
251 static void mixer_message(struct hpi_message *phm, struct hpi_response *phr) in mixer_message()
266 static void outstream_message(struct hpi_message *phm, in outstream_message()
288 static void instream_message(struct hpi_message *phm, in instream_message()
313 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_ex()
368 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr) in adapter_open()
375 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr) in adapter_close()
381 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr) in mixer_open()
387 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr) in mixer_close()
392 static void instream_open(struct hpi_message *phm, struct hpi_response *phr, in instream_open()
396 struct hpi_message hm; in instream_open()
442 static void instream_close(struct hpi_message *phm, struct hpi_response *phr, in instream_close()
446 struct hpi_message hm; in instream_close()
489 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr, in outstream_open()
493 struct hpi_message hm; in outstream_open()
539 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr, in outstream_close()
543 struct hpi_message hm; in outstream_close()
589 struct hpi_message hm; in adapter_prepare()
703 static u16 HPIMSGX__init(struct hpi_message *phm, in HPIMSGX__init()
761 struct hpi_message hm; in HPIMSGX__cleanup()
785 struct hpi_message hm; in HPIMSGX__cleanup()