Home
last modified time | relevance | path

Searched defs:sdev (Results 26 – 50 of 311) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dipc.c30 struct snd_sof_dev *sdev; member
209 struct snd_sof_dev *sdev = ipc->sdev; in tx_wait_done() local
244 struct snd_sof_dev *sdev = ipc->sdev; in sof_ipc_tx_message_unlocked() local
344 void snd_sof_ipc_reply(struct snd_sof_dev *sdev, u32 msg_id) in snd_sof_ipc_reply()
362 void snd_sof_ipc_msgs_rx(struct snd_sof_dev *sdev) in snd_sof_ipc_msgs_rx()
418 static void ipc_trace_message(struct snd_sof_dev *sdev, u32 msg_id) in ipc_trace_message()
439 static void ipc_period_elapsed(struct snd_sof_dev *sdev, u32 msg_id) in ipc_period_elapsed()
469 static void ipc_xrun(struct snd_sof_dev *sdev, u32 msg_id) in ipc_xrun()
498 static void ipc_stream_message(struct snd_sof_dev *sdev, u32 msg_cmd) in ipc_stream_message()
523 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in snd_sof_ipc_stream_posn() local
[all …]
H A Dutils.c25 void sof_io_write(struct snd_sof_dev *sdev, void __iomem *addr, u32 value) in sof_io_write()
31 u32 sof_io_read(struct snd_sof_dev *sdev, void __iomem *addr) in sof_io_read()
37 void sof_io_write64(struct snd_sof_dev *sdev, void __iomem *addr, u64 value) in sof_io_write64()
43 u64 sof_io_read64(struct snd_sof_dev *sdev, void __iomem *addr) in sof_io_read64()
53 void sof_mailbox_write(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_write()
62 void sof_mailbox_read(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_read()
75 void sof_block_write(struct snd_sof_dev *sdev, u32 bar, u32 offset, void *src, in sof_block_write()
106 void sof_block_read(struct snd_sof_dev *sdev, u32 bar, u32 offset, void *dest, in sof_block_read()
H A Dops.c15 bool snd_sof_pci_update_bits_unlocked(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits_unlocked()
38 bool snd_sof_pci_update_bits(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits()
51 bool snd_sof_dsp_update_bits_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_unlocked()
71 bool snd_sof_dsp_update_bits64_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits64_unlocked()
90 bool snd_sof_dsp_update_bits(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits()
104 bool snd_sof_dsp_update_bits64(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits64()
119 void snd_sof_dsp_update_bits_forced_unlocked(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_forced_unlocked()
134 void snd_sof_dsp_update_bits_forced(struct snd_sof_dev *sdev, u32 bar, in snd_sof_dsp_update_bits_forced()
145 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset) in snd_sof_dsp_panic()
H A Ddebug.c101 struct snd_sof_dev *sdev = dfse->sdev; in probe_points_read() local
141 struct snd_sof_dev *sdev = dfse->sdev; in probe_points_write() local
182 struct snd_sof_dev *sdev = dfse->sdev; in probe_points_remove_write() local
214 static int snd_sof_debugfs_probe_item(struct snd_sof_dev *sdev, in snd_sof_debugfs_probe_item()
240 static int sof_debug_ipc_flood_test(struct snd_sof_dev *sdev, in sof_debug_ipc_flood_test()
342 struct snd_sof_dev *sdev = dfse->sdev; in sof_dfsentry_write() local
440 struct snd_sof_dev *sdev = dfse->sdev; in sof_dfsentry_read() local
548 int snd_sof_debugfs_io_item(struct snd_sof_dev *sdev, in snd_sof_debugfs_io_item()
591 int snd_sof_debugfs_buf_item(struct snd_sof_dev *sdev, in snd_sof_debugfs_buf_item()
629 int snd_sof_dbg_init(struct snd_sof_dev *sdev) in snd_sof_dbg_init()
[all …]
H A Dpcm.c45 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scomp); in sof_pcm_dsp_params() local
99 struct snd_sof_dev *sdev, in sof_pcm_dsp_pcm_free()
125 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_hw_params() local
241 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_hw_free() local
314 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_trigger() local
427 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_pointer() local
461 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_open() local
532 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_close() local
568 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_new() local
755 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component); in sof_pcm_probe() local
[all …]
H A Dcore.c60 void snd_sof_get_status(struct snd_sof_dev *sdev, u32 panic_code, in snd_sof_get_status()
138 static int sof_probe_continue(struct snd_sof_dev *sdev) in sof_probe_continue()
271 struct snd_sof_dev *sdev = in sof_probe_work() local
284 struct snd_sof_dev *sdev; in snd_sof_device_probe() local
344 struct snd_sof_dev *sdev = dev_get_drvdata(dev); in snd_sof_device_remove() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/shmobile/
H A Dshmob_drm_drv.c34 static int shmob_drm_init_interface(struct shmob_drm_device *sdev) in shmob_drm_init_interface()
68 static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev, in shmob_drm_setup_clocks()
108 struct shmob_drm_device *sdev = dev->dev_private; in shmob_drm_irq() local
150 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_suspend() local
160 struct shmob_drm_device *sdev = dev_get_drvdata(dev); in shmob_drm_pm_resume() local
181 struct shmob_drm_device *sdev = platform_get_drvdata(pdev); in shmob_drm_remove() local
195 struct shmob_drm_device *sdev; in shmob_drm_probe() local
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-loader.c28 static struct hdac_ext_stream *cl_stream_prepare(struct snd_sof_dev *sdev, unsigned int format, in cl_stream_prepare()
86 static int cl_dsp_init(struct snd_sof_dev *sdev, int stream_tag) in cl_dsp_init()
184 static int cl_trigger(struct snd_sof_dev *sdev, in cl_trigger()
211 static int cl_cleanup(struct snd_sof_dev *sdev, struct snd_dma_buffer *dmab, in cl_cleanup()
243 static int cl_copy_fw(struct snd_sof_dev *sdev, struct hdac_ext_stream *stream) in cl_copy_fw()
282 int hda_dsp_cl_boot_firmware_iccmax(struct snd_sof_dev *sdev) in hda_dsp_cl_boot_firmware_iccmax()
330 int hda_dsp_cl_boot_firmware(struct snd_sof_dev *sdev) in hda_dsp_cl_boot_firmware()
449 int hda_dsp_pre_fw_run(struct snd_sof_dev *sdev) in hda_dsp_pre_fw_run()
456 int hda_dsp_post_fw_run(struct snd_sof_dev *sdev) in hda_dsp_post_fw_run()
H A Dhda-stream.c31 static int hda_setup_bdle(struct snd_sof_dev *sdev, in hda_setup_bdle()
82 int hda_dsp_stream_setup_bdl(struct snd_sof_dev *sdev, in hda_dsp_stream_setup_bdl()
131 int hda_dsp_stream_spib_config(struct snd_sof_dev *sdev, in hda_dsp_stream_spib_config()
158 hda_dsp_stream_get(struct snd_sof_dev *sdev, int direction) in hda_dsp_stream_get()
206 int hda_dsp_stream_put(struct snd_sof_dev *sdev, int direction, int stream_tag) in hda_dsp_stream_put()
249 int hda_dsp_stream_trigger(struct snd_sof_dev *sdev, in hda_dsp_stream_trigger()
328 int hda_dsp_iccmax_stream_hw_params(struct snd_sof_dev *sdev, struct hdac_ext_stream *stream, in hda_dsp_iccmax_stream_hw_params()
398 int hda_dsp_stream_hw_params(struct snd_sof_dev *sdev, in hda_dsp_stream_hw_params()
602 int hda_dsp_stream_hw_free(struct snd_sof_dev *sdev, in hda_dsp_stream_hw_free()
624 bool hda_dsp_check_stream_irq(struct snd_sof_dev *sdev) in hda_dsp_check_stream_irq()
[all …]
H A Dhda-pcm.c30 u32 hda_dsp_get_mult_div(struct snd_sof_dev *sdev, int rate) in hda_dsp_get_mult_div()
64 u32 hda_dsp_get_bits(struct snd_sof_dev *sdev, int sample_bits) in hda_dsp_get_bits()
84 int hda_dsp_pcm_hw_params(struct snd_sof_dev *sdev, in hda_dsp_pcm_hw_params()
138 int hda_dsp_pcm_trigger(struct snd_sof_dev *sdev, in hda_dsp_pcm_trigger()
147 snd_pcm_uframes_t hda_dsp_pcm_pointer(struct snd_sof_dev *sdev, in hda_dsp_pcm_pointer()
215 int hda_dsp_pcm_open(struct snd_sof_dev *sdev, in hda_dsp_pcm_open()
233 int hda_dsp_pcm_close(struct snd_sof_dev *sdev, in hda_dsp_pcm_close()
H A Dhda-compress.c22 int hda_probe_compr_assign(struct snd_sof_dev *sdev, in hda_probe_compr_assign()
39 int hda_probe_compr_free(struct snd_sof_dev *sdev, in hda_probe_compr_free()
59 int hda_probe_compr_set_params(struct snd_sof_dev *sdev, in hda_probe_compr_set_params()
92 int hda_probe_compr_trigger(struct snd_sof_dev *sdev, in hda_probe_compr_trigger()
101 int hda_probe_compr_pointer(struct snd_sof_dev *sdev, in hda_probe_compr_pointer()
H A Dcnl.c34 struct snd_sof_dev *sdev = context; in cnl_ipc_irq_thread() local
108 static void cnl_ipc_host_done(struct snd_sof_dev *sdev) in cnl_ipc_host_done()
128 static void cnl_ipc_dsp_done(struct snd_sof_dev *sdev) in cnl_ipc_dsp_done()
166 int cnl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc_send_msg()
213 void cnl_ipc_dump(struct snd_sof_dev *sdev) in cnl_ipc_dump()
H A Dhda-trace.c22 static int hda_dsp_trace_prepare(struct snd_sof_dev *sdev) in hda_dsp_trace_prepare()
40 int hda_dsp_trace_init(struct snd_sof_dev *sdev, u32 *stream_tag) in hda_dsp_trace_init()
71 int hda_dsp_trace_release(struct snd_sof_dev *sdev) in hda_dsp_trace_release()
89 int hda_dsp_trace_trigger(struct snd_sof_dev *sdev, int cmd) in hda_dsp_trace_trigger()
/OK3568_Linux_fs/kernel/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c31 struct scsi_device *sdev; member
43 static int tur_done(struct scsi_device *sdev, struct hp_sw_dh_data *h, in tur_done()
81 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur()
121 struct scsi_device *sdev = h->sdev; in hp_sw_start_stop() local
162 static blk_status_t hp_sw_prep_fn(struct scsi_device *sdev, struct request *req) in hp_sw_prep_fn()
184 static int hp_sw_activate(struct scsi_device *sdev, in hp_sw_activate()
200 static int hp_sw_bus_attach(struct scsi_device *sdev) in hp_sw_bus_attach()
231 static void hp_sw_bus_detach( struct scsi_device *sdev ) in hp_sw_bus_detach()
H A Dscsi_dh_alua.c88 struct scsi_device *sdev; member
125 static int submit_rtpg(struct scsi_device *sdev, unsigned char *buff, in submit_rtpg()
153 static int submit_stpg(struct scsi_device *sdev, int group_id, in submit_stpg()
210 static struct alua_port_group *alua_alloc_pg(struct scsi_device *sdev, in alua_alloc_pg()
267 static int alua_check_tpgs(struct scsi_device *sdev) in alua_check_tpgs()
319 static int alua_check_vpd(struct scsi_device *sdev, struct alua_dh_data *h, in alua_check_vpd()
408 static int alua_check_sense(struct scsi_device *sdev, in alua_check_sense()
481 static int alua_tur(struct scsi_device *sdev) in alua_tur()
505 static int alua_rtpg(struct scsi_device *sdev, struct alua_port_group *pg) in alua_rtpg()
745 static unsigned alua_stpg(struct scsi_device *sdev, struct alua_port_group *pg) in alua_stpg()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dstub_dev.c21 struct stub_device *sdev = dev_get_drvdata(dev); in usbip_status_show() local
45 struct stub_device *sdev = dev_get_drvdata(dev); in usbip_sockfd_store() local
153 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_shutdown_connection() local
212 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_device_reset() local
257 struct stub_device *sdev; in stub_device_alloc() local
303 static void stub_device_free(struct stub_device *sdev) in stub_device_free()
310 struct stub_device *sdev = NULL; in stub_probe() local
430 struct stub_device *sdev; in stub_disconnect() local
H A Dstub_tx.c14 void stub_enqueue_ret_unlink(struct stub_device *sdev, __u32 seqnum, in stub_enqueue_ret_unlink()
43 struct stub_device *sdev = priv->sdev; in stub_complete() local
132 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev) in dequeue_from_priv_tx()
150 static int stub_send_ret_submit(struct stub_device *sdev) in stub_send_ret_submit()
343 static struct stub_unlink *dequeue_from_unlink_tx(struct stub_device *sdev) in dequeue_from_unlink_tx()
361 static int stub_send_ret_unlink(struct stub_device *sdev) in stub_send_ret_unlink()
420 struct stub_device *sdev = container_of(ud, struct stub_device, ud); in stub_tx_loop() local
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_ioctl.c89 static int ioctl_internal_command(struct scsi_device *sdev, char *cmd, in ioctl_internal_command()
142 int scsi_set_medium_removal(struct scsi_device *sdev, char state) in scsi_set_medium_removal()
175 static int scsi_ioctl_get_pci(struct scsi_device *sdev, void __user *arg) in scsi_ioctl_get_pci()
192 static int scsi_ioctl_common(struct scsi_device *sdev, int cmd, void __user *arg) in scsi_ioctl_common()
273 int scsi_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) in scsi_ioctl()
288 int scsi_compat_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) in scsi_compat_ioctl()
306 int scsi_ioctl_block_when_processing_errors(struct scsi_device *sdev, int cmd, in scsi_ioctl_block_when_processing_errors()
H A Dscsi_sysfs.c439 struct scsi_device *sdev; in scsi_device_cls_release() local
447 struct scsi_device *sdev; in scsi_device_dev_release_usercontext() local
543 struct scsi_device *sdev; in scsi_bus_uevent() local
681 struct scsi_device *sdev = to_scsi_device(dev); in sdev_show_device_busy() local
690 struct scsi_device *sdev = to_scsi_device(dev); in sdev_show_device_blocked() local
701 struct scsi_device *sdev; in sdev_show_timeout() local
710 struct scsi_device *sdev; in sdev_store_timeout() local
722 struct scsi_device *sdev; in sdev_show_eh_timeout() local
731 struct scsi_device *sdev; in sdev_store_eh_timeout() local
762 struct scsi_device *sdev = to_scsi_device(dev); in sdev_store_delete() local
[all …]
H A Dscsi_error.c142 struct scsi_device *sdev = scmd->device; in scmd_eh_abort_handler() local
196 struct scsi_device *sdev = scmd->device; in scsi_abort_command() local
342 int scsi_block_when_processing_errors(struct scsi_device *sdev) in scsi_block_when_processing_errors()
364 struct scsi_device *sdev; in scsi_eh_prt_fail_stats() local
405 static void scsi_report_lun_change(struct scsi_device *sdev) in scsi_report_lun_change()
416 static void scsi_report_sense(struct scsi_device *sdev, in scsi_report_sense()
491 struct scsi_device *sdev = scmd->device; in scsi_check_sense() local
651 static void scsi_handle_queue_ramp_up(struct scsi_device *sdev) in scsi_handle_queue_ramp_up()
683 static void scsi_handle_queue_full(struct scsi_device *sdev) in scsi_handle_queue_full()
851 static void __scsi_report_device_reset(struct scsi_device *sdev, void *data) in __scsi_report_device_reset()
[all …]
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkeyboard-uclass.c11 static int keyboard_start(struct stdio_dev *sdev) in keyboard_start()
22 static int keyboard_stop(struct stdio_dev *sdev) in keyboard_stop()
33 static int keyboard_tstc(struct stdio_dev *sdev) in keyboard_tstc()
48 static int keyboard_getc(struct stdio_dev *sdev) in keyboard_getc()
66 struct stdio_dev *sdev = &priv->sdev; in keyboard_pre_probe() local
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_erp.c84 static void zfcp_erp_action_dismiss_lun(struct scsi_device *sdev) in zfcp_erp_action_dismiss_lun()
94 struct scsi_device *sdev; in zfcp_erp_action_dismiss_port() local
123 struct zfcp_port *port, struct scsi_device *sdev) in zfcp_erp_handle_failed()
164 struct scsi_device *sdev) in zfcp_erp_required_act()
217 struct scsi_device *sdev) in zfcp_erp_setup_act()
284 struct scsi_device *sdev, in zfcp_erp_action_enqueue()
453 static void zfcp_erp_lun_block(struct scsi_device *sdev, int clear_mask) in zfcp_erp_lun_block()
459 static void _zfcp_erp_lun_reopen(struct scsi_device *sdev, int clear, in _zfcp_erp_lun_reopen()
479 void zfcp_erp_lun_reopen(struct scsi_device *sdev, int clear, char *dbftag) in zfcp_erp_lun_reopen()
497 void zfcp_erp_lun_shutdown(struct scsi_device *sdev, int clear, char *dbftag) in zfcp_erp_lun_shutdown()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_main.c64 static int siw_device_register(struct siw_device *sdev, const char *name) in siw_device_register()
85 struct siw_device *sdev = to_siw_dev(base_dev); in siw_device_cleanup() local
187 int siw_get_tx_cpu(struct siw_device *sdev) in siw_get_tx_cpu()
306 struct siw_device *sdev = NULL; in siw_device_create() local
425 struct siw_device *sdev = in siw_netdev_down() local
444 static void siw_device_goes_down(struct siw_device *sdev) in siw_device_goes_down()
457 struct siw_device *sdev; in siw_netdev_event() local
523 struct siw_device *sdev = NULL; in siw_newlink() local
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Dsvm.c122 struct intel_svm_dev *sdev, in __flush_svm_range_dev()
139 struct intel_svm_dev *sdev, in intel_flush_svm_range_dev()
157 struct intel_svm_dev *sdev; in intel_flush_svm_range() local
179 struct intel_svm_dev *sdev; in intel_mm_release() local
209 #define for_each_svm_dev(sdev, svm, d) \ argument
217 struct intel_svm_dev *d, *sdev = NULL; in pasid_to_svm_sdev() local
261 struct intel_svm_dev *sdev = NULL; in intel_svm_bind_gpasid() local
402 struct intel_svm_dev *sdev; in intel_svm_unbind_gpasid() local
470 struct intel_svm_dev *sdev; in intel_svm_bind_mm() local
646 struct intel_svm_dev *sdev; in intel_svm_unbind_mm() local
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Dshdma-base.c54 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_chan_xfer_ld_queue() local
127 struct shdma_dev *sdev = in shdma_tx_submit() local
173 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_setup_slave() local
206 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_alloc_chan_resources() local
277 struct shdma_dev *sdev; in shdma_chan_filter() local
453 struct shdma_dev *sdev = to_shdma_dev(chan->device); in shdma_free_chan_resources() local
505 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_add_desc() local
666 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_prep_slave_sg() local
697 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_prep_dma_cyclic() local
756 struct shdma_dev *sdev = to_shdma_dev(chan->device); in shdma_terminate_all() local
[all …]

12345678910>>...13