Searched refs:coh (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/fs/sysv/
H A Dfile.c7 * coh/file.c
20 * the coh filesystem.
H A Dialloc.c13 * coh/alloc.c
H A Dnamei.c7 * coh/namei.c
H A Dballoc.c13 * coh/alloc.c
H A Ddir.c7 * coh/dir.c
H A Dinode.c10 * coh/inode.c
H A Dsuper.c10 * coh/inode.c
/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c63 struct dcp_coherent_block *coh; member in struct:dcp
157 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; mxs_dcp_start_dma()
200 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; mxs_dcp_run_aes()
204 dma_addr_t key_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_key, mxs_dcp_run_aes()
207 dma_addr_t src_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_in_buf, mxs_dcp_run_aes()
209 dma_addr_t dst_phys = dma_map_single(sdcp->dev, sdcp->coh->aes_out_buf, mxs_dcp_run_aes()
262 uint8_t *in_buf = sdcp->coh->aes_in_buf; mxs_dcp_aes_block_crypt()
263 uint8_t *out_buf = sdcp->coh->aes_out_buf; mxs_dcp_aes_block_crypt()
268 uint8_t *key = sdcp->coh->aes_key; mxs_dcp_aes_block_crypt()
519 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; mxs_dcp_run_sha()
522 dma_addr_t buf_phys = dma_map_single(sdcp->dev, sdcp->coh->sha_in_buf, mxs_dcp_run_sha()
570 uint8_t *in_buf = sdcp->coh->sha_in_buf; dcp_sha_req_to_buf()
948 sdcp->coh = devm_kzalloc(dev, sizeof(*sdcp->coh) + DCP_ALIGNMENT, mxs_dcp_probe()
950 if (!sdcp->coh) mxs_dcp_probe()
954 sdcp->coh = PTR_ALIGN(sdcp->coh, DCP_ALIGNMENT); mxs_dcp_probe()
/linux-4.1.27/arch/mips/include/asm/pci/
H A Dbridge.h276 coh:1, /* Coh Transacti */ member in struct:bridge_err_cmdword_s::__anon2058::__anon2059

Completed in 427 milliseconds