Lines Matching defs:phm

71 static inline void hw_entry_point(struct hpi_message *phm,  in hw_entry_point()
161 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr, in subsys_message()
221 static void adapter_message(struct hpi_message *phm, struct hpi_response *phr, in adapter_message()
250 static void mixer_message(struct hpi_message *phm, struct hpi_response *phr) in mixer_message()
265 static void outstream_message(struct hpi_message *phm, in outstream_message()
287 static void instream_message(struct hpi_message *phm, in instream_message()
312 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_ex()
359 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr) in adapter_open()
366 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr) in adapter_close()
372 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr) in mixer_open()
378 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr) in mixer_close()
383 static void instream_open(struct hpi_message *phm, struct hpi_response *phr, in instream_open()
433 static void instream_close(struct hpi_message *phm, struct hpi_response *phr, in instream_close()
480 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr, in outstream_open()
530 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr, in outstream_close()
694 static u16 HPIMSGX__init(struct hpi_message *phm, in HPIMSGX__init()