Home
last modified time | relevance | path

Searched refs:hpi_message (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/sound/pci/asihpi/
Dhpimsgx.c72 static inline void hw_entry_point(struct hpi_message *phm, in hw_entry_point()
83 static void adapter_open(struct hpi_message *phm, struct hpi_response *phr);
84 static void adapter_close(struct hpi_message *phm, struct hpi_response *phr);
86 static void mixer_open(struct hpi_message *phm, struct hpi_response *phr);
87 static void mixer_close(struct hpi_message *phm, struct hpi_response *phr);
89 static void outstream_open(struct hpi_message *phm, struct hpi_response *phr,
91 static void outstream_close(struct hpi_message *phm, struct hpi_response *phr,
93 static void instream_open(struct hpi_message *phm, struct hpi_response *phr,
95 static void instream_close(struct hpi_message *phm, struct hpi_response *phr,
100 static u16 HPIMSGX__init(struct hpi_message *phm, struct hpi_response *phr);
[all …]
Dhpicmn.h64 struct hpi_message *phm, struct hpi_response *phr);
67 struct hpi_message *phm, struct hpi_response *phr);
75 struct hpi_message *phm, struct hpi_response *phr);
78 *pC, struct hpi_message *phm, struct hpi_response *phr);
80 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr);
Dhpifunc.c94 hpi_send_recv((struct hpi_message *)m, (struct hpi_response *)r); in hpi_send_recvV1()
99 struct hpi_message hm; in hpi_subsys_get_version_ex()
111 struct hpi_message hm; in hpi_subsys_get_num_adapters()
123 struct hpi_message hm; in hpi_subsys_get_adapter()
137 struct hpi_message hm; in hpi_adapter_open()
151 struct hpi_message hm; in hpi_adapter_close()
171 struct hpi_message hm; in hpi_adapter_set_mode_ex()
185 struct hpi_message hm; in hpi_adapter_get_mode()
200 struct hpi_message hm; in hpi_adapter_get_info()
220 struct hpi_message hm; in hpi_adapter_get_module_by_index()
[all …]
Dhpi6205.c149 struct hpi_message *phm, struct hpi_response *phr);
151 static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm,
156 static void subsys_create_adapter(struct hpi_message *phm,
159 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);
176 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);
184 struct hpi_message *phm, struct hpi_response *phr);
[all …]
Dhpi6000.c169 struct hpi_message *phm);
171 u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr);
173 static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm,
185 struct hpi_message *phm, struct hpi_response *phr);
188 struct hpi_message *phm, struct hpi_response *phr);
200 static void subsys_create_adapter(struct hpi_message *phm,
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()
[all …]
Dhpioctl.c65 static void hpi_send_recv_f(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_f()
79 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv()
89 struct hpi_message hm; in asihpi_hpi_release()
350 struct hpi_message hm; in asihpi_adapter_probe()
528 struct hpi_message hm; in asihpi_adapter_remove()
571 struct hpi_message hm; in asihpi_init()
585 struct hpi_message hm; in asihpi_exit()
Dhpicmn.c46 u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) in hpi_validate_response()
160 static void subsys_get_adapter(struct hpi_message *phm, in subsys_get_adapter()
321 struct hpi_message *phm, struct hpi_response *phr) in hpi_check_control_cache_single()
539 struct hpi_message *phm, struct hpi_response *phr) in hpi_check_control_cache()
565 *pC, struct hpi_message *phm, struct hpi_response *phr) in hpi_cmn_control_cache_sync_to_msg_single()
623 struct hpi_message *phm, struct hpi_response *phr) in hpi_cmn_control_cache_sync_to_msg()
680 static void subsys_message(struct hpi_message *phm, struct hpi_response *phr) in subsys_message()
707 void HPI_COMMON(struct hpi_message *phm, struct hpi_response *phr) in HPI_COMMON()
Dhpimsginit.c38 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
89 void hpi_init_message_response(struct hpi_message *phm, in hpi_init_message_response()
Dhpimsgx.h31 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
Dhpioctl.h36 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
Dhpimsginit.h36 void hpi_init_message_response(struct hpi_message *phm,
Dhpi6205.h75 struct hpi_message message;
Dhpidebug.c48 void hpi_debug_message(struct hpi_message *phm, char *sz_fileline) in hpi_debug_message()
Dhpidebug.h70 void hpi_debug_message(struct hpi_message *phm, char *sz_fileline);
Dhpi_internal.h82 struct hpi_message;
85 typedef void hpi_handler_func(struct hpi_message *, struct hpi_response *);
1008 struct hpi_message { struct
1225 struct hpi_message m0; /* version 0 */
1405 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
Dasihpi.c177 struct hpi_message hm; in hpi_stream_host_buffer_attach()
200 struct hpi_message hm; in hpi_stream_host_buffer_detach()