Searched refs:hpi_response (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/sound/pci/asihpi/ |
D | hpimsgx.c | 72 struct hpi_response *phr) in hw_entry_point() 82 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr); 83 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr); 85 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr); 86 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr); 88 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr, 90 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr, 92 static void instream_open(struct hpi_message *phm, struct hpi_response *phr, 94 static void instream_close(struct hpi_message *phm, struct hpi_response *phr, 99 static u16 HPIMSGX__init(struct hpi_message *phm, struct hpi_response *phr); [all …]
|
D | hpifunc.c | 93 hpi_send_recv((struct hpi_message *)m, (struct hpi_response *)r); in hpi_send_recvV1() 99 struct hpi_response hr; in hpi_subsys_get_version_ex() 111 struct hpi_response hr; in hpi_subsys_get_num_adapters() 123 struct hpi_response hr; in hpi_subsys_get_adapter() 137 struct hpi_response hr; in hpi_adapter_open() 151 struct hpi_response hr; in hpi_adapter_close() 171 struct hpi_response hr; in hpi_adapter_set_mode_ex() 185 struct hpi_response hr; in hpi_adapter_get_mode() 200 struct hpi_response hr; in hpi_adapter_get_info() 220 struct hpi_response hr; in hpi_adapter_get_module_by_index() [all …]
|
D | hpi6205.c | 149 struct hpi_message *phm, struct hpi_response *phr); 152 struct hpi_response *phr); 157 struct hpi_response *phr); 159 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); 173 struct hpi_message *phm, struct hpi_response *phr); 175 struct hpi_message *phm, struct hpi_response *phr); 178 struct hpi_message *phm, struct hpi_response *phr); 181 struct hpi_message *phm, struct hpi_response *phr); [all …]
|
D | hpicmn.h | 57 struct hpi_message *phm, struct hpi_response *phr); 63 struct hpi_message *phm, struct hpi_response *phr); 65 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr);
|
D | hpi6000.c | 171 u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr); 174 struct hpi_response *phr); 185 struct hpi_message *phm, struct hpi_response *phr); 188 struct hpi_message *phm, struct hpi_response *phr); 201 struct hpi_response *phr); 204 struct hpi_message *phm, struct hpi_response *phr); 207 struct hpi_message *phm, struct hpi_response *phr); 219 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message() 232 struct hpi_message *phm, struct hpi_response *phr) in control_message() 271 struct hpi_message *phm, struct hpi_response *phr) in adapter_message() [all …]
|
D | hpimsginit.h | 33 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, 37 struct hpi_response *phr, u16 object, u16 function);
|
D | hpioctl.c | 66 static void hpi_send_recv_f(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_f() 80 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv() 91 struct hpi_response hr; in asihpi_hpi_release() 317 struct hpi_response hr; in asihpi_adapter_probe() 428 struct hpi_response hr; in asihpi_adapter_remove() 463 struct hpi_response hr; in asihpi_init() 477 struct hpi_response hr; in asihpi_exit()
|
D | hpimsginit.c | 60 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response() 77 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
|
D | hpimsgx.h | 31 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
|
D | hpioctl.h | 36 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|
D | hpicmn.c | 46 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) in hpi_validate_response() 161 struct hpi_response *phr) in subsys_get_adapter() 313 struct hpi_message *phm, struct hpi_response *phr) in hpi_check_control_cache() 553 struct hpi_message *phm, struct hpi_response *phr) in hpi_cmn_control_cache_sync_to_msg() 661 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message() 688 void HPI_COMMON(struct hpi_message *phm, struct hpi_response *phr) in HPI_COMMON()
|
D | hpi6205.h | 80 struct hpi_response response;
|
D | hpi_internal.h | 83 struct hpi_response; 85 typedef void hpi_handler_func(struct hpi_message *, struct hpi_response *); 1066 struct hpi_response { struct 1227 struct hpi_response r0; /* version 0 */ 1401 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|
D | asihpi.c | 169 struct hpi_response hr; in hpi_stream_host_buffer_attach() 192 struct hpi_response hr; in hpi_stream_host_buffer_detach()
|