Home
last modified time | relevance | path

Searched defs:sdev (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/linux-6.8/sound/soc/sof/
Dops.h21 #define sof_ops(sdev) \ argument
24 static inline int sof_ops_init(struct snd_sof_dev *sdev) in sof_ops_init()
32 static inline void sof_ops_free(struct snd_sof_dev *sdev) in sof_ops_free()
41 static inline int snd_sof_probe_early(struct snd_sof_dev *sdev) in snd_sof_probe_early()
49 static inline int snd_sof_probe(struct snd_sof_dev *sdev) in snd_sof_probe()
54 static inline void snd_sof_remove(struct snd_sof_dev *sdev) in snd_sof_remove()
60 static inline void snd_sof_remove_late(struct snd_sof_dev *sdev) in snd_sof_remove_late()
66 static inline int snd_sof_shutdown(struct snd_sof_dev *sdev) in snd_sof_shutdown()
80 static inline int snd_sof_dsp_run(struct snd_sof_dev *sdev) in snd_sof_dsp_run()
85 static inline int snd_sof_dsp_stall(struct snd_sof_dev *sdev, unsigned int core_mask) in snd_sof_dsp_stall()
[all …]
Dsof-client.c73 static int sof_register_ipc_flood_test(struct snd_sof_dev *sdev) in sof_register_ipc_flood_test()
95 static void sof_unregister_ipc_flood_test(struct snd_sof_dev *sdev) in sof_unregister_ipc_flood_test()
103 static inline int sof_register_ipc_flood_test(struct snd_sof_dev *sdev) in sof_register_ipc_flood_test()
108 static inline void sof_unregister_ipc_flood_test(struct snd_sof_dev *sdev) {} in sof_unregister_ipc_flood_test()
112 static int sof_register_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_register_ipc_msg_injector()
117 static void sof_unregister_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_unregister_ipc_msg_injector()
122 static inline int sof_register_ipc_msg_injector(struct snd_sof_dev *sdev) in sof_register_ipc_msg_injector()
127 static inline void sof_unregister_ipc_msg_injector(struct snd_sof_dev *sdev) {} in sof_unregister_ipc_msg_injector()
131 static int sof_register_ipc_kernel_injector(struct snd_sof_dev *sdev) in sof_register_ipc_kernel_injector()
140 static void sof_unregister_ipc_kernel_injector(struct snd_sof_dev *sdev) in sof_unregister_ipc_kernel_injector()
[all …]
Dipc3.c226 static void sof_ipc3_dump_payload(struct snd_sof_dev *sdev, in sof_ipc3_dump_payload()
234 static int sof_ipc3_get_reply(struct snd_sof_dev *sdev) in sof_ipc3_get_reply()
293 struct snd_sof_dev *sdev = ipc->sdev; in ipc3_wait_tx_done() local
337 struct snd_sof_dev *sdev = ipc->sdev; in ipc3_tx_msg_unlocked() local
355 static int sof_ipc3_tx_msg(struct snd_sof_dev *sdev, void *msg_data, size_t msg_bytes, in sof_ipc3_tx_msg()
413 static int sof_ipc3_set_get_data(struct snd_sof_dev *sdev, void *data, size_t data_bytes, in sof_ipc3_set_get_data()
521 int sof_ipc3_get_ext_windows(struct snd_sof_dev *sdev, in sof_ipc3_get_ext_windows()
546 int sof_ipc3_get_cc_info(struct snd_sof_dev *sdev, in sof_ipc3_get_cc_info()
589 static int ipc3_fw_parse_ext_data(struct snd_sof_dev *sdev, u32 offset) in ipc3_fw_parse_ext_data()
651 static void ipc3_get_windows(struct snd_sof_dev *sdev) in ipc3_get_windows()
[all …]
Dcore.c87 void sof_print_oops_and_stack(struct snd_sof_dev *sdev, const char *level, in sof_print_oops_and_stack()
127 void sof_set_fw_state(struct snd_sof_dev *sdev, enum sof_fw_state new_state) in sof_set_fw_state()
147 static struct snd_sof_of_mach *sof_of_machine_select(struct snd_sof_dev *sdev) in sof_of_machine_select()
170 static int sof_machine_check(struct snd_sof_dev *sdev) in sof_machine_check()
229 static int sof_select_ipc_and_paths(struct snd_sof_dev *sdev) in sof_select_ipc_and_paths()
281 static int validate_sof_ops(struct snd_sof_dev *sdev) in validate_sof_ops()
309 static int sof_init_sof_ops(struct snd_sof_dev *sdev) in sof_init_sof_ops()
332 static int sof_init_environment(struct snd_sof_dev *sdev) in sof_init_environment()
414 static int sof_probe_continue(struct snd_sof_dev *sdev) in sof_probe_continue()
558 struct snd_sof_dev *sdev = in sof_probe_work() local
[all …]
Dsof-audio.c16 static bool is_virtual_widget(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *widget, in is_virtual_widget()
30 static void sof_reset_route_setup_status(struct snd_sof_dev *sdev, struct snd_sof_widget *widget) in sof_reset_route_setup_status()
44 static int sof_widget_free_unlocked(struct snd_sof_dev *sdev, in sof_widget_free_unlocked()
124 int sof_widget_free(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in sof_widget_free()
136 static int sof_widget_setup_unlocked(struct snd_sof_dev *sdev, in sof_widget_setup_unlocked()
243 int sof_widget_setup(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in sof_widget_setup()
255 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource, in sof_route_setup()
297 static int sof_setup_pipeline_connections(struct snd_sof_dev *sdev, in sof_setup_pipeline_connections()
408 sof_unprepare_widgets_in_path(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *widget, in sof_unprepare_widgets_in_path()
444 sof_prepare_widgets_in_path(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *widget, in sof_prepare_widgets_in_path()
[all …]
Dipc4.c84 static int sof_ipc4_check_reply_status(struct snd_sof_dev *sdev, u32 status) in sof_ipc4_check_reply_status()
259 static void sof_ipc4_dump_payload(struct snd_sof_dev *sdev, in sof_ipc4_dump_payload()
266 static int sof_ipc4_get_reply(struct snd_sof_dev *sdev) in sof_ipc4_get_reply()
298 struct snd_sof_dev *sdev = ipc->sdev; in ipc4_wait_tx_done() local
348 struct snd_sof_dev *sdev = ipc->sdev; in ipc4_tx_msg_unlocked() local
368 static int sof_ipc4_tx_msg(struct snd_sof_dev *sdev, void *msg_data, size_t msg_bytes, in sof_ipc4_tx_msg()
411 static int sof_ipc4_set_get_data(struct snd_sof_dev *sdev, void *data, in sof_ipc4_set_get_data()
534 static int sof_ipc4_init_msg_memory(struct snd_sof_dev *sdev) in sof_ipc4_init_msg_memory()
554 size_t sof_ipc4_find_debug_slot_offset_by_type(struct snd_sof_dev *sdev, in sof_ipc4_find_debug_slot_offset_by_type()
577 static int ipc4_fw_ready(struct snd_sof_dev *sdev, struct sof_ipc4_msg *ipc4_msg) in ipc4_fw_ready()
[all …]
Ddebug.c44 struct snd_sof_dev *sdev = dfse->sdev; in sof_dfsentry_read() local
133 static int snd_sof_debugfs_io_item(struct snd_sof_dev *sdev, in snd_sof_debugfs_io_item()
174 int snd_sof_debugfs_add_region_item_iomem(struct snd_sof_dev *sdev, in snd_sof_debugfs_add_region_item_iomem()
190 int snd_sof_debugfs_buf_item(struct snd_sof_dev *sdev, in snd_sof_debugfs_buf_item()
217 static int memory_info_update(struct snd_sof_dev *sdev, char *buf, size_t buff_size) in memory_info_update()
272 struct snd_sof_dev *sdev = dfse->sdev; in memory_info_read() local
290 struct snd_sof_dev *sdev = dfse->sdev; in memory_info_open() local
311 int snd_sof_dbg_memory_info_init(struct snd_sof_dev *sdev) in snd_sof_dbg_memory_info_init()
331 int snd_sof_dbg_init(struct snd_sof_dev *sdev) in snd_sof_dbg_init()
362 void snd_sof_free_debug(struct snd_sof_dev *sdev) in snd_sof_free_debug()
[all …]
/linux-6.8/sound/soc/sof/intel/
Dhda-dsp.c39 static int hda_dsp_core_reset_enter(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_enter()
78 static int hda_dsp_core_reset_leave(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_leave()
118 int hda_dsp_core_stall_reset(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_stall_reset()
130 bool hda_dsp_core_is_enabled(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_is_enabled()
155 int hda_dsp_core_run(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_run()
186 int hda_dsp_core_power_up(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_up()
233 static int hda_dsp_core_power_down(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_down()
256 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_enable_core()
280 int hda_dsp_core_reset_power_down(struct snd_sof_dev *sdev, in hda_dsp_core_reset_power_down()
320 void hda_dsp_ipc_int_enable(struct snd_sof_dev *sdev) in hda_dsp_ipc_int_enable()
[all …]
Dhda.c49 static u32 hda_get_interface_mask(struct snd_sof_dev *sdev) in hda_get_interface_mask()
144 void hda_common_enable_sdw_irq(struct snd_sof_dev *sdev, bool enable) in hda_common_enable_sdw_irq()
158 void hda_sdw_int_enable(struct snd_sof_dev *sdev, bool enable) in hda_sdw_int_enable()
171 static int hda_sdw_acpi_scan(struct snd_sof_dev *sdev) in hda_sdw_acpi_scan()
193 static int hda_sdw_probe(struct snd_sof_dev *sdev) in hda_sdw_probe()
262 int hda_sdw_check_lcount_common(struct snd_sof_dev *sdev) in hda_sdw_check_lcount_common()
285 int hda_sdw_check_lcount_ext(struct snd_sof_dev *sdev) in hda_sdw_check_lcount_ext()
310 static int hda_sdw_check_lcount(struct snd_sof_dev *sdev) in hda_sdw_check_lcount()
321 int hda_sdw_startup(struct snd_sof_dev *sdev) in hda_sdw_startup()
342 static int hda_sdw_exit(struct snd_sof_dev *sdev) in hda_sdw_exit()
[all …]
Dmtl.c29 static void mtl_ipc_host_done(struct snd_sof_dev *sdev) in mtl_ipc_host_done()
44 static void mtl_ipc_dsp_done(struct snd_sof_dev *sdev) in mtl_ipc_dsp_done()
59 bool mtl_dsp_check_ipc_irq(struct snd_sof_dev *sdev) in mtl_dsp_check_ipc_irq()
80 static bool mtl_dsp_check_sdw_irq(struct snd_sof_dev *sdev) in mtl_dsp_check_sdw_irq()
95 int mtl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in mtl_ipc_send_msg()
122 void mtl_enable_ipc_interrupts(struct snd_sof_dev *sdev) in mtl_enable_ipc_interrupts()
136 void mtl_disable_ipc_interrupts(struct snd_sof_dev *sdev) in mtl_disable_ipc_interrupts()
149 static void mtl_enable_sdw_irq(struct snd_sof_dev *sdev, bool enable) in mtl_enable_sdw_irq()
177 int mtl_enable_interrupts(struct snd_sof_dev *sdev, bool enable) in mtl_enable_interrupts()
234 int mtl_dsp_pre_fw_run(struct snd_sof_dev *sdev) in mtl_dsp_pre_fw_run()
[all …]
Dhda-codec.c76 void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev, bool enable) in hda_codec_jack_wake_enable()
98 void hda_codec_jack_check(struct snd_sof_dev *sdev) in hda_codec_jack_check()
140 static int hda_codec_probe(struct snd_sof_dev *sdev, int address) in hda_codec_probe()
208 void hda_codec_probe_bus(struct snd_sof_dev *sdev) in hda_codec_probe_bus()
233 void hda_codec_check_for_state_change(struct snd_sof_dev *sdev) in hda_codec_check_for_state_change()
246 void hda_codec_detect_mask(struct snd_sof_dev *sdev) in hda_codec_detect_mask()
271 void hda_codec_init_cmd_io(struct snd_sof_dev *sdev) in hda_codec_init_cmd_io()
284 void hda_codec_resume_cmd_io(struct snd_sof_dev *sdev) in hda_codec_resume_cmd_io()
298 void hda_codec_stop_cmd_io(struct snd_sof_dev *sdev) in hda_codec_stop_cmd_io()
311 void hda_codec_suspend_cmd_io(struct snd_sof_dev *sdev) in hda_codec_suspend_cmd_io()
[all …]
Datom.c35 static void atom_get_registers(struct snd_sof_dev *sdev, in atom_get_registers()
61 void atom_dump(struct snd_sof_dev *sdev, u32 flags) in atom_dump()
105 struct snd_sof_dev *sdev = context; in atom_irq_handler() local
138 struct snd_sof_dev *sdev = context; in atom_irq_thread() local
181 int atom_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in atom_send_msg()
196 int atom_get_mailbox_offset(struct snd_sof_dev *sdev) in atom_get_mailbox_offset()
202 int atom_get_window_offset(struct snd_sof_dev *sdev, u32 id) in atom_get_window_offset()
208 static void atom_host_done(struct snd_sof_dev *sdev) in atom_host_done()
221 static void atom_dsp_done(struct snd_sof_dev *sdev) in atom_dsp_done()
232 int atom_run(struct snd_sof_dev *sdev) in atom_run()
[all …]
Dhda-dai-ops.c49 struct snd_sof_dev *sdev; in hda_link_stream_assign() local
117 static struct hdac_ext_stream *hda_get_hext_stream(struct snd_sof_dev *sdev, in hda_get_hext_stream()
124 static struct hdac_ext_stream *hda_ipc4_get_hext_stream(struct snd_sof_dev *sdev, in hda_ipc4_get_hext_stream()
144 static struct hdac_ext_stream *hda_assign_hext_stream(struct snd_sof_dev *sdev, in hda_assign_hext_stream()
167 static void hda_release_hext_stream(struct snd_sof_dev *sdev, struct snd_soc_dai *cpu_dai, in hda_release_hext_stream()
181 static void hda_setup_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream, in hda_setup_hext_stream()
187 static void hda_reset_hext_stream(struct snd_sof_dev *sdev, struct hdac_ext_stream *hext_stream) in hda_reset_hext_stream()
192 static void hda_codec_dai_set_stream(struct snd_sof_dev *sdev, in hda_codec_dai_set_stream()
203 static unsigned int hda_calc_stream_format(struct snd_sof_dev *sdev, in hda_calc_stream_format()
228 static struct hdac_ext_link *hda_get_hlink(struct snd_sof_dev *sdev, in hda_get_hlink()
[all …]
Dbdw.c83 static int bdw_run(struct snd_sof_dev *sdev) in bdw_run()
98 static int bdw_reset(struct snd_sof_dev *sdev) in bdw_reset()
116 static int bdw_set_dsp_D0(struct snd_sof_dev *sdev) in bdw_set_dsp_D0()
223 static void bdw_get_registers(struct snd_sof_dev *sdev, in bdw_get_registers()
249 static void bdw_dump(struct snd_sof_dev *sdev, u32 flags) in bdw_dump()
291 struct snd_sof_dev *sdev = context; in bdw_irq_handler() local
305 struct snd_sof_dev *sdev = context; in bdw_irq_thread() local
363 static int bdw_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in bdw_send_msg()
373 static int bdw_get_mailbox_offset(struct snd_sof_dev *sdev) in bdw_get_mailbox_offset()
378 static int bdw_get_window_offset(struct snd_sof_dev *sdev, u32 id) in bdw_get_window_offset()
[all …]
Dhda-ipc.c23 static void hda_dsp_ipc_host_done(struct snd_sof_dev *sdev) in hda_dsp_ipc_host_done()
41 static void hda_dsp_ipc_dsp_done(struct snd_sof_dev *sdev) in hda_dsp_ipc_dsp_done()
59 int hda_dsp_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc_send_msg()
96 int hda_dsp_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_send_msg()
122 void hda_dsp_ipc_get_reply(struct snd_sof_dev *sdev) in hda_dsp_ipc_get_reply()
160 struct snd_sof_dev *sdev = context; in hda_dsp_ipc4_irq_thread() local
242 struct snd_sof_dev *sdev = context; in hda_dsp_ipc_irq_thread() local
352 bool hda_dsp_check_ipc_irq(struct snd_sof_dev *sdev) in hda_dsp_check_ipc_irq()
384 int hda_dsp_ipc_get_mailbox_offset(struct snd_sof_dev *sdev) in hda_dsp_ipc_get_mailbox_offset()
389 int hda_dsp_ipc_get_window_offset(struct snd_sof_dev *sdev, u32 id) in hda_dsp_ipc_get_window_offset()
[all …]
/linux-6.8/drivers/net/ethernet/alacritech/
Dslicoss.c78 static unsigned int slic_next_compl_idx(struct slic_device *sdev) in slic_next_compl_idx()
139 static void slic_start_upr(struct slic_device *sdev, struct slic_upr *upr) in slic_start_upr()
149 static void slic_queue_upr(struct slic_device *sdev, struct slic_upr *upr) in slic_queue_upr()
165 static struct slic_upr *slic_dequeue_upr(struct slic_device *sdev) in slic_dequeue_upr()
190 static int slic_new_upr(struct slic_device *sdev, unsigned int type, in slic_new_upr()
222 static void slic_configure_rcv(struct slic_device *sdev) in slic_configure_rcv()
239 static void slic_configure_xmt(struct slic_device *sdev) in slic_configure_xmt()
252 static void slic_configure_mac(struct slic_device *sdev) in slic_configure_mac()
273 static void slic_configure_link_locked(struct slic_device *sdev, int speed, in slic_configure_link_locked()
299 static void slic_configure_link(struct slic_device *sdev, int speed, in slic_configure_link()
[all …]
/linux-6.8/sound/soc/sof/mediatek/mt8186/
Dmt8186.c31 static int mt8186_get_mailbox_offset(struct snd_sof_dev *sdev) in mt8186_get_mailbox_offset()
36 static int mt8186_get_window_offset(struct snd_sof_dev *sdev, u32 id) in mt8186_get_window_offset()
41 static int mt8186_send_msg(struct snd_sof_dev *sdev, in mt8186_send_msg()
193 static void adsp_sram_power_on(struct snd_sof_dev *sdev) in adsp_sram_power_on()
199 static void adsp_sram_power_off(struct snd_sof_dev *sdev) in adsp_sram_power_off()
206 static int adsp_memory_remap_init(struct snd_sof_dev *sdev, struct mtk_adsp_chip_info *adsp) in adsp_memory_remap_init()
228 static int mt8186_run(struct snd_sof_dev *sdev) in mt8186_run()
239 static int mt8186_dsp_probe(struct snd_sof_dev *sdev) in mt8186_dsp_probe()
345 static void mt8186_dsp_remove(struct snd_sof_dev *sdev) in mt8186_dsp_remove()
355 static int mt8186_dsp_shutdown(struct snd_sof_dev *sdev) in mt8186_dsp_shutdown()
[all …]
/linux-6.8/drivers/scsi/
Dscsi.c160 struct scsi_device *sdev = cmd->device; in scsi_finish_command() local
205 int scsi_device_max_queue_depth(struct scsi_device *sdev) in scsi_device_max_queue_depth()
217 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth()
254 int scsi_track_queue_full(struct scsi_device *sdev, int depth) in scsi_track_queue_full()
292 static int scsi_vpd_inquiry(struct scsi_device *sdev, unsigned char *buffer, in scsi_vpd_inquiry()
336 static int scsi_get_vpd_size(struct scsi_device *sdev, u8 page) in scsi_get_vpd_size()
390 int scsi_get_vpd_page(struct scsi_device *sdev, u8 page, unsigned char *buf, in scsi_get_vpd_page()
428 static struct scsi_vpd *scsi_get_vpd_buf(struct scsi_device *sdev, u8 page) in scsi_get_vpd_buf()
465 static void scsi_update_vpd_page(struct scsi_device *sdev, u8 page, in scsi_update_vpd_page()
492 void scsi_attach_vpd(struct scsi_device *sdev) in scsi_attach_vpd()
[all …]
Dscsi_lib.c201 int scsi_execute_cmd(struct scsi_device *sdev, const unsigned char *cmd, in scsi_execute_cmd()
291 void scsi_device_unbusy(struct scsi_device *sdev, struct scsi_cmnd *cmd) in scsi_device_unbusy()
309 static void scsi_kick_sdev_queue(struct scsi_device *sdev, void *data) in scsi_kick_sdev_queue()
350 static inline bool scsi_device_is_busy(struct scsi_device *sdev) in scsi_device_is_busy()
382 struct scsi_device *sdev; in scsi_starved_list_run() local
446 struct scsi_device *sdev = q->queuedata; in scsi_run_queue() local
459 struct scsi_device *sdev; in scsi_requeue_run_queue() local
469 struct scsi_device *sdev; in scsi_run_host_queues() local
502 static void scsi_run_queue_async(struct scsi_device *sdev) in scsi_run_queue_async()
536 struct scsi_device *sdev = cmd->device; in scsi_end_request() local
[all …]
/linux-6.8/sound/soc/sof/imx/
Dimx8ulp.c52 struct snd_sof_dev *sdev; member
74 static int imx8ulp_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8ulp_get_mailbox_offset()
79 static int imx8ulp_get_window_offset(struct snd_sof_dev *sdev, u32 id) in imx8ulp_get_window_offset()
116 static int imx8ulp_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8ulp_send_msg()
127 static int imx8ulp_run(struct snd_sof_dev *sdev) in imx8ulp_run()
136 static int imx8ulp_reset(struct snd_sof_dev *sdev) in imx8ulp_reset()
162 static int imx8ulp_probe(struct snd_sof_dev *sdev) in imx8ulp_probe()
281 static void imx8ulp_remove(struct snd_sof_dev *sdev) in imx8ulp_remove()
290 static int imx8ulp_get_bar_index(struct snd_sof_dev *sdev, u32 type) in imx8ulp_get_bar_index()
295 static int imx8ulp_suspend(struct snd_sof_dev *sdev) in imx8ulp_suspend()
[all …]
Dimx8m.c51 struct snd_sof_dev *sdev; member
63 static int imx8m_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8m_get_mailbox_offset()
68 static int imx8m_get_window_offset(struct snd_sof_dev *sdev, u32 id) in imx8m_get_window_offset()
103 static int imx8m_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8m_send_msg()
117 static int imx8m_run(struct snd_sof_dev *sdev) in imx8m_run()
126 static int imx8m_reset(struct snd_sof_dev *sdev) in imx8m_reset()
150 static int imx8m_probe(struct snd_sof_dev *sdev) in imx8m_probe()
272 static void imx8m_remove(struct snd_sof_dev *sdev) in imx8m_remove()
281 static int imx8m_get_bar_index(struct snd_sof_dev *sdev, u32 type) in imx8m_get_bar_index()
325 static int imx8m_dsp_set_power_state(struct snd_sof_dev *sdev, in imx8m_dsp_set_power_state()
[all …]
Dimx8.c53 struct snd_sof_dev *sdev; member
70 static int imx8_get_mailbox_offset(struct snd_sof_dev *sdev) in imx8_get_mailbox_offset()
75 static int imx8_get_window_offset(struct snd_sof_dev *sdev, u32 id) in imx8_get_window_offset()
110 static int imx8_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8_send_msg()
124 static int imx8x_run(struct snd_sof_dev *sdev) in imx8x_run()
164 static int imx8_run(struct snd_sof_dev *sdev) in imx8_run()
182 static int imx8_probe(struct snd_sof_dev *sdev) in imx8_probe()
341 static void imx8_remove(struct snd_sof_dev *sdev) in imx8_remove()
356 static int imx8_get_bar_index(struct snd_sof_dev *sdev, u32 type) in imx8_get_bar_index()
368 static void imx8_suspend(struct snd_sof_dev *sdev) in imx8_suspend()
[all …]
/linux-6.8/sound/soc/sof/amd/
Dacp.c63 struct snd_sof_dev *sdev = adata->dev; in init_dma_descriptor() local
77 struct snd_sof_dev *sdev = adata->dev; in configure_dma_descriptor() local
92 struct snd_sof_dev *sdev = adata->dev; in config_dma_channel() local
122 struct snd_sof_dev *sdev = adata->dev; in acpbus_dma_start() local
142 struct snd_sof_dev *sdev = adata->dev; in configure_and_run_dma() local
174 struct snd_sof_dev *sdev = adata->dev; in psp_mbox_ready() local
199 struct snd_sof_dev *sdev = adata->dev; in psp_send_cmd() local
235 struct snd_sof_dev *sdev = adata->dev; in configure_and_run_sha_dma() local
305 struct snd_sof_dev *sdev = adata->dev; in acp_dma_status() local
321 void memcpy_from_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *dst, size_t bytes) in memcpy_from_scratch()
[all …]
Dacp-ipc.c18 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_write()
24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_read()
32 struct snd_sof_dev *sdev = adata->dev; in acpbus_trigger_host_to_dsp_swintr() local
43 static void acp_ipc_host_msg_set(struct snd_sof_dev *sdev) in acp_ipc_host_msg_set()
51 static void acp_dsp_ipc_host_done(struct snd_sof_dev *sdev) in acp_dsp_ipc_host_done()
59 static void acp_dsp_ipc_dsp_done(struct snd_sof_dev *sdev) in acp_dsp_ipc_dsp_done()
67 int acp_sof_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in acp_sof_ipc_send_msg()
96 static void acp_dsp_ipc_get_reply(struct snd_sof_dev *sdev) in acp_dsp_ipc_get_reply()
157 struct snd_sof_dev *sdev = context; in acp_sof_ipc_irq_thread() local
240 int acp_sof_ipc_msg_data(struct snd_sof_dev *sdev, struct snd_sof_pcm_stream *sps, in acp_sof_ipc_msg_data()
[all …]
/linux-6.8/drivers/spmi/
Dspmi.c25 struct spmi_device *sdev = to_spmi_device(dev); in spmi_dev_release() local
62 int spmi_device_add(struct spmi_device *sdev) in spmi_device_add()
87 void spmi_device_remove(struct spmi_device *sdev) in spmi_device_remove()
142 int spmi_register_read(struct spmi_device *sdev, u8 addr, u8 *buf) in spmi_register_read()
163 int spmi_ext_register_read(struct spmi_device *sdev, u8 addr, u8 *buf, in spmi_ext_register_read()
185 int spmi_ext_register_readl(struct spmi_device *sdev, u16 addr, u8 *buf, in spmi_ext_register_readl()
205 int spmi_register_write(struct spmi_device *sdev, u8 addr, u8 data) in spmi_register_write()
223 int spmi_register_zero_write(struct spmi_device *sdev, u8 data) in spmi_register_zero_write()
240 int spmi_ext_register_write(struct spmi_device *sdev, u8 addr, const u8 *buf, in spmi_ext_register_write()
262 int spmi_ext_register_writel(struct spmi_device *sdev, u16 addr, const u8 *buf, in spmi_ext_register_writel()
[all …]

12345678910>>...15