Searched defs:phm (Results  1 – 9 of 9) sorted by relevance
| /linux-4.1.27/sound/pci/asihpi/ | 
| D | hpimsgx.c | 72 static inline void hw_entry_point(struct hpi_message *phm,  in hw_entry_point() 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() 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() [all …] 
 | 
| D | hpi6205.c | 233 	struct hpi_message *phm, struct hpi_response *phr)  in subsys_message() 246 	struct hpi_message *phm, struct hpi_response *phr)  in control_message() 283 	struct hpi_message *phm, struct hpi_response *phr)  in adapter_message() 296 	struct hpi_message *phm, struct hpi_response *phr)  in outstream_message() 340 	struct hpi_message *phm, struct hpi_response *phr)  in instream_message() 382 void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm,  in _HPI_6205() 435 void HPI_6205(struct hpi_message *phm, struct hpi_response *phr)  in HPI_6205() 463 static void subsys_create_adapter(struct hpi_message *phm,  in subsys_create_adapter() 503 	struct hpi_message *phm, struct hpi_response *phr)  in adapter_delete() 746 	struct hpi_message *phm, struct hpi_response *phr)  in outstream_host_buffer_allocate() [all …] 
 | 
| D | hpicmn.c | 46 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr)  in hpi_validate_response() 160 static void subsys_get_adapter(struct hpi_message *phm,  in subsys_get_adapter() 321 	struct hpi_message *phm, struct hpi_response *phr)  in hpi_check_control_cache_single() 539 	struct hpi_message *phm, struct hpi_response *phr)  in hpi_check_control_cache() 565 	*pC, struct hpi_message *phm, struct hpi_response *phr)  in hpi_cmn_control_cache_sync_to_msg_single() 623 	struct hpi_message *phm, struct hpi_response *phr)  in hpi_cmn_control_cache_sync_to_msg() 680 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr)  in subsys_message() 707 void HPI_COMMON(struct hpi_message *phm, struct hpi_response *phr)  in HPI_COMMON()
  | 
| D | hpimsginit.c | 37 static void hpi_init_message(struct hpi_message *phm, u16 object,  in hpi_init_message() 84 void hpi_init_message_response(struct hpi_message *phm,  in hpi_init_message_response() 94 static void hpi_init_messageV1(struct hpi_message_header *phm, u16 size,  in hpi_init_messageV1() 120 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,  in hpi_init_message_responseV1()
  | 
| D | hpi6000.c | 219 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr)  in subsys_message() 232 	struct hpi_message *phm, struct hpi_response *phr)  in control_message() 271 	struct hpi_message *phm, struct hpi_response *phr)  in adapter_message() 289 	struct hpi_message *phm, struct hpi_response *phr)  in outstream_message() 308 	struct hpi_message *phm, struct hpi_response *phr)  in instream_message() 332 void HPI_6000(struct hpi_message *phm, struct hpi_response *phr)  in HPI_6000() 406 static void subsys_create_adapter(struct hpi_message *phm,  in subsys_create_adapter() 463 	struct hpi_message *phm, struct hpi_response *phr)  in adapter_delete() 612 	struct hpi_message *phm, struct hpi_response *phr)  in adapter_get_asserts() 1297 	u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr)  in hpi6000_message_response_sequence() [all …] 
 | 
| D | hpioctl.c | 63 static void hpi_send_recv_f(struct hpi_message *phm, struct hpi_response *phr,  in hpi_send_recv_f() 77 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr)  in hpi_send_recv()
  | 
| D | hpidebug.c | 48 void hpi_debug_message(struct hpi_message *phm, char *sz_fileline)  in hpi_debug_message()
  | 
| D | hpidebug.h | 80 #define HPI_DEBUG_MESSAGE(level, phm) \  argument
  | 
| D | hpios.h | 76 	void __user *phm;  member
  |