Searched defs:phr (Results 1 – 8 of 8) sorted by relevance
/linux/sound/pci/asihpi/ |
A D | hpimsgx.c | 62 struct hpi_response *phr) in hw_entry_point() 151 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr, in subsys_message() 240 static void mixer_message(struct hpi_message *phm, struct hpi_response *phr) in mixer_message() 256 struct hpi_response *phr, void *h_owner) in outstream_message() 278 struct hpi_response *phr, void *h_owner) 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() 376 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr) in mixer_close() [all …]
|
A 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() 372 struct hpi_response *phr) in _HPI_6205() 453 struct hpi_response *phr) 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() 832 struct hpi_message *phm, struct hpi_response *phr) in outstream_host_buffer_get_info() [all …]
|
A D | hpicmn.c | 37 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) in hpi_validate_response() 152 struct hpi_response *phr) 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()
|
A D | hpimsginit.c | 56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() 79 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response() 102 void hpi_init_responseV1(struct hpi_response_header *phr, u16 size, in hpi_init_responseV1() 115 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
|
A D | hpi6000.c | 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() 396 struct hpi_response *phr) 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() 1405 struct hpi_message *phm, struct hpi_response *phr) in hpi6000_send_data() 1478 struct hpi_message *phm, struct hpi_response *phr) in hpi6000_get_data() [all …]
|
A 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()
|
A D | hpidebug.h | 77 #define HPI_DEBUG_RESPONSE(phr) \ argument
|
A D | hpios.h | 66 void __user *phr; member
|
Completed in 15 milliseconds