Searched refs:cl_dev (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/sound/soc/intel/skylake/ |
| D | skl-sst-cldma.c | 82 ctx->cl_dev.frags = 0; in skl_cldma_setup_bdle() 85 (ctx->cl_dev.frags * ctx->cl_dev.bufsize)); in skl_cldma_setup_bdle() 90 bdl[2] = cpu_to_le32(ctx->cl_dev.bufsize); in skl_cldma_setup_bdle() 92 size -= ctx->cl_dev.bufsize; in skl_cldma_setup_bdle() 96 ctx->cl_dev.frags++; in skl_cldma_setup_bdle() 155 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); in skl_cldma_cleanup() 156 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_bdl); in skl_cldma_cleanup() 163 if (!wait_event_timeout(ctx->cl_dev.wait_queue, in skl_cldma_wait_interruptible() 164 ctx->cl_dev.wait_condition, in skl_cldma_wait_interruptible() 172 if (ctx->cl_dev.wake_status != SKL_CL_DMA_BUF_COMPLETE) { in skl_cldma_wait_interruptible() [all …]
|
| D | skl-sst.c | 47 ret = ctx->cl_dev.ops.cl_copy_to_dmabuf(ctx, basefw, base_fw_size, in skl_transfer_firmware() 59 ctx->cl_dev.ops.cl_stop_dma(ctx); in skl_transfer_firmware() 152 ctx->cl_dev.ops.cl_cleanup_controller(ctx); in skl_load_base_firmware() 230 ctx->cl_dev.ops.cl_cleanup_controller(ctx); in skl_set_dsp_D3() 338 bytes_left = ctx->cl_dev.ops.cl_copy_to_dmabuf(ctx, data, size, false); in skl_transfer_module() 366 bytes_left = ctx->cl_dev.ops.cl_copy_to_dmabuf(ctx, in skl_transfer_module() 379 ctx->cl_dev.ops.cl_stop_dma(ctx); in skl_transfer_module() 594 skl->dsp->cl_dev.ops.cl_cleanup_controller(skl->dsp); in skl_sst_dsp_cleanup()
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | acerhdf.c | 82 static struct thermal_cooling_device *cl_dev; variable 369 if (cdev != cl_dev) in acerhdf_bind() 384 if (cdev != cl_dev) in acerhdf_unbind() 734 cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL, in acerhdf_register_thermal() 737 if (IS_ERR(cl_dev)) in acerhdf_register_thermal() 759 if (cl_dev) { in acerhdf_unregister_thermal() 760 thermal_cooling_device_unregister(cl_dev); in acerhdf_unregister_thermal() 761 cl_dev = NULL; in acerhdf_unregister_thermal()
|
| /Linux-v5.4/include/linux/ |
| D | intel-ish-client-if.h | 102 void ishtp_put_device(struct ishtp_cl_device *cl_dev); 103 void ishtp_get_device(struct ishtp_cl_device *cl_dev);
|
| /Linux-v5.4/sound/soc/intel/common/ |
| D | sst-dsp-priv.h | 312 struct skl_cl_dev cl_dev; member
|
| /Linux-v5.4/drivers/scsi/ |
| D | sg.c | 1496 sg_add_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_add_device() argument 1498 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_add_device() 1536 sg_class_member = device_create(sg_sysfs_class, cl_dev->parent, in sg_add_device() 1556 dev_set_drvdata(cl_dev, sdp); in sg_add_device() 1596 sg_remove_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_remove_device() argument 1598 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_remove_device() 1599 Sg_device *sdp = dev_get_drvdata(cl_dev); in sg_remove_device()
|