Home
last modified time | relevance | path

Searched refs:phr (Results 1 – 13 of 13) sorted by relevance

/linux/sound/pci/asihpi/
A Dhpicmn.c46 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 …]
A Dhpimsgx.c62 struct hpi_response *phr) in hw_entry_point() argument
185 HPI_COMMON(phm, phr); in subsys_message()
188 HPI_COMMON(phm, phr); in subsys_message()
196 HPI_COMMON(phm, phr); in subsys_message()
244 mixer_open(phm, phr); in mixer_message()
396 memcpy(phr, in instream_open()
422 memcpy(phr, in instream_open()
493 memcpy(phr, in outstream_open()
519 memcpy(phr, in outstream_open()
714 return phr->error; in HPIMSGX__init()
[all …]
A Dhpi6205.c141 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 …]
A Dhpimsginit.c65 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 …]
A Dhpi6000.c233 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()
1363 p_data = (u32 *)phr; in hpi6000_message_response_sequence()
1415 (void)phr; in hpi6000_send_data()
[all …]
A Dhpidebug.h77 #define HPI_DEBUG_RESPONSE(phr) \ argument
80 (phr->error)) ||\
83 phr->version, phr->error, phr->specific_error); \
A Dhpicmn.h53 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);
A Dhpimsginit.h22 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,
A Dhpioctl.c58 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()
A Dhpimsgx.h20 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
A Dhpioctl.h25 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
A Dhpios.h66 void __user *phr; member
A Dhpi_internal.h1394 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);

Completed in 32 milliseconds