/openbmc/linux/drivers/spi/ |
H A D | spi-mxic.c | 332 if (op->data.dir == SPI_MEM_DATA_IN) { in mxic_spi_mem_prep_op_cfg() 551 op->data.dir == SPI_MEM_DATA_OUT ? in mxic_spi_mem_exec_op() 553 op->data.dir == SPI_MEM_DATA_IN ? in mxic_spi_mem_exec_op()
|
/openbmc/linux/fs/nilfs2/ |
H A D | ioctl.c | 48 struct nilfs_argv *argv, int dir, in nilfs_ioctl_wrap_copy() argument 85 if ((dir & _IOC_WRITE) && in nilfs_ioctl_wrap_copy() 98 if ((dir & _IOC_READ) && in nilfs_ioctl_wrap_copy()
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux_2.39.3.bb | 3 inherit autotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completio… 20 for dir in bindirs: 21 do_split_packages(d, root=dir,
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 706 for dir in dirs: 707 if os.path.islink(os.path.join(root, dir)): 708 process(os.path.join(root, dir))
|
/openbmc/qemu/tests/qtest/ |
H A D | meson.build | 382 foreach dir : target_dirs 383 if not dir.endswith('-softmmu') 387 target_base = dir.split('-')[0]
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | audio.c | 697 static struct urb **alloc_urbs(struct snd_usb_caiaqdev *cdev, int dir, int *ret) in alloc_urbs() argument 704 pipe = (dir == SNDRV_PCM_STREAM_PLAYBACK) ? in alloc_urbs() 744 urbs[i]->complete = (dir == SNDRV_PCM_STREAM_CAPTURE) ? in alloc_urbs()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_via.c | 260 int idx, int dir) in set_beep_amp() argument 263 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp() 303 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in is_aa_path_mute()
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.c | 1298 if (bulk->dir == VCHIQ_BULK_TRANSMIT) { in get_bulk_reason() 1334 if (bulk->dir == VCHIQ_BULK_TRANSMIT) { in notify_bulks() 1475 bulk->dir = is_tx ? VCHIQ_BULK_TRANSMIT : in abort_outstanding_bulks() 3017 enum vchiq_bulk_mode mode, enum vchiq_bulk_dir dir) in vchiq_bulk_transfer() argument 3024 const char dir_char = (dir == VCHIQ_BULK_TRANSMIT) ? 't' : 'r'; in vchiq_bulk_transfer() 3025 const int dir_msgtype = (dir == VCHIQ_BULK_TRANSMIT) ? in vchiq_bulk_transfer() 3062 queue = (dir == VCHIQ_BULK_TRANSMIT) ? in vchiq_bulk_transfer() 3089 bulk->dir = dir; in vchiq_bulk_transfer() 3094 if (vchiq_prepare_bulk_data(instance, bulk, offset, uoffset, size, dir)) in vchiq_bulk_transfer()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 226 def prepdir(dir): 227 # remove dir if it exists, ensure any parent directories do exist 228 if os.path.exists(dir): 229 oe.path.remove(dir) 230 bb.utils.mkdirhier(dir) 231 oe.path.remove(dir) 264 for dir in dirs: 265 srcdir = os.path.join(walkroot, dir) 864 with TemporaryDirectory(dir=sstate_pkg.parent) as tmp_dir: 885 with NamedTemporaryFile(prefix=sstate_pkg.name, dir=sstate_pkg.parent) as tmp_pkg_fd:
|
/openbmc/openbmc/poky/meta/recipes-support/boost/ |
H A D | boost.inc | 60 inherit python3-dir 156 --build-dir=${B} \
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 126 my ($dir, $vgtest) = @_; 130 my $fullname = "$dir/$name";
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8940.c | 706 unsigned int freq, int dir) in wm8940_set_dai_sysclk() argument 711 if (dir != SND_SOC_CLOCK_IN) in wm8940_set_dai_sysclk()
|
/openbmc/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-dai-tdm.c | 462 int clk_id, unsigned int freq, int dir) in mtk_dai_tdm_set_sysclk() argument 468 if (dir != SND_SOC_CLOCK_IN) { in mtk_dai_tdm_set_sysclk()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4_fs.h | 240 struct dentry *dir; member 335 extern void nfs4_update_changeattr(struct inode *dir,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
H A D | 0001-talloc-Add-configure-options-for-packages.patch | 85 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 87 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h')
|
/openbmc/qemu/hw/nvme/ |
H A D | nvme.h | 707 NvmeTxDirection dir, NvmeRequest *req); 709 NvmeTxDirection dir, NvmeRequest *req);
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel.c | 415 char fw_path[37], *dir = NULL; in eip197_load_firmwares() local 420 dir = "eip197d"; in eip197_load_firmwares() 423 dir = "eip197b"; in eip197_load_firmwares() 425 dir = "eip197c"; in eip197_load_firmwares() 431 snprintf(fw_path, 37, "inside-secure/%s/%s", dir, fw_name[i]); in eip197_load_firmwares() 472 dir = "eip197_minifw"; in eip197_load_firmwares()
|
/openbmc/linux/fs/gfs2/ |
H A D | dir.c | 1642 struct inode *gfs2_dir_search(struct inode *dir, const struct qstr *name, in gfs2_dir_search() argument 1650 dent = gfs2_dirent_search(dir, name, gfs2_dirent_find, &bh); in gfs2_dir_search() 1664 inode = gfs2_inode_lookup(dir->i_sb, dtype, addr, formal_ino, in gfs2_dir_search() 1673 int gfs2_dir_check(struct inode *dir, const struct qstr *name, in gfs2_dir_check() argument 1680 dent = gfs2_dirent_search(dir, name, gfs2_dirent_find, &bh); in gfs2_dir_check() 1692 gfs2_consist_inode(GFS2_I(dir)); in gfs2_dir_check()
|
/openbmc/linux/sound/firewire/ |
H A D | amdtp-stream.c | 93 enum amdtp_stream_direction dir, unsigned int flags, in amdtp_stream_init() argument 106 s->direction = dir; in amdtp_stream_init() 1667 enum dma_data_direction dir; in amdtp_stream_start() local 1693 dir = DMA_FROM_DEVICE; in amdtp_stream_start() 1700 dir = DMA_TO_DEVICE; in amdtp_stream_start() 1706 err = iso_packets_buffer_init(&s->buffer, s->unit, queue_size, max_ctx_payload_size, dir); in amdtp_stream_start()
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | README | 20 - New tests can be simply defined in testcases/ dir providing a proper struct
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | aq100x.c | 194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback() argument
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.h | 81 unsigned dir:1; /* 1 = IN(write), 0 = OUT(read) */ member
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0002-linux-syslinux-implement-open_ext2_fs.patch | 118 + fprintf(stderr, "%s: failed to find dir %s on %s\n",
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | fix-libdir-for-multilib.patch | 24 # Initialize variables for quick access to wx root dir in sub dirs
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/ |
H A D | 0003-replace-stat64-lstat64-with-stat-lstat.patch | 30 ent = readdir( dir );
|