Lines Matching refs:hpi_message
61 static inline void hw_entry_point(struct hpi_message *phm, in hw_entry_point()
72 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr);
73 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr);
75 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr);
76 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr);
78 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr,
80 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr,
82 static void instream_open(struct hpi_message *phm, struct hpi_response *phr,
84 static void instream_close(struct hpi_message *phm, struct hpi_response *phr,
89 static u16 HPIMSGX__init(struct hpi_message *phm, struct hpi_response *phr);
146 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr, in subsys_message()
206 static void adapter_message(struct hpi_message *phm, struct hpi_response *phr, in adapter_message()
219 struct hpi_message hm; in adapter_message()
235 static void mixer_message(struct hpi_message *phm, struct hpi_response *phr) in mixer_message()
250 static void outstream_message(struct hpi_message *phm, in outstream_message()
272 static void instream_message(struct hpi_message *phm, in instream_message()
297 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_ex()
352 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr) in adapter_open()
359 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr) in adapter_close()
365 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr) in mixer_open()
371 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr) in mixer_close()
376 static void instream_open(struct hpi_message *phm, struct hpi_response *phr, in instream_open()
380 struct hpi_message hm; in instream_open()
426 static void instream_close(struct hpi_message *phm, struct hpi_response *phr, in instream_close()
430 struct hpi_message hm; in instream_close()
473 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr, in outstream_open()
477 struct hpi_message hm; in outstream_open()
523 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr, in outstream_close()
527 struct hpi_message hm; in outstream_close()
573 struct hpi_message hm; in adapter_prepare()
687 static u16 HPIMSGX__init(struct hpi_message *phm, in HPIMSGX__init()
745 struct hpi_message hm; in HPIMSGX__cleanup()
769 struct hpi_message hm; in HPIMSGX__cleanup()