Searched refs:ccs (Results 1 – 18 of 18) sorted by relevance
5 .. _media-ccs-driver:14 Also see :ref:`the CCS driver UAPI documentation <media-ccs-uapi>`.23 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and24 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).28 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and29 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 of49 The ccs-regs.asc file contains MIPI CCS register definitions that are used63 $ Documentation/driver-api/media/drivers/ccs/mk-ccs-regs -k \[all …]
2 ccs-objs += ccs-core.o ccs-reg-access.o \3 ccs-quirk.o ccs-limits.o ccs-data.o4 obj-$(CONFIG_VIDEO_CCS) += ccs.o
221 &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_rebase()264 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_register_context()351 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_init()381 xe->sriov.vf.ccs.initialized = 1; in xe_sriov_vf_ccs_init()432 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_attach_bo()486 bb_pool = xe->sriov.vf.ccs.contexts[ctx_id].mem.ccs_bb_pool; in xe_sriov_vf_ccs_print()
1179 ctx = &xe->sriov.vf.ccs.contexts[read_write]; in xe_migrate_ccs_rw_copy()1314 ctx = &xe->sriov.vf.ccs.contexts[read_write]; in xe_migrate_ccs_rw_copy_clear()
28 ccs/ccs
5 .. _media-ccs-uapi:18 Also see :ref:`the CCS driver kernel documentation <media-ccs-driver>`.
216 } ccs; member
893 gt->ccs.cslices = CCS_MASK(gt); in init_engine_mask()
136 priv_ep->free_trbs, priv_ep->ccs, priv_ep->pcs); in cdns3_dbg_ring()
1180 u8 ccs; member
338 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()
611 #define CCS_MODE_CSLICE(cslice, ccs) \ argument612 ((ccs) << ((cslice) * CCS_MODE_CSLICE_WIDTH))
124 ring->free_trbs, ring->ccs, ring->pcs); in cdns2_raw_ring()
520 u8 ccs; member
195 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()
459 bool ccs; member3111 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()
1357 mhi_chan->ccs = MHI_EV_CC_INVALID; in mhi_remove()
17808 F: Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml17809 F: Documentation/driver-api/media/drivers/ccs/17810 F: Documentation/userspace-api/media/drivers/ccs.rst17811 F: drivers/media/i2c/ccs-pll.c17812 F: drivers/media/i2c/ccs-pll.h17813 F: drivers/media/i2c/ccs/17814 F: include/uapi/linux/ccs.h