/linux/sound/pci/asihpi/ |
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 | hpifunc.c | 94 hpi_send_recv((struct hpi_message *)m, (struct hpi_response *)r); in hpi_send_recvV1() 100 struct hpi_response hr; in hpi_subsys_get_version_ex() 112 struct hpi_response hr; in hpi_subsys_get_num_adapters() 124 struct hpi_response hr; in hpi_subsys_get_adapter() 138 struct hpi_response hr; in hpi_adapter_open() 152 struct hpi_response hr; in hpi_adapter_close() 172 struct hpi_response hr; in hpi_adapter_set_mode_ex() 186 struct hpi_response hr; in hpi_adapter_get_mode() 201 struct hpi_response hr; in hpi_adapter_get_info() 221 struct hpi_response h in hpi_adapter_get_module_by_index() [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 *ph [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() 221 struct hpi_message *phm, struct hpi_response *ph in control_message() [all...] |
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);
|
H A D | hpicmn.c | 37 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) in hpi_validate_response() 152 struct hpi_response *phr) in subsys_get_adapter() 308 /** CheckControlCache checks the cache and fills the struct hpi_response 312 struct hpi_message *phm, struct hpi_response *phr) in hpi_check_control_cache_single() 530 struct hpi_message *phm, struct hpi_response *phr) in hpi_check_control_cache() 556 *pC, struct hpi_message *phm, struct hpi_response *phr) in hpi_cmn_control_cache_sync_to_msg_single() 614 struct hpi_message *phm, struct hpi_response *phr) in hpi_cmn_control_cache_sync_to_msg() 671 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message() 698 void HPI_COMMON(struct hpi_message *phm, struct hpi_response *phr) in HPI_COMMON()
|
H A D | hpimsginit.c | 56 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()
|
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 | hpi6205.h | 69 struct hpi_response response;
|
H A D | hpi_internal.h | 72 struct hpi_response; 74 typedef void hpi_handler_func(struct hpi_message *, struct hpi_response *); 1059 struct hpi_response { struct 1220 struct hpi_response r0; /* version 0 */ 1394 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr); 1061 sizehpi_response global() argument 1062 typehpi_response global() argument 1063 versionhpi_response global() argument 1064 objecthpi_response global() argument 1088 uhpi_response global() argument
|
H A D | asihpi.c | 155 struct hpi_response hr; in hpi_stream_host_buffer_attach() 178 struct hpi_response hr; in hpi_stream_host_buffer_detach()
|