Home
last modified time | relevance | path

Searched refs:dir (Results 1851 – 1875 of 3116) sorted by relevance

1...<<71727374757677787980>>...125

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_core.c1142 vortex_adbdma_setmode(vortex_t * vortex, int adbdma, int ie, int dir, in vortex_adbdma_setmode() argument
1155 (dma->dma_ctrl & ~DIR_MASK) | ((dir << DIR_SHIFT) & DIR_MASK); in vortex_adbdma_setmode()
2109 vortex_adb_allocroute(vortex_t *vortex, int dma, int nr_ch, int dir, in vortex_adb_allocroute() argument
2131 stream->dir = dir; in vortex_adb_allocroute()
2135 if (dir == SNDRV_PCM_STREAM_PLAYBACK) { in vortex_adb_allocroute()
2348 vortex_adb_setsrc(vortex_t * vortex, int adbdma, unsigned int rate, int dir) in vortex_adb_setsrc() argument
2354 if (dir) in vortex_adb_setsrc()
2362 vortex_src_setupchannel(vortex, i, cvrt, 0, 0, i, dir, 1, cvrt, dir); in vortex_adb_setsrc()
/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c70 enum dma_data_direction dir; member
235 keys.enckeylen, ctx->dir); in aead_setkey()
249 ctx->dir); in aead_setkey()
379 ctx->dir); in gcm_setkey()
488 ctx->cdata.keylen, ctx->dir); in rfc4106_setkey()
594 ctx->cdata.keylen, ctx->dir); in rfc4543_setkey()
2480 ctx->dir = DMA_BIDIRECTIONAL; in caam_init_common()
2482 ctx->dir = DMA_TO_DEVICE; in caam_init_common()
2485 ctx->dir); in caam_init_common()
2554 ctx->dir); in caam_exit_common()
/openbmc/linux/net/dcb/
H A Ddcbnl.c586 struct nlattr **tb, struct sk_buff *skb, int dir) in __dcbnl_pg_getcfg() argument
641 if (dir) { in __dcbnl_pg_getcfg()
695 if (dir) { in __dcbnl_pg_getcfg()
801 int dir) in __dcbnl_pg_setcfg() argument
858 if (dir) { in __dcbnl_pg_setcfg()
878 if (dir) { in __dcbnl_pg_setcfg()
1311 int dir) in dcbnl_cee_pg_fill() argument
1315 int i = dir ? DCB_ATTR_CEE_TX_PG : DCB_ATTR_CEE_RX_PG; in dcbnl_cee_pg_fill()
1332 if (!dir) in dcbnl_cee_pg_fill()
1350 if (!dir) in dcbnl_cee_pg_fill()
/openbmc/linux/fs/jfs/
H A Djfs_imap.c1323 int diAlloc(struct inode *pip, bool dir, struct inode *ip) in diAlloc() argument
1345 if (dir) { in diAlloc()
1590 rc = diAllocAG(imap, agno, dir, ip); in diAlloc()
1600 return (diAllocAny(imap, agno, dir, ip)); in diAlloc()
1634 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG() argument
1654 if (dir) in diAllocAG()
1704 diAllocAny(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAny() argument
1716 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
1729 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
3095 memcpy(&jfs_ip->u.dir, &dip->u._dir, 384); in copy_from_dinode()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mv64xxx.c180 u32 dir = 0; in mv64xxx_i2c_prepare_for_io() local
189 dir = 1; in mv64xxx_i2c_prepare_for_io()
192 drv_data->addr1 = 0xf0 | (((u32)msg->addr & 0x300) >> 7) | dir; in mv64xxx_i2c_prepare_for_io()
195 drv_data->addr1 = MV64XXX_I2C_ADDR_ADDR((u32)msg->addr) | dir; in mv64xxx_i2c_prepare_for_io()
/openbmc/linux/drivers/iommu/
H A Dsun50i-iommu.c892 unsigned dir; in sun50i_iommu_handle_perm_irq() local
909 dir = IOMMU_FAULT_WRITE; in sun50i_iommu_handle_perm_irq()
928 dir = IOMMU_FAULT_READ; in sun50i_iommu_handle_perm_irq()
937 sun50i_iommu_report_fault(iommu, master, iova, dir); in sun50i_iommu_handle_perm_irq()
/openbmc/linux/drivers/dma/
H A Dpl330.c455 enum dma_data_direction dir; member
2191 pl330_dma_slave_map_dir(enum dma_transfer_direction dir) in pl330_dma_slave_map_dir() argument
2193 switch (dir) { in pl330_dma_slave_map_dir()
2207 if (pch->dir != DMA_NONE) in pl330_unprep_slave_fifo()
2209 1 << pch->burst_sz, pch->dir, 0); in pl330_unprep_slave_fifo()
2210 pch->dir = DMA_NONE; in pl330_unprep_slave_fifo()
2215 enum dma_transfer_direction dir) in pl330_prep_slave_fifo() argument
2218 enum dma_data_direction dma_dir = pl330_dma_slave_map_dir(dir); in pl330_prep_slave_fifo()
2221 if (pch->dir == dma_dir) in pl330_prep_slave_fifo()
2230 pch->dir = dma_dir; in pl330_prep_slave_fifo()
[all …]
/openbmc/linux/fs/ubifs/
H A Ddebug.c1124 int dbg_check_dir(struct ubifs_info *c, const struct inode *dir) in dbg_check_dir() argument
1135 if (!S_ISDIR(dir->i_mode)) in dbg_check_dir()
1138 lowest_dent_key(c, &key, dir->i_ino); in dbg_check_dir()
1162 if (i_size_read(dir) != size) { in dbg_check_dir()
1164 dir->i_ino, (unsigned long long)i_size_read(dir), in dbg_check_dir()
1166 ubifs_dump_inode(c, dir); in dbg_check_dir()
1170 if (dir->i_nlink != nlink) { in dbg_check_dir()
1172 dir->i_ino, dir->i_nlink, nlink); in dbg_check_dir()
1173 ubifs_dump_inode(c, dir); in dbg_check_dir()
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Install-python-modules-to-correct-library-dir.patch4 Subject: [PATCH] Install python modules to correct library dir.
/openbmc/u-boot/scripts/kconfig/
H A Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain() argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdbi-perl_1.643.bb43 perl-module-io-dir \
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch9 but it does not work for cross-compile, since the rootfs dir can not
/openbmc/openbmc/poky/meta/recipes-support/libevent/
H A Dlibevent_2.1.12.bb15 file://Makefile-missing-test-dir.patch \
/openbmc/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c60 struct inode *inode, struct inode *dir, in inotify_handle_inode_event() argument
/openbmc/linux/fs/9p/
H A Dv9fs.h174 extern struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry,
/openbmc/linux/fs/ufs/
H A Dufs.h109 extern void ufs_set_link(struct inode *dir, struct ufs_dir_entry *de,
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094-dlink-dir-885l.dts15 compatible = "dlink,dir-885l", "brcm,bcm47094", "brcm,bcm4708";
/openbmc/linux/arch/arm/boot/dts/st/
H A Dspear310.dtsi106 st-plgpio,dir-reg = <0x30>;
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/
H A Darpwatch_3.3.bb73 USERADD_PARAM:${PN} = "--system -g ${ARPWATCH_GID} --home-dir \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit_124.bb38 USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 --s…
/openbmc/linux/fs/gfs2/
H A Dinode.h100 struct inode *gfs2_lookupi(struct inode *dir, const struct qstr *name,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/
H A Dxmlsec1_1.3.4.bb19 file://xmlsec1-examples-allow-build-in-separate-dir.patch \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/
H A Dvpnc_0.5.3.bb14 file://0001-search-for-log-help-in-build-dir.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0001-Define-portable-basename-function.patch37 _cleanup_closedir_ DIR *dir = NULL;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/
H A Dgammu_1.42.0.bb66 # | make[2]: *** [libgammu/CMakeFiles/libGammu.dir/service/sms/gsmems.o] Error 1

1...<<71727374757677787980>>...125