Home
last modified time | relevance | path

Searched refs:cl_dev (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/sound/soc/intel/skylake/
Dskl-sst-cldma.c83 ctx->cl_dev.frags = 0; in skl_cldma_setup_bdle()
86 (ctx->cl_dev.frags * ctx->cl_dev.bufsize)); in skl_cldma_setup_bdle()
91 bdl[2] = cpu_to_le32(ctx->cl_dev.bufsize); in skl_cldma_setup_bdle()
93 size -= ctx->cl_dev.bufsize; in skl_cldma_setup_bdle()
97 ctx->cl_dev.frags++; in skl_cldma_setup_bdle()
156 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_data); in skl_cldma_cleanup()
157 ctx->dsp_ops.free_dma_buf(ctx->dev, &ctx->cl_dev.dmab_bdl); in skl_cldma_cleanup()
164 if (!wait_event_timeout(ctx->cl_dev.wait_queue, in skl_cldma_wait_interruptible()
165 ctx->cl_dev.wait_condition, in skl_cldma_wait_interruptible()
173 if (ctx->cl_dev.wake_status != SKL_CL_DMA_BUF_COMPLETE) { in skl_cldma_wait_interruptible()
[all …]
Dskl-sst.c47 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-5.19.10/drivers/platform/x86/
Dacerhdf.c82 static struct thermal_cooling_device *cl_dev; variable
371 if (cdev != cl_dev) in acerhdf_bind()
386 if (cdev != cl_dev) in acerhdf_unbind()
707 cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL, in acerhdf_register_thermal()
710 if (IS_ERR(cl_dev)) in acerhdf_register_thermal()
739 if (cl_dev) { in acerhdf_unregister_thermal()
740 thermal_cooling_device_unregister(cl_dev); in acerhdf_unregister_thermal()
741 cl_dev = NULL; in acerhdf_unregister_thermal()
/linux-5.19.10/include/linux/
Dintel-ish-client-if.h110 void ishtp_put_device(struct ishtp_cl_device *cl_dev);
111 void ishtp_get_device(struct ishtp_cl_device *cl_dev);
/linux-5.19.10/sound/soc/intel/common/
Dsst-dsp-priv.h95 struct skl_cl_dev cl_dev; member
/linux-5.19.10/drivers/scsi/
Dsg.c1490 sg_add_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_add_device() argument
1492 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_add_device()
1522 sg_class_member = device_create(sg_sysfs_class, cl_dev->parent, in sg_add_device()
1542 dev_set_drvdata(cl_dev, sdp); in sg_add_device()
1580 sg_remove_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_remove_device() argument
1582 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_remove_device()
1583 Sg_device *sdp = dev_get_drvdata(cl_dev); in sg_remove_device()