Searched defs:phm (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/sound/pci/asihpi/ |
D | hpimsgx.c | 61 static inline void hw_entry_point(struct hpi_message *phm, in hw_entry_point() 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() 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() [all …]
|
D | hpi6205.c | 222 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 …]
|
D | hpicmn.c | 37 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()
|
D | hpimsginit.c | 27 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()
|
D | hpi6000.c | 208 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() 1284 u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr) in hpi6000_message_response_sequence() [all …]
|
D | hpioctl.c | 58 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()
|
D | hpidebug.c | 37 void hpi_debug_message(struct hpi_message *phm, char *sz_fileline) in hpi_debug_message()
|
D | hpidebug.h | 69 #define HPI_DEBUG_MESSAGE(level, phm) \ argument
|
D | hpios.h | 65 void __user *phm; member
|