/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 122 enum dma_data_direction dir; member 166 desc_bytes(desc), ctx->dir); in aead_null_set_sh_desc() 185 desc_bytes(desc), ctx->dir); in aead_null_set_sh_desc() 269 desc_bytes(desc), ctx->dir); in aead_set_sh_desc() 291 desc_bytes(desc), ctx->dir); in aead_set_sh_desc() 315 desc_bytes(desc), ctx->dir); in aead_set_sh_desc() 634 keys.enckeylen, ctx->dir); in aead_setkey() 709 ctx->dir); in rfc4106_setkey() 735 ctx->dir); in rfc4543_setkey() 3591 ctx->dir = DMA_BIDIRECTIONAL; in caam_init_common() [all …]
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-debugfs.h | 13 struct dentry *dir; member
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | dma-mapping.h | 18 enum dma_data_direction dir) in dma_map_single() argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/ |
H A D | nanopb-generator_0.4.8.bb | 3 inherit python3-dir
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | run-ptest | 4 targetdir=/mdadm-testing-dir
|
/openbmc/linux/lib/vdso/ |
H A D | Makefile | 4 GENERIC_VDSO_DIR := $(dir $(GENERIC_VDSO_MK_PATH))
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7280a.c | 580 .dir = IIO_EV_DIR_RISING, 584 .dir = IIO_EV_DIR_FALLING, 689 enum iio_event_direction dir, in ad7280a_read_thresh() argument 696 switch (dir) { in ad7280a_read_thresh() 708 switch (dir) { in ad7280a_read_thresh() 727 enum iio_event_direction dir, in ad7280a_write_thresh() argument 744 switch (dir) { in ad7280a_write_thresh() 769 switch (dir) { in ad7280a_write_thresh()
|
/openbmc/linux/fs/exfat/ |
H A D | Makefile | 7 exfat-y := inode.o namei.o dir.o super.o fatent.o cache.o nls.o misc.o \
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | txx9pio.h | 17 __u32 dir; member
|
/openbmc/linux/fs/overlayfs/ |
H A D | Makefile | 8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/ |
H A D | 0001-remove-dropped-templates.patch | 64 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
/openbmc/linux/tools/bpf/resolve_btfids/ |
H A D | Makefile | 36 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/ 38 SUBCMD_OUT := $(abspath $(dir $(SUBCMDOBJ)))/
|
/openbmc/linux/include/linux/ |
H A D | mhi_ep.h | 25 enum dma_data_direction dir; member 294 bool mhi_ep_queue_is_empty(struct mhi_ep_device *mhi_dev, enum dma_data_direction dir);
|
/openbmc/linux/fs/ufs/ |
H A D | Makefile | 8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
|
/openbmc/u-boot/fs/btrfs/ |
H A D | Makefile | 5 obj-y := btrfs.o chunk-map.o compression.o ctree.o dev.o dir-item.o \
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.h | 19 int xfs_inode_init_security(struct inode *inode, struct inode *dir,
|
/openbmc/u-boot/board/cobra5272/ |
H A D | README | 76 in dir ./u-boot-x-x-x/ 113 in dir ./u-boot-x-x-x/ 154 version by typing (in dir ./u-boot-x-x-x/)
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ |
H A D | dreport | 16 -d, —-dir <directory> Archive directory to copy the compressed report. 302 --long name:,dir:,dumpid:,type:,size:,path:,verbose,version,quiet,help \ 319 -d|--dir)
|
/openbmc/linux/fs/minix/ |
H A D | bitmap.c | 213 struct inode *minix_new_inode(const struct inode *dir, umode_t mode) in minix_new_inode() argument 215 struct super_block *sb = dir->i_sb; in minix_new_inode() 252 inode_init_owner(&nop_mnt_idmap, inode, dir, mode); in minix_new_inode()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | cavium-octeon.c | 117 static void octeon_mmc_set_shared_power(struct cvm_mmc_host *host, int dir) in octeon_mmc_set_shared_power() argument 119 if (dir == 0) in octeon_mmc_set_shared_power() 122 if (dir == 1) in octeon_mmc_set_shared_power()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack.h | 138 tuplehash[hash->tuple.dst.dir]); in nf_ct_tuplehash_to_ctrack() 151 #define nf_ct_tuple(ct, dir) (&(ct)->tuplehash[dir].tuple) argument
|
/openbmc/linux/drivers/ata/ |
H A D | pata_pxa.c | 51 enum dma_transfer_direction dir; in pxa_qc_prep() local 56 dir = (qc->dma_dir == DMA_TO_DEVICE ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM); in pxa_qc_prep() 57 tx = dmaengine_prep_slave_sg(pd->dma_chan, qc->sg, qc->n_elem, dir, in pxa_qc_prep()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | callthunks.c | 373 struct dentry *dir; in callthunks_debugfs_init() local 376 dir = debugfs_create_dir("callthunks", NULL); in callthunks_debugfs_init() 382 debugfs_create_file(name, 0644, dir, arg, &dfs_ops); in callthunks_debugfs_init()
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.h | 445 int dir[ISER_DIRS_NUM]; member 516 enum iser_data_dir dir, 519 enum iser_data_dir dir);
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | reset-type.cocci | 8 // for dir in include hw target; do \ 12 // --dir $dir; done
|