Home
last modified time | relevance | path

Searched refs:ccs (Results 26 – 50 of 58) sorted by relevance

123

/openbmc/qemu/backends/
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()
H A Dcryptodev.c84 CryptoDevBackendClient *cc = backend->conf.peers.ccs[i]; in qmp_query_cryptodev_foreach()
/openbmc/linux/drivers/media/i2c/
H A DMakefile25 obj-$(CONFIG_VIDEO_CCS) += ccs/
26 obj-$(CONFIG_VIDEO_CCS_PLL) += ccs-pll.o
/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/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h216 } ccs; member
H A Dintel_gt_regs.h1477 #define XEHP_CCS_MODE_CSLICE(cslice, ccs) (ccs << (cslice * XEHP_CCS_MODE_CSLICE_WIDTH)) argument
/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/qemu/hw/usb/
H A Dhcd-xhci.h120 bool ccs; member
/openbmc/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
/openbmc/linux/block/
H A Dblk-iocost.c2804 struct ioc_pcpu_stat *ccs; in ioc_rqos_done() local
2828 ccs = get_cpu_ptr(ioc->pcpu_stat); in ioc_rqos_done()
2832 local_inc(&ccs->missed[rw].nr_met); in ioc_rqos_done()
2834 local_inc(&ccs->missed[rw].nr_missed); in ioc_rqos_done()
2836 local64_add(rq_wait_ns, &ccs->rq_wait_ns); in ioc_rqos_done()
2838 put_cpu_ptr(ccs); in ioc_rqos_done()
2890 struct ioc_pcpu_stat *ccs = per_cpu_ptr(ioc->pcpu_stat, cpu); in blk_iocost_init() local
2892 for (i = 0; i < ARRAY_SIZE(ccs->missed); i++) { in blk_iocost_init()
2893 local_set(&ccs->missed[i].nr_met, 0); in blk_iocost_init()
2894 local_set(&ccs->missed[i].nr_missed, 0); in blk_iocost_init()
[all …]
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h225 CryptoDevBackendClient *ccs[MAX_CRYPTO_QUEUE_NUM]; member
/openbmc/openbmc/meta-security/conf/distro/include/
H A Dmaintainers-meta-security.inc26 RECIPE_MAINTAINER:pn-ccs-tools = "Armin Kuster <akuster808@gmail.com>"
/openbmc/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.c194 cdns2_ep_inc_trb(&ring->dequeue, &ring->ccs, TRBS_PER_SEGMENT); in cdns2_ep_inc_deq()
750 if (hw_ccs != pep->ring.ccs) in cdns2_prepare_first_isoc_transfer()
918 if ((le32_to_cpu(trb->control) & TRB_CYCLE) != ring->ccs) in cdns2_trb_handled()
1598 pep->ring.ccs = !!DMA_EP_STS_CCS(reg); in cdns2_gadget_ep_enable()
/openbmc/openbmc/meta-security/recipes-core/packagegroup/
H A Dpackagegroup-core-security.bb87 ${@bb.utils.contains("DISTRO_FEATURES", "tomoyo", "ccs-tools", "",d)} \
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c3014 CPUState *ccs; in msgsnd_core_tir() local
3018 THREAD_SIBLING_FOREACH(cs, ccs) { in msgsnd_core_tir()
3019 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in msgsnd_core_tir()
3042 CPUState *cs, *ccs; in helper_book3s_msgsnd() local
3078 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_book3s_msgsnd()
3079 ppc_set_irq(POWERPC_CPU(ccs), PPC_INTERRUPT_HDOORBELL, 1); in helper_book3s_msgsnd()
/openbmc/linux/drivers/bus/mhi/host/
H A Dinternal.h233 enum mhi_ev_ccs ccs; member
H A Dmain.c795 mhi_chan->ccs = MHI_TRE_GET_EV_CODE(tre); in mhi_process_cmd_completion()
1391 if (!ret || mhi_chan->ccs != MHI_EV_CC_SUCCESS) { in mhi_update_channel_state()
/openbmc/linux/drivers/net/wireless/legacy/
H A Drayctl.h517 struct ccs { struct
/openbmc/linux/Documentation/admin-guide/media/
H A Di2c-cardlist.rst61 ccs MIPI CCS compliant camera sensors (also SMIA++ and SMIA)
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c1175 CryptoDevBackendClient *cc = b->conf.peers.ccs[0]; in virtio_crypto_vhost_status()
1251 CryptoDevBackendClient *cc = b->conf.peers.ccs[0]; in virtio_crypto_get_vhost()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c459 bool ccs; member
3109 if (trb_read_cycle(event) != xudc->ccs) in tegra_xudc_process_event_ring()
3122 xudc->ccs = !xudc->ccs; in tegra_xudc_process_event_ring()
3338 xudc->ccs = true; in tegra_xudc_init_event_ring()

123