/kernel/linux/linux-5.10/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() 167 phr in subsys_get_adapter() 151 subsys_get_adapter(struct hpi_message *phm, struct hpi_response *phr) subsys_get_adapter() argument 311 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 529 hpi_check_control_cache(struct hpi_control_cache *p_cache, struct hpi_message *phm, struct hpi_response *phr) hpi_check_control_cache() argument 555 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 613 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 | hpimsgx.c | 62 struct hpi_response *phr) in hw_entry_point() 66 hpi_entry_points[phm->adapter_index] (phm, phr); in hw_entry_point() 68 hpi_init_response(phr, phm->object, phm->function, in hw_entry_point() 72 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr); 73 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr); 75 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr); 76 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr); 78 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr, 80 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr, 82 static void instream_open(struct hpi_message *phm, struct hpi_response *phr, 61 hw_entry_point(struct hpi_message *phm, struct hpi_response *phr) hw_entry_point() argument 151 subsys_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) subsys_message() argument 211 adapter_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) adapter_message() argument 240 mixer_message(struct hpi_message *phm, struct hpi_response *phr) mixer_message() argument 255 outstream_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) outstream_message() argument 277 instream_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) instream_message() argument 302 hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) hpi_send_recv_ex() argument 357 adapter_open(struct hpi_message *phm, struct hpi_response *phr) adapter_open() argument 364 adapter_close(struct hpi_message *phm, struct hpi_response *phr) adapter_close() argument 370 mixer_open(struct hpi_message *phm, struct hpi_response *phr) mixer_open() argument 376 mixer_close(struct hpi_message *phm, struct hpi_response *phr) mixer_close() argument 381 instream_open(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) instream_open() argument 431 instream_close(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) instream_close() argument 478 outstream_open(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) outstream_open() argument 528 outstream_close(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) outstream_close() 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() 78 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 114 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); 221 subsys_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) subsys_message() argument 234 control_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) control_message() argument 271 adapter_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_message() argument 284 outstream_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_message() argument 328 instream_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_message() argument 371 _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 452 subsys_create_adapter(struct hpi_message *phm, struct hpi_response *phr) subsys_create_adapter() argument 491 adapter_delete(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_delete() argument 729 outstream_host_buffer_allocate(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_host_buffer_allocate() argument 831 outstream_host_buffer_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_host_buffer_get_info() argument 860 outstream_host_buffer_free(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_host_buffer_free() argument 892 outstream_write(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_write() argument 966 outstream_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_get_info() argument 992 outstream_start(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_start() argument 998 outstream_reset(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_reset() argument 1006 outstream_open(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_open() argument 1015 instream_host_buffer_allocate(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_host_buffer_allocate() argument 1108 instream_host_buffer_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_host_buffer_get_info() argument 1137 instream_host_buffer_free(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_host_buffer_free() argument 1165 instream_start(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_start() argument 1176 instream_read(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_read() argument 1227 instream_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_get_info() argument 2084 message_response_sequence(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) message_response_sequence() argument 2168 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() 220 control_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) control_message() argument 259 adapter_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_message() argument 277 outstream_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_message() argument 296 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 395 subsys_create_adapter(struct hpi_message *phm, struct hpi_response *phr) subsys_create_adapter() argument 451 adapter_delete(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_delete() argument 600 adapter_get_asserts(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_get_asserts() argument 1285 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 1404 hpi6000_send_data(struct hpi_adapter_obj *pao, u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr) hpi6000_send_data() argument 1477 hpi6000_get_data(struct hpi_adapter_obj *pao, u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr) hpi6000_get_data() argument 1728 hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) hw_message() argument [all...] |
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 | hpidebug.h | 77 #define HPI_DEBUG_RESPONSE(phr) \ 80 (phr->error)) ||\ 83 phr->version, phr->error, phr->specific_error); \
|
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 | hpioctl.c | 58 static void hpi_send_recv_f(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_f() argument 63 phr->error = HPI_ERROR_INVALID_OBJ_INDEX; in hpi_send_recv_f() 65 hpi_send_recv_ex(phm, phr, file); in hpi_send_recv_f() 72 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv() argument 74 hpi_send_recv_f(phm, phr, HOWNER_KERNEL); in hpi_send_recv() 119 || get_user(puhr, &phpi_ioctl_data->phr)) { in asihpi_hpi_ioctl()
|
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);
|
/kernel/linux/linux-6.6/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() 167 phr in subsys_get_adapter() 151 subsys_get_adapter(struct hpi_message *phm, struct hpi_response *phr) subsys_get_adapter() argument 311 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 529 hpi_check_control_cache(struct hpi_control_cache *p_cache, struct hpi_message *phm, struct hpi_response *phr) hpi_check_control_cache() argument 555 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 613 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 | hpimsgx.c | 62 struct hpi_response *phr) in hw_entry_point() 66 hpi_entry_points[phm->adapter_index] (phm, phr); in hw_entry_point() 68 hpi_init_response(phr, phm->object, phm->function, in hw_entry_point() 72 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr); 73 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr); 75 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr); 76 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr); 78 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr, 80 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr, 82 static void instream_open(struct hpi_message *phm, struct hpi_response *phr, 61 hw_entry_point(struct hpi_message *phm, struct hpi_response *phr) hw_entry_point() argument 146 subsys_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) subsys_message() argument 206 adapter_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) adapter_message() argument 235 mixer_message(struct hpi_message *phm, struct hpi_response *phr) mixer_message() argument 250 outstream_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) outstream_message() argument 272 instream_message(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) instream_message() argument 297 hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) hpi_send_recv_ex() argument 352 adapter_open(struct hpi_message *phm, struct hpi_response *phr) adapter_open() argument 359 adapter_close(struct hpi_message *phm, struct hpi_response *phr) adapter_close() argument 365 mixer_open(struct hpi_message *phm, struct hpi_response *phr) mixer_open() argument 371 mixer_close(struct hpi_message *phm, struct hpi_response *phr) mixer_close() argument 376 instream_open(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) instream_open() argument 426 instream_close(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) instream_close() argument 473 outstream_open(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) outstream_open() argument 523 outstream_close(struct hpi_message *phm, struct hpi_response *phr, void *h_owner) outstream_close() 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() 78 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 114 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); 221 subsys_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) subsys_message() argument 234 control_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) control_message() argument 271 adapter_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_message() argument 284 outstream_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_message() argument 328 instream_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_message() argument 371 _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 452 subsys_create_adapter(struct hpi_message *phm, struct hpi_response *phr) subsys_create_adapter() argument 491 adapter_delete(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_delete() argument 729 outstream_host_buffer_allocate(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_host_buffer_allocate() argument 831 outstream_host_buffer_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_host_buffer_get_info() argument 860 outstream_host_buffer_free(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_host_buffer_free() argument 892 outstream_write(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_write() argument 966 outstream_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_get_info() argument 992 outstream_start(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_start() argument 998 outstream_reset(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_reset() argument 1006 outstream_open(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_open() argument 1015 instream_host_buffer_allocate(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_host_buffer_allocate() argument 1108 instream_host_buffer_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_host_buffer_get_info() argument 1137 instream_host_buffer_free(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_host_buffer_free() argument 1165 instream_start(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_start() argument 1176 instream_read(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_read() argument 1227 instream_get_info(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) instream_get_info() argument 2084 message_response_sequence(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) message_response_sequence() argument 2168 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() 220 control_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) control_message() argument 259 adapter_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_message() argument 277 outstream_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) outstream_message() argument 296 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 395 subsys_create_adapter(struct hpi_message *phm, struct hpi_response *phr) subsys_create_adapter() argument 451 adapter_delete(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_delete() argument 600 adapter_get_asserts(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) adapter_get_asserts() argument 1283 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 1402 hpi6000_send_data(struct hpi_adapter_obj *pao, u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr) hpi6000_send_data() argument 1475 hpi6000_get_data(struct hpi_adapter_obj *pao, u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr) hpi6000_get_data() argument 1726 hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm, struct hpi_response *phr) hw_message() argument [all...] |
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 | hpidebug.h | 77 #define HPI_DEBUG_RESPONSE(phr) \ 80 (phr->error)) ||\ 83 phr->version, phr->error, phr->specific_error); \
|
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 | hpioctl.c | 58 static void hpi_send_recv_f(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_f() argument 63 phr->error = HPI_ERROR_INVALID_OBJ_INDEX; in hpi_send_recv_f() 65 hpi_send_recv_ex(phm, phr, file); in hpi_send_recv_f() 72 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv() argument 74 hpi_send_recv_f(phm, phr, HOWNER_KERNEL); in hpi_send_recv() 119 || get_user(puhr, &phpi_ioctl_data->phr)) { in asihpi_hpi_ioctl()
|
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
|