/openbmc/linux/sound/pci/asihpi/ |
H A D | hpicmn.c | 46 phr->object); in hpi_validate_response() 52 phr->function); in hpi_validate_response() 331 phr->error = in hpi_check_control_cache_single() 356 phr->error = in hpi_check_control_cache_single() 394 phr->error = in hpi_check_control_cache_single() 441 phr->error = in hpi_check_control_cache_single() 457 phr->error = in hpi_check_control_cache_single() 476 phr->error = in hpi_check_control_cache_single() 491 phr->error = in hpi_check_control_cache_single() 541 phr->error = 0; in hpi_check_control_cache() [all …]
|
H A D | hpimsgx.c | 62 struct hpi_response *phr) in hw_entry_point() argument 180 HPI_COMMON(phm, phr); in subsys_message() 183 HPI_COMMON(phm, phr); in subsys_message() 191 HPI_COMMON(phm, phr); in subsys_message() 239 mixer_open(phm, phr); in mixer_message() 391 memcpy(phr, in instream_open() 417 memcpy(phr, in instream_open() 488 memcpy(phr, in outstream_open() 514 memcpy(phr, in outstream_open() 709 return phr->error; in HPIMSGX__init() [all …]
|
H A D | hpimsginit.c | 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() 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->specific_error = 0; in hpi_init_response() 75 phr->version = 0; in hpi_init_response() 107 memset(phr, 0, size); in hpi_init_responseV1() 108 phr->size = size; in hpi_init_responseV1() [all …]
|
H A D | hpi6205.c | 141 struct hpi_response *phr); 263 phr); in control_message() 479 phr->error = err; in subsys_create_adapter() 487 phr->error = 0; in subsys_create_adapter() 509 phr->error = 0; in adapter_delete() 821 if (phr->error in outstream_host_buffer_allocate() 959 if (phr->error) in outstream_write() 1098 if (phr->error in instream_host_buffer_allocate() 2138 phr->size); in message_response_sequence() 2185 phr->error = err; in hw_message() [all …]
|
H A D | hpi6000.c | 233 phr->error = in control_message() 237 phr->error = err; in control_message() 357 phr->size = in HPI_6000() 426 phr->error = err; in subsys_create_adapter() 448 phr->error = 0; in subsys_create_adapter() 456 phr->error = 0; in adapter_delete() 606 phr->u.ax.assert.p1 = in adapter_get_asserts() 615 phr->error = 0; in adapter_get_asserts() 1361 p_data = (u32 *)phr; in hpi6000_message_response_sequence() 1413 (void)phr; in hpi6000_send_data() [all …]
|
H A D | hpidebug.h | 77 #define HPI_DEBUG_RESPONSE(phr) \ argument 80 (phr->error)) ||\ 83 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 | 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);
|