Home
last modified time | relevance | path

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

/linux/sound/soc/intel/skylake/
A Dskl-sst-cldma.c86 (ctx->cl_dev.frags * ctx->cl_dev.bufsize)); in skl_cldma_setup_bdle()
201 if (ctx->cl_dev.dma_buffer_offset + size > ctx->cl_dev.bufsize) { in skl_cldma_fill_buffer()
204 memcpy(ctx->cl_dev.dmab_data.area + ctx->cl_dev.dma_buffer_offset, in skl_cldma_fill_buffer()
211 memcpy(ctx->cl_dev.dmab_data.area + ctx->cl_dev.dma_buffer_offset, in skl_cldma_fill_buffer()
214 if (ctx->cl_dev.curr_spib_pos == ctx->cl_dev.bufsize) in skl_cldma_fill_buffer()
217 ctx->cl_dev.dma_buffer_offset = ctx->cl_dev.curr_spib_pos; in skl_cldma_fill_buffer()
268 ctx->cl_dev.curr_spib_pos = ctx->cl_dev.bufsize; in skl_cldma_copy_to_buf()
342 &ctx->cl_dev.dmab_data, ctx->cl_dev.bufsize); in skl_cldma_prepare()
358 ctx->cl_dev.ops.cl_setup_bdle(ctx, &ctx->cl_dev.dmab_data, in skl_cldma_prepare()
360 ctx->cl_dev.ops.cl_setup_controller(ctx, &ctx->cl_dev.dmab_bdl, in skl_cldma_prepare()
[all …]
A 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/drivers/platform/x86/
A 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()
722 cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL, in acerhdf_register_thermal()
725 if (IS_ERR(cl_dev)) in acerhdf_register_thermal()
754 if (cl_dev) { in acerhdf_unregister_thermal()
755 thermal_cooling_device_unregister(cl_dev); in acerhdf_unregister_thermal()
756 cl_dev = NULL; in acerhdf_unregister_thermal()
/linux/include/linux/
A 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/sound/soc/intel/common/
A Dsst-dsp-priv.h95 struct skl_cl_dev cl_dev; member
/linux/drivers/scsi/
A Dsg.c1497 sg_add_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_add_device() argument
1499 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()
1587 sg_remove_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_remove_device() argument
1589 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_remove_device()
1590 Sg_device *sdp = dev_get_drvdata(cl_dev); in sg_remove_device()

Completed in 19 milliseconds