/linux/sound/pci/asihpi/ |
H A D | hpicmn.c | 35 * @phr: response 37 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) in hpi_validate_response() argument 39 if (phr->type != HPI_TYPE_RESPONSE) { in hpi_validate_response() 40 HPI_DEBUG_LOG(ERROR, "header type %d invalid\n", phr->type); in hpi_validate_response() 44 if (phr->object != phm->object) { in hpi_validate_response() 46 phr->object); in hpi_validate_response() 50 if (phr->function != phm->function) { in hpi_validate_response() 52 phr->function); in hpi_validate_response() 152 struct hpi_response *phr) in subsys_get_adapter() argument 167 phr in subsys_get_adapter() 312 hpi_check_control_cache_single(struct hpi_control_cache_single * pC,struct hpi_message * phm,struct hpi_response * phr) hpi_check_control_cache_single() argument 530 hpi_check_control_cache(struct hpi_control_cache * p_cache,struct hpi_message * phm,struct hpi_response * phr) hpi_check_control_cache() argument 556 hpi_cmn_control_cache_sync_to_msg_single(struct hpi_control_cache_single * pC,struct hpi_message * phm,struct hpi_response * phr) hpi_cmn_control_cache_sync_to_msg_single() argument 614 hpi_cmn_control_cache_sync_to_msg(struct hpi_control_cache * p_cache,struct hpi_message * phm,struct hpi_response * phr) hpi_cmn_control_cache_sync_to_msg() argument 671 subsys_message(struct hpi_message * phm,struct hpi_response * phr) subsys_message() argument 698 HPI_COMMON(struct hpi_message * phm,struct hpi_response * phr) HPI_COMMON() argument [all...] |
H A D | hpimsginit.c | 56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() argument 65 size = sizeof(*phr); in hpi_init_response() 68 memset(phr, 0, sizeof(*phr)); in hpi_init_response() 69 phr->size = size; in hpi_init_response() 70 phr->type = HPI_TYPE_RESPONSE; in hpi_init_response() 71 phr->object = object; in hpi_init_response() 72 phr->function = function; in hpi_init_response() 73 phr->error = error; in hpi_init_response() 74 phr in hpi_init_response() 79 hpi_init_message_response(struct hpi_message * phm,struct hpi_response * phr,u16 object,u16 function) hpi_init_message_response() argument 102 hpi_init_responseV1(struct hpi_response_header * phr,u16 size,u16 object,u16 function) hpi_init_responseV1() argument 115 hpi_init_message_responseV1(struct hpi_message_header * phm,u16 msg_size,struct hpi_response_header * phr,u16 res_size,u16 object,u16 function) hpi_init_message_responseV1() argument [all...] |
H A D | hpi6205.c | 15 void HPI_6205(struct hpi_message *phm, struct hpi_response *phr) 138 struct hpi_message *phm, struct hpi_response *phr); 141 struct hpi_response *phr); 146 struct hpi_response *phr); 148 struct hpi_message *phm, struct hpi_response *phr); 159 struct hpi_message *phm, struct hpi_response *phr); 162 struct hpi_message *phm, struct hpi_response *phr); 165 struct hpi_message *phm, struct hpi_response *phr); 167 struct hpi_message *phm, struct hpi_response *phr); 170 struct hpi_message *phm, struct hpi_response *phr); 222 subsys_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) subsys_message() argument 235 control_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) control_message() argument 272 adapter_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) adapter_message() argument 285 outstream_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_message() argument 329 instream_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_message() argument 372 _HPI_6205(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) _HPI_6205() argument 424 HPI_6205(struct hpi_message * phm,struct hpi_response * phr) HPI_6205() argument 453 subsys_create_adapter(struct hpi_message * phm,struct hpi_response * phr) subsys_create_adapter() argument 492 adapter_delete(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) adapter_delete() argument 730 outstream_host_buffer_allocate(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_host_buffer_allocate() argument 832 outstream_host_buffer_get_info(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_host_buffer_get_info() argument 861 outstream_host_buffer_free(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_host_buffer_free() argument 893 outstream_write(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_write() argument 967 outstream_get_info(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_get_info() argument 993 outstream_start(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_start() argument 999 outstream_reset(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_reset() argument 1007 outstream_open(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_open() argument 1016 instream_host_buffer_allocate(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_host_buffer_allocate() argument 1109 instream_host_buffer_get_info(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_host_buffer_get_info() argument 1138 instream_host_buffer_free(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_host_buffer_free() argument 1166 instream_start(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_start() argument 1177 instream_read(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_read() argument 1228 instream_get_info(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_get_info() argument 2085 message_response_sequence(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) message_response_sequence() argument 2169 hw_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) hw_message() argument [all...] |
H A D | hpi6000.c | 12 void HPI_6000(struct hpi_message *phm, struct hpi_response *phr) 160 u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr); 163 struct hpi_response *phr); 174 struct hpi_message *phm, struct hpi_response *phr); 177 struct hpi_message *phm, struct hpi_response *phr); 190 struct hpi_response *phr); 193 struct hpi_message *phm, struct hpi_response *phr); 196 struct hpi_message *phm, struct hpi_response *phr); 208 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message() argument 212 subsys_create_adapter(phm, phr); in subsys_message() 221 control_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) control_message() argument 260 adapter_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) adapter_message() argument 278 outstream_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) outstream_message() argument 297 instream_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) instream_message() argument 321 HPI_6000(struct hpi_message * phm,struct hpi_response * phr) HPI_6000() argument 396 subsys_create_adapter(struct hpi_message * phm,struct hpi_response * phr) subsys_create_adapter() argument 452 adapter_delete(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) adapter_delete() argument 601 adapter_get_asserts(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) adapter_get_asserts() argument 1284 hpi6000_message_response_sequence(struct hpi_adapter_obj * pao,u16 dsp_index,struct hpi_message * phm,struct hpi_response * phr) hpi6000_message_response_sequence() argument 1403 hpi6000_send_data(struct hpi_adapter_obj * pao,u16 dsp_index,struct hpi_message * phm,struct hpi_response * phr) hpi6000_send_data() argument 1476 hpi6000_get_data(struct hpi_adapter_obj * pao,u16 dsp_index,struct hpi_message * phm,struct hpi_response * phr) hpi6000_get_data() argument 1727 hw_message(struct hpi_adapter_obj * pao,struct hpi_message * phm,struct hpi_response * phr) hw_message() argument [all...] |
H A D | hpidebug.h | 76 #define HPI_DEBUG_RESPONSE(phr) \ argument 79 (phr->error)) ||\ 82 phr->version, phr->error, phr->specific_error); \
|
H A D | hpicmn.h | 53 struct hpi_message *phm, struct hpi_response *phr); 56 struct hpi_message *phm, struct hpi_response *phr); 64 struct hpi_message *phm, struct hpi_response *phr); 67 *pC, struct hpi_message *phm, struct hpi_response *phr); 69 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr);
|
H A D | hpimsginit.h | 22 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, 26 struct hpi_response *phr, u16 object, u16 function); 28 void hpi_init_responseV1(struct hpi_response_header *phr, u16 size, 32 struct hpi_response_header *phr, u16 res_size, u16 object,
|
H A D | hpimsgx.h | 20 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
|
H A D | hpioctl.h | 25 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|
H A D | hpios.h | 66 void __user *phr; member
|
H A D | hpi_internal.h | 1394 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|