Home
last modified time | relevance | path

Searched defs:phr (Results 1 – 8 of 8) sorted by relevance

/linux/sound/pci/asihpi/
H A Dhpimsgx.c62 struct hpi_response *phr) in hw_entry_point()
146 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr, in subsys_message()
206 static void adapter_message(struct hpi_message *phm, struct hpi_response *phr, in adapter_message()
235 static void mixer_message(struct hpi_message *phm, struct hpi_response *phr) in mixer_message()
251 struct hpi_response *phr, void *h_owner) in outstream_message()
273 struct hpi_response *phr, void *h_owner) in instream_message()
297 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_ex()
352 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr) in adapter_open()
359 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr) in adapter_close()
365 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr) in mixer_open()
[all …]
H A Dhpi6205.c222 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()
424 void HPI_6205(struct hpi_message *phm, 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()
[all …]
H A Dhpicmn.c37 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) in hpi_validate_response() argument
152 struct hpi_response *phr) in subsys_get_adapter() argument
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
670 subsys_message(struct hpi_message * phm,struct hpi_response * phr) subsys_message() argument
697 HPI_COMMON(struct hpi_message * phm,struct hpi_response * phr) HPI_COMMON() argument
[all...]
H A Dhpimsginit.c56 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()
H A Dhpi6000.c208 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message() argument
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 Dhpioctl.c58 static void hpi_send_recv_f(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_f() argument
72 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv() argument
H A Dhpidebug.h76 #define HPI_DEBUG_RESPONSE(phr) \ argument
H A Dhpios.h66 void __user *phr; member