Home
last modified time | relevance | path

Searched refs:ccs (Results 1 – 21 of 21) sorted by relevance

/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst5 .. _media-ccs-driver:
14 Also see :ref:`the CCS driver UAPI documentation <media-ccs-uapi>`.
23 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and
24 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).
28 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
29 ccs/smiapp-module-vv-mmmm-rrrr.fw (module).
33 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
41 `CCS tools <https://github.com/MIPI-Alliance/ccs-tools/>`_ is a set of
49 The ccs-regs.asc file contains MIPI CCS register definitions that are used
63 $ Documentation/driver-api/media/drivers/ccs/mk-ccs-regs -k \
[all …]
/linux/drivers/media/i2c/ccs/
H A DMakefile2 ccs-objs += ccs-core.o ccs-reg-access.o \
3 ccs-quirk.o ccs-limits.o ccs-data.o
4 obj-$(CONFIG_VIDEO_CCS) += ccs.o
/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_vf_ccs.c217 &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_rebase()
260 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_register_context()
347 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_init()
377 xe->sriov.vf.ccs.initialized = 1; in xe_sriov_vf_ccs_init()
428 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_attach_bo()
482 bb_pool = xe->sriov.vf.ccs.contexts[ctx_id].mem.ccs_bb_pool; in xe_sriov_vf_ccs_print()
H A Dxe_bb.c80 bb_pool = xe->sriov.vf.ccs.contexts[ctx_id].mem.ccs_bb_pool; in xe_bb_ccs_new()
H A Dxe_migrate.c1117 ctx = &xe->sriov.vf.ccs.contexts[read_write]; in xe_migrate_ccs_rw_copy()
1240 ctx = &xe->sriov.vf.ccs.contexts[read_write]; in xe_migrate_ccs_rw_copy_clear()
/linux/Documentation/driver-api/media/drivers/
H A Dindex.rst28 ccs/ccs
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c236 } ccs; member
262 .ccs.packed_aux_planes = BIT(1),
263 .ccs.planar_aux_planes = BIT(2) | BIT(3),
271 .ccs.packed_aux_planes = BIT(1),
279 .ccs.cc_planes = BIT(2),
280 .ccs.packed_aux_planes = BIT(1),
292 .ccs.cc_planes = BIT(1),
308 .ccs.packed_aux_planes = BIT(1),
309 .ccs.planar_aux_planes = BIT(2) | BIT(3),
317 .ccs.packed_aux_planes = BIT(1),
[all …]
/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst5 .. _media-ccs-uapi:
18 Also see :ref:`the CCS driver kernel documentation <media-ccs-driver>`.
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h216 } ccs; member
H A Dintel_engine_cs.c893 gt->ccs.cslices = CCS_MASK(gt); in init_engine_mask()
/linux/block/
H A Dblk-iocost.c2821 struct ioc_pcpu_stat *ccs; in ioc_rqos_done()
2845 ccs = get_cpu_ptr(ioc->pcpu_stat); in ioc_rqos_done()
2849 local_inc(&ccs->missed[rw].nr_met); in ioc_rqos_queue_depth_changed()
2851 local_inc(&ccs->missed[rw].nr_missed); in ioc_rqos_queue_depth_changed()
2853 local64_add(rq_wait_ns, &ccs->rq_wait_ns); in ioc_rqos_queue_depth_changed()
2855 put_cpu_ptr(ccs);
2907 struct ioc_pcpu_stat *ccs = per_cpu_ptr(ioc->pcpu_stat, cpu); in blk_iocost_init()
2909 for (i = 0; i < ARRAY_SIZE(ccs->missed); i++) { in blk_iocost_init()
2910 local_set(&ccs->missed[i].nr_met, 0); in blk_iocost_init()
2911 local_set(&ccs in blk_iocost_init()
2810 struct ioc_pcpu_stat *ccs; ioc_rqos_done() local
2896 struct ioc_pcpu_stat *ccs = per_cpu_ptr(ioc->pcpu_stat, cpu); blk_iocost_init() local
[all...]
/linux/drivers/usb/cdns3/
H A Dcdns3-debug.h136 priv_ep->free_trbs, priv_ep->ccs, priv_ep->pcs); in cdns3_dbg_ring()
H A Dcdns3-gadget.h1180 u8 ccs; member
H A Dcdns3-gadget.c338 cdns3_ep_inc_trb(&priv_ep->dequeue, &priv_ep->ccs, priv_ep->num_trbs); in cdns3_ep_inc_deq()
1517 if ((le32_to_cpu(trb->control) & TRB_CYCLE) != priv_ep->ccs) in cdns3_trb_handled()
2476 priv_ep->ccs = !!EP_STS_CCS(reg); in cdns3_gadget_ep_enable()
/linux/drivers/gpu/drm/xe/regs/
H A Dxe_gt_regs.h580 #define CCS_MODE_CSLICE(cslice, ccs) \ argument
581 ((ccs) << ((cslice) * CCS_MODE_CSLICE_WIDTH))
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h124 ring->free_trbs, ring->ccs, ring->pcs); in cdns2_raw_ring()
H A Dcdns2-gadget.h520 u8 ccs; member
H A Dcdns2-gadget.c195 cdns2_ep_inc_trb(&ring->dequeue, &ring->ccs, TRBS_PER_SEGMENT); in cdns2_ep_inc_deq()
751 if (hw_ccs != pep->ring.ccs) in cdns2_prepare_first_isoc_transfer()
919 if ((le32_to_cpu(trb->control) & TRB_CYCLE) != ring->ccs) in cdns2_trb_handled()
1599 pep->ring.ccs = !!DMA_EP_STS_CCS(reg); in cdns2_gadget_ep_enable()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c459 bool ccs; member
3111 if (trb_read_cycle(event) != xudc->ccs) in tegra_xudc_process_event_ring()
3124 xudc->ccs = !xudc->ccs; in tegra_xudc_process_event_ring()
3340 xudc->ccs = true; in tegra_xudc_init_event_ring()
/linux/drivers/bus/mhi/host/
H A Dinit.c1357 mhi_chan->ccs = MHI_EV_CC_INVALID; in mhi_remove()
/linux/
H A DMAINTAINERS17687 F: Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
17688 F: Documentation/driver-api/media/drivers/ccs/
17689 F: Documentation/userspace-api/media/drivers/ccs.rst
17690 F: drivers/media/i2c/ccs-pll.c
17691 F: drivers/media/i2c/ccs-pll.h
17692 F: drivers/media/i2c/ccs/
17693 F: include/uapi/linux/ccs.h