| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | ccs.rst | 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) 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 D | Makefile | 2 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 D | xe_sriov_vf_ccs.c | 217 &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 D | xe_bb.c | 80 bb_pool = xe->sriov.vf.ccs.contexts[ctx_id].mem.ccs_bb_pool; in xe_bb_ccs_new()
|
| H A D | xe_migrate.c | 1117 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 D | index.rst | 28 ccs/ccs
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_fb.c | 236 } 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 D | ccs.rst | 5 .. _media-ccs-uapi: 18 Also see :ref:`the CCS driver kernel documentation <media-ccs-driver>`.
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_types.h | 216 } ccs; member
|
| H A D | intel_engine_cs.c | 893 gt->ccs.cslices = CCS_MASK(gt); in init_engine_mask()
|
| /linux/block/ |
| H A D | blk-iocost.c | 2810 struct ioc_pcpu_stat *ccs; in ioc_rqos_done() local 2834 ccs = get_cpu_ptr(ioc->pcpu_stat); in ioc_rqos_done() 2838 local_inc(&ccs->missed[rw].nr_met); in ioc_rqos_done() 2840 local_inc(&ccs->missed[rw].nr_missed); in ioc_rqos_done() 2842 local64_add(rq_wait_ns, &ccs->rq_wait_ns); in ioc_rqos_done() 2844 put_cpu_ptr(ccs); in ioc_rqos_done() 2896 struct ioc_pcpu_stat *ccs = per_cpu_ptr(ioc->pcpu_stat, cpu); in blk_iocost_init() local 2898 for (i = 0; i < ARRAY_SIZE(ccs->missed); i++) { in blk_iocost_init() 2899 local_set(&ccs->missed[i].nr_met, 0); in blk_iocost_init() 2900 local_set(&ccs->missed[i].nr_missed, 0); in blk_iocost_init() [all …]
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdns3-debug.h | 136 priv_ep->free_trbs, priv_ep->ccs, priv_ep->pcs); in cdns3_dbg_ring()
|
| H A D | cdns3-gadget.h | 1180 u8 ccs; member
|
| H A D | cdns3-gadget.c | 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()
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| H A D | cdns2-debug.h | 124 ring->free_trbs, ring->ccs, ring->pcs); in cdns2_raw_ring()
|
| H A D | cdns2-gadget.h | 520 u8 ccs; member
|
| H A D | cdns2-gadget.c | 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()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 459 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 D | init.c | 1357 mhi_chan->ccs = MHI_EV_CC_INVALID; in mhi_remove()
|
| /linux/ |
| H A D | MAINTAINERS | 17658 F: Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml 17659 F: Documentation/driver-api/media/drivers/ccs/ 17660 F: Documentation/userspace-api/media/drivers/ccs.rst 17661 F: drivers/media/i2c/ccs-pll.c 17662 F: drivers/media/i2c/ccs-pll.h 17663 F: drivers/media/i2c/ccs/ 17664 F: include/uapi/linux/ccs.h
|