Searched refs:cl_dev (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/sound/soc/intel/skylake/ ! |
D | skl-sst-cldma.c | 83 int remaining = ctx->cl_dev.bufsize; in skl_cldma_setup_bdle() 86 ctx->cl_dev.frags = 0; in skl_cldma_setup_bdle() 102 ctx->cl_dev.frags++; in skl_cldma_setup_bdle() 161 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); in skl_cldma_cleanup() 162 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_bdl); in skl_cldma_cleanup() 169 if (!wait_event_timeout(ctx->cl_dev.wait_queue, in skl_cldma_wait_interruptible() 170 ctx->cl_dev.wait_condition, in skl_cldma_wait_interruptible() 178 if (ctx->cl_dev.wake_status != SKL_CL_DMA_BUF_COMPLETE) { in skl_cldma_wait_interruptible() 184 ctx->cl_dev.wake_status = SKL_CL_DMA_STATUS_NONE; in skl_cldma_wait_interruptible() 198 ctx->cl_dev.dma_buffer_offset, trigger); in skl_cldma_fill_buffer() [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() 592 skl->dsp->cl_dev.ops.cl_cleanup_controller(skl->dsp); in skl_sst_dsp_cleanup()
|
/linux-6.6.21/drivers/platform/x86/ ! |
D | acerhdf.c | 83 static struct thermal_cooling_device *cl_dev; variable 385 if (cdev != cl_dev) in acerhdf_bind() 400 if (cdev != cl_dev) in acerhdf_unbind() 674 cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL, in acerhdf_register_thermal() 677 if (IS_ERR(cl_dev)) in acerhdf_register_thermal() 699 if (cl_dev) { in acerhdf_unregister_thermal() 700 thermal_cooling_device_unregister(cl_dev); in acerhdf_unregister_thermal() 701 cl_dev = NULL; in acerhdf_unregister_thermal()
|
/linux-6.6.21/include/linux/ ! |
D | intel-ish-client-if.h | 110 void ishtp_put_device(struct ishtp_cl_device *cl_dev); 111 void ishtp_get_device(struct ishtp_cl_device *cl_dev);
|
/linux-6.6.21/sound/soc/intel/common/ ! |
D | sst-dsp-priv.h | 95 struct skl_cl_dev cl_dev; member
|
/linux-6.6.21/drivers/scsi/ ! |
D | sg.c | 1492 sg_add_device(struct device *cl_dev) in sg_add_device() argument 1494 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_add_device() 1529 sg_class_member = device_create(sg_sysfs_class, cl_dev->parent, in sg_add_device() 1549 dev_set_drvdata(cl_dev, sdp); in sg_add_device() 1592 sg_remove_device(struct device *cl_dev) in sg_remove_device() argument 1594 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_remove_device() 1595 Sg_device *sdp = dev_get_drvdata(cl_dev); in sg_remove_device()
|