Home
last modified time | relevance | path

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

123

/openbmc/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
/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c64 CPUState *ccs; in helper_store_purr() local
71 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_purr()
72 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_purr()
82 CPUState *ccs; in helper_store_tbl() local
89 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbl()
90 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbl()
98 CPUState *ccs; in helper_store_tbu() local
105 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu()
106 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbu()
139 CPUState *ccs; in helper_store_hdecr() local
[all …]
H A Dmisc_helper.c50 CPUState *ccs; in helper_spr_core_write_generic() local
57 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_core_write_generic()
58 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_core_write_generic()
67 CPUState *ccs; in helper_spr_write_CTRL() local
79 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_write_CTRL()
80 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_write_CTRL()
201 CPUState *ccs; in helper_store_ptcr() local
203 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_ptcr()
204 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_store_ptcr()
207 tlb_flush(ccs); in helper_store_ptcr()
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst66 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and
67 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).
71 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
72 ccs/smiapp-module-vv-mmmm-rrrr.fw (module).
76 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
84 The ccs-regs.asc file contains MIPI CCS register definitions that are used
98 $ Documentation/driver-api/media/drivers/ccs/mk-ccs-regs -k \
99 -e drivers/media/i2c/ccs/ccs-regs.h \
100 -L drivers/media/i2c/ccs/ccs-limits.h \
101 -l drivers/media/i2c/ccs/ccs-limits.c \
[all …]
/openbmc/linux/drivers/gpu/drm/ci/
H A Dtestlist.txt368 kms_ccs@pipe-A-random-ccs-data-y_tiled_ccs
369 kms_ccs@pipe-A-random-ccs-data-yf_tiled_ccs
370 kms_ccs@pipe-A-random-ccs-data-y_tiled_gen12_rc_ccs
371 kms_ccs@pipe-A-random-ccs-data-y_tiled_gen12_rc_ccs_cc
372 kms_ccs@pipe-A-random-ccs-data-y_tiled_gen12_mc_ccs
373 kms_ccs@pipe-A-random-ccs-data-4_tiled_dg2_rc_ccs
374 kms_ccs@pipe-A-random-ccs-data-4_tiled_dg2_mc_ccs
375 kms_ccs@pipe-A-random-ccs-data-4_tiled_dg2_rc_ccs_cc
376 kms_ccs@pipe-A-random-ccs-data-4_tiled_mtl_rc_ccs
377 kms_ccs@pipe-A-random-ccs-data-4_tiled_mtl_mc_ccs
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-use-correct-CPP.patch30 -[ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P"
36 +# [ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P"
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c189 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_start()
210 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_start()
233 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_start()
258 cc = b->conf.peers.ccs[i]; in cryptodev_vhost_stop()
282 cc = b->conf.peers.ccs[queue]; in cryptodev_vhost_virtqueue_mask()
298 cc = b->conf.peers.ccs[queue]; in cryptodev_vhost_virtqueue_pending()
H A Dcryptodev-vhost-user.c107 options.cc = b->conf.peers.ccs[i]; in cryptodev_vhost_user_start()
207 backend->conf.peers.ccs[i] = cc; in cryptodev_vhost_user_init()
241 backend->conf.peers.ccs[queue_index]; in cryptodev_vhost_user_crypto_create_session()
311 backend->conf.peers.ccs[queue_index]; in cryptodev_vhost_user_close_session()
347 cc = backend->conf.peers.ccs[i]; in cryptodev_vhost_user_cleanup()
350 backend->conf.peers.ccs[i] = NULL; in cryptodev_vhost_user_cleanup()
H A Dcryptodev-builtin.c93 backend->conf.peers.ccs[0] = cc; in cryptodev_builtin_init()
600 cc = backend->conf.peers.ccs[i]; in cryptodev_builtin_cleanup()
603 backend->conf.peers.ccs[i] = NULL; in cryptodev_builtin_cleanup()
H A Dcryptodev-lkcf.c230 backend->conf.peers.ccs[0] = cc; in cryptodev_lkcf_init()
294 cc = backend->conf.peers.ccs[i]; in cryptodev_lkcf_cleanup()
297 backend->conf.peers.ccs[i] = NULL; in cryptodev_lkcf_cleanup()
/openbmc/openbmc/meta-security/recipes-mac/ccs-tools/
H A Dccs-tools_1.8.9.bb2 …ecurity=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd \nTo initialize: \n/usr/lib/ccs/init_policy"
6 LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe"
45 ${libdir}/ccs/.debug/* \
H A DREADME10 /usr/lib/ccs/init_policy
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dindex.rst28 ccs/ccs
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c146 } ccs; member
164 .ccs.packed_aux_planes = BIT(1),
165 .ccs.planar_aux_planes = BIT(2) | BIT(3),
173 .ccs.packed_aux_planes = BIT(1),
181 .ccs.cc_planes = BIT(2),
182 .ccs.packed_aux_planes = BIT(1),
194 .ccs.cc_planes = BIT(1),
210 .ccs.packed_aux_planes = BIT(1),
211 .ccs.planar_aux_planes = BIT(2) | BIT(3),
219 .ccs.packed_aux_planes = BIT(1),
[all …]
/openbmc/linux/drivers/net/wireless/legacy/
H A Dray_cs.c90 static int interrupt_ecf(ray_dev_t *local, int ccs);
448 static inline struct ccs __iomem *ccs_base(ray_dev_t *dev) in ccs_base()
469 struct ccs __iomem *pccs; in ray_init()
528 struct ccs __iomem *pccs; in dl_startup_params()
637 struct ccs __iomem *pccs = ccs_base(local) + local->dl_param_ccs; in verify_dl_startup()
679 struct ccs __iomem *pccs; in start_net()
707 struct ccs __iomem *pccs; in join_net()
876 struct ccs __iomem *pccs; in ray_hw_xmit()
1550 static int interrupt_ecf(ray_dev_t *local, int ccs) in interrupt_ecf() argument
1559 dev_dbg(&link->dev, "interrupt_ecf(local=%p, ccs = 0x%x\n", local, ccs); in interrupt_ecf()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_ccs_mode.c22 if (gt->ccs.cslices & BIT(cslice)) in intel_gt_apply_ccs_mode()
H A Dintel_gt_types.h216 } ccs; member
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c136 bool ccs; member
683 ring->ccs = 1; in xhci_ring_init()
700 trb->ccs = ring->ccs; in xhci_ring_fetch()
708 if ((trb->control & TRB_C) != ring->ccs) { in xhci_ring_fetch()
727 ring->ccs = !ring->ccs; in xhci_ring_fetch()
738 bool ccs = ring->ccs; in xhci_ring_chain_length() local
755 if ((trb.control & TRB_C) != ccs) { in xhci_ring_chain_length()
767 ccs = !ccs; in xhci_ring_chain_length()
1051 ctx2[0] |= sctx->ring.dequeue | sctx->ring.ccs; in xhci_set_ep_state()
1059 ctx[2] = ring->dequeue | ring->ccs; in xhci_set_ep_state()
[all …]
H A Dhcd-xhci.h120 bool ccs; member
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dindex.rst35 ccs
/openbmc/linux/drivers/media/i2c/
H A DMakefile25 obj-$(CONFIG_VIDEO_CCS) += ccs/
26 obj-$(CONFIG_VIDEO_CCS_PLL) += ccs-pll.o
/openbmc/linux/Documentation/driver-api/media/
H A Dcamera-sensor.rst59 An example of such a driver is the CCS driver (see ``drivers/media/i2c/ccs``).
137 ``drivers/media/i2c/ccs/ccs-core.c``. The two drivers work in both ACPI
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/
H A Dremove-hard-coded-include-and-lib-paths.patch33 -PATH="$PATH:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/xpg4/bin:/usr/xpg6/bin:/usr/ucb"
/openbmc/linux/block/
H A Dblk-iocost.c2813 struct ioc_pcpu_stat *ccs; in ioc_rqos_done() local
2837 ccs = get_cpu_ptr(ioc->pcpu_stat); in ioc_rqos_done()
2841 local_inc(&ccs->missed[rw].nr_met); in ioc_rqos_done()
2843 local_inc(&ccs->missed[rw].nr_missed); in ioc_rqos_done()
2845 local64_add(rq_wait_ns, &ccs->rq_wait_ns); in ioc_rqos_done()
2847 put_cpu_ptr(ccs); in ioc_rqos_done()
2899 struct ioc_pcpu_stat *ccs = per_cpu_ptr(ioc->pcpu_stat, cpu); in blk_iocost_init() local
2901 for (i = 0; i < ARRAY_SIZE(ccs->missed); i++) { in blk_iocost_init()
2902 local_set(&ccs->missed[i].nr_met, 0); in blk_iocost_init()
2903 local_set(&ccs->missed[i].nr_missed, 0); in blk_iocost_init()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-debug.h136 priv_ep->free_trbs, priv_ep->ccs, priv_ep->pcs); in cdns3_dbg_ring()

123