Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/skylake/
Dskl-sst-cldma.c43 ctx->cl_dev.frags = 0; in skl_cldma_setup_bdle()
46 (ctx->cl_dev.frags * ctx->cl_dev.bufsize)); in skl_cldma_setup_bdle()
51 bdl[2] = cpu_to_le32(ctx->cl_dev.bufsize); in skl_cldma_setup_bdle()
53 size -= ctx->cl_dev.bufsize; in skl_cldma_setup_bdle()
57 ctx->cl_dev.frags++; in skl_cldma_setup_bdle()
146 if (!wait_event_timeout(ctx->cl_dev.wait_queue, in skl_cldma_wait_interruptible()
147 ctx->cl_dev.wait_condition, in skl_cldma_wait_interruptible()
155 if (ctx->cl_dev.wake_status != SKL_CL_DMA_BUF_COMPLETE) { in skl_cldma_wait_interruptible()
161 ctx->cl_dev.wake_status = SKL_CL_DMA_STATUS_NONE; in skl_cldma_wait_interruptible()
167 ctx->cl_dev.ops.cl_trigger(ctx, false); in skl_cldma_stop()
[all …]
Dskl-sst.c54 ret = ctx->cl_dev.ops.cl_copy_to_dmabuf(ctx, basefw, base_fw_size); in skl_transfer_firmware()
65 ctx->cl_dev.ops.cl_stop_dma(ctx); in skl_transfer_firmware()
191 ctx->cl_dev.ops.cl_cleanup_controller(ctx); in skl_set_dsp_D3()
278 ctx->dsp->cl_dev.ops.cl_cleanup_controller(ctx->dsp); in skl_sst_dsp_cleanup()
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c94 static struct thermal_cooling_device *cl_dev; variable
370 if (cdev != cl_dev) in acerhdf_bind()
385 if (cdev != cl_dev) in acerhdf_unbind()
717 cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL, in acerhdf_register_thermal()
720 if (IS_ERR(cl_dev)) in acerhdf_register_thermal()
742 if (cl_dev) { in acerhdf_unregister_thermal()
743 thermal_cooling_device_unregister(cl_dev); in acerhdf_unregister_thermal()
744 cl_dev = NULL; in acerhdf_unregister_thermal()
/linux-4.4.14/sound/soc/intel/common/
Dsst-dsp-priv.h315 struct skl_cl_dev cl_dev; member
/linux-4.4.14/drivers/scsi/
Dsg.c1462 sg_add_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_add_device() argument
1464 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_add_device()
1502 sg_class_member = device_create(sg_sysfs_class, cl_dev->parent, in sg_add_device()
1522 dev_set_drvdata(cl_dev, sdp); in sg_add_device()
1562 sg_remove_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_remove_device() argument
1564 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_remove_device()
1565 Sg_device *sdp = dev_get_drvdata(cl_dev); in sg_remove_device()