Home
last modified time | relevance | path

Searched defs:phm (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/sound/pci/asihpi/
Dhpimsgx.c61 static inline void hw_entry_point(struct hpi_message *phm, in hw_entry_point()
151 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr, in subsys_message()
211 static void adapter_message(struct hpi_message *phm, struct hpi_response *phr, in adapter_message()
240 static void mixer_message(struct hpi_message *phm, struct hpi_response *phr) in mixer_message()
255 static void outstream_message(struct hpi_message *phm, in outstream_message()
277 static void instream_message(struct hpi_message *phm, in instream_message()
302 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_ex()
357 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr) in adapter_open()
364 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr) in adapter_close()
370 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr) in mixer_open()
[all …]
Dhpi6205.c222 struct hpi_message *phm, struct hpi_response *phr) in subsys_message()
235 struct hpi_message *phm, struct hpi_response *phr) in control_message()
272 struct hpi_message *phm, struct hpi_response *phr) in adapter_message()
285 struct hpi_message *phm, struct hpi_response *phr) in outstream_message()
329 struct hpi_message *phm, struct hpi_response *phr) in instream_message()
371 void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm, in _HPI_6205()
424 void HPI_6205(struct hpi_message *phm, struct hpi_response *phr) in HPI_6205()
452 static void subsys_create_adapter(struct hpi_message *phm, in subsys_create_adapter()
492 struct hpi_message *phm, struct hpi_response *phr) in adapter_delete()
730 struct hpi_message *phm, struct hpi_response *phr) in outstream_host_buffer_allocate()
[all …]
Dhpicmn.c37 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) in hpi_validate_response()
151 static void subsys_get_adapter(struct hpi_message *phm, in subsys_get_adapter()
312 struct hpi_message *phm, struct hpi_response *phr) in hpi_check_control_cache_single()
530 struct hpi_message *phm, struct hpi_response *phr) in hpi_check_control_cache()
556 *pC, struct hpi_message *phm, struct hpi_response *phr) in hpi_cmn_control_cache_sync_to_msg_single()
614 struct hpi_message *phm, struct hpi_response *phr) in hpi_cmn_control_cache_sync_to_msg()
671 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message()
698 void HPI_COMMON(struct hpi_message *phm, struct hpi_response *phr) in HPI_COMMON()
Dhpimsginit.c27 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
78 void hpi_init_message_response(struct hpi_message *phm, in hpi_init_message_response()
88 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()
Dhpi6000.c208 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message()
221 struct hpi_message *phm, struct hpi_response *phr) in control_message()
260 struct hpi_message *phm, struct hpi_response *phr) in adapter_message()
278 struct hpi_message *phm, struct hpi_response *phr) in outstream_message()
297 struct hpi_message *phm, struct hpi_response *phr) in instream_message()
321 void HPI_6000(struct hpi_message *phm, struct hpi_response *phr) in HPI_6000()
395 static void subsys_create_adapter(struct hpi_message *phm, in subsys_create_adapter()
452 struct hpi_message *phm, struct hpi_response *phr) in adapter_delete()
601 struct hpi_message *phm, struct hpi_response *phr) in adapter_get_asserts()
1286 u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr) in hpi6000_message_response_sequence()
[all …]
Dhpioctl.c58 static void hpi_send_recv_f(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_f()
72 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv()
Dhpidebug.c37 void hpi_debug_message(struct hpi_message *phm, char *sz_fileline) in hpi_debug_message()
Dhpidebug.h69 #define HPI_DEBUG_MESSAGE(level, phm) \ argument
Dhpios.h65 void __user *phm; member