| /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 | |
| H A D | xe_migrate.c | 336 * if flat ccs is enabled. in xe_migrate_prepare_vm() 1177 ctx = &xe->sriov.vf.ccs.contexts[read_write]; in xe_migrate_ccs_rw_copy() 1308 ctx = &xe->sriov.vf.ccs.contexts[read_write]; in xe_migrate_vram_copy_chunk()
|
| /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 | 234 } ccs; 260 .ccs.packed_aux_planes = BIT(1), 261 .ccs.planar_aux_planes = BIT(2) | BIT(3), 269 .ccs.packed_aux_planes = BIT(1), 277 .ccs.cc_planes = BIT(2), 278 .ccs.packed_aux_planes = BIT(1), 290 .ccs.cc_planes = BIT(1), 306 .ccs.packed_aux_planes = BIT(1), 307 .ccs.planar_aux_planes = BIT(2) | BIT(3), 315 .ccs 236 } ccs; global() member [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 | 838 gt_dbg(gt, "ccs%u fused off\n", i); in engine_mask_apply_compute_fuses() 893 gt->ccs.cslices = CCS_MASK(gt); in init_engine_mask()
|
| /linux/block/ |
| H A D | blk-iocost.c | 2821 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 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/gpu/drm/xe/regs/ |
| H A D | xe_gt_regs.h | 609 #define CCS_MODE_CSLICE(cslice, ccs) \ 610 ((ccs) << ((cslice) * CCS_MODE_CSLICE_WIDTH)) 580 CCS_MODE_CSLICE(cslice,ccs) global() argument
|
| /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 | 17791 F: Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml 17792 F: Documentation/driver-api/media/drivers/ccs/ 17793 F: Documentation/userspace-api/media/drivers/ccs.rst 17794 F: drivers/media/i2c/ccs-pll.c 17795 F: drivers/media/i2c/ccs-pll.h 17796 F: drivers/media/i2c/ccs/ 17797 F: include/uapi/linux/ccs.h
|