Home
last modified time | relevance | path

Searched refs:dir (Results 2401 – 2425 of 3116) sorted by relevance

1...<<919293949596979899100>>...125

/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac2.c721 char *dir; in set_ep_max_packet_size_bint() local
759 dir = "Playback"; in set_ep_max_packet_size_bint()
761 dir = "Capture"; in set_ep_max_packet_size_bint()
766 speed_names[speed], dir, max_size_bw, bint); in set_ep_max_packet_size_bint()
770 speed_names[speed], dir, max_size_bw, bint, max_size_ep); in set_ep_max_packet_size_bint()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass366 # specify the git-dir to ensure that git does not query a
368 …SOURCE_DATE_EPOCH=`git --git-dir="${S}/.git" log -1 --pretty=%ct 2>/dev/null || echo "${REPRODUCIB…
422 # specify the git-dir to ensure that git does not query a
424 …SOURCE_DATE_EPOCH=`git --git-dir="${S}/.git" log -1 --pretty=%ct 2>/dev/null || echo "${REPRODUCIB…
569 # The signing_key.* files are stored in the certs/ dir in
/openbmc/linux/drivers/staging/most/Documentation/
H A Ddriver_usage.txt167 inside the most_sound's configuration directory. This adapter dir will
178 Secondly, links will have to be created inside the adapter dir as described in
/openbmc/qemu/audio/
H A Dpaaudio.c416 pa_stream_direction_t dir, in qpa_simple_new() argument
486 if (dir == PA_STREAM_PLAYBACK) { in qpa_simple_new()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh647 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…
649 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu…
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c414 enum sja1110_meta_tstamp dir, u64 tstamp) in sja1110_process_meta_tstamp() argument
422 if (dir == SJA1110_META_TSTAMP_RX) in sja1110_process_meta_tstamp()
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c210 md->u.md2.dir = nla_get_u8(nla); in tunnel_key_copy_erspan_opt()
641 md->u.md2.dir) || in tunnel_key_erspan_opts_dump()
/openbmc/linux/Documentation/filesystems/
H A Dnilfs2.rst160 # mount -t nilfs2 /dev/block_device /dir
183 # umount /dir
/openbmc/linux/drivers/mtd/nand/
H A Decc-mxic.c451 unsigned int dir = (direction == NAND_PAGE_READ) ? in mxic_ecc_process_data() local
458 writel(SDMA_STRT | dir, mxic->regs + SDMA_CTRL); in mxic_ecc_process_data()
/openbmc/linux/drivers/hid/
H A Dhid-sensor-hub.c56 int dir) in sensor_hub_report() argument
60 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) { in sensor_hub_report()
/openbmc/linux/sound/soc/sti/
H A Duniperif_player.c725 unsigned int freq, int dir) in uni_player_set_sysclk() argument
731 if (UNIPERIF_TYPE_IS_TDM(player) || (dir == SND_SOC_CLOCK_IN)) in uni_player_set_sysclk()
/openbmc/dbus-sensors/src/
H A DUtils.cpp256 for (const fs::path& dir : dirPath) in findFiles() local
258 if (dir.empty()) in findFiles()
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_config.yaml240 ? "sosreport --batch --tmp-dir /tmp --label FFDC
285 ? "sosreport --batch --tmp-dir /tmp --label FFDC
/openbmc/linux/fs/jfs/
H A Dxattr.c1044 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security() argument
1047 return security_inode_init_security(inode, dir, qstr, in jfs_init_security()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.c1376 bool dir) in fsl_easrc_get_dma_channel() argument
1383 sprintf(name, "ctx%c_%cx", index + '0', dir == IN ? 'r' : 't'); in fsl_easrc_get_dma_channel()
1859 static int fsl_easrc_get_fifo_addr(u8 dir, enum asrc_pair_index index) in fsl_easrc_get_fifo_addr() argument
1861 return REG_EASRC_FIFO(dir, index); in fsl_easrc_get_fifo_addr()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c551 void *ptr, size_t len, enum dma_data_direction dir, in ave_dma_map() argument
556 map_addr = dma_map_single(ndev->dev.parent, ptr, len, dir); in ave_dma_map()
568 enum dma_data_direction dir) in ave_dma_unmap() argument
574 desc->skbs_dma, desc->skbs_dmalen, dir); in ave_dma_unmap()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch20689 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
26754 dir=
26767 - dir="$dir/$objdir"
26814 - for dir
27044 - dir="$dir$objdir"
28309 case $dir in
28315 - *" -L$dir "*) ;;
28323 + case $dir in
28402 case $dir in
28413 *" $dir "*) ;;
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py94 tmpsrcdir = tempfile.mkdtemp(prefix='devtoolsrc', dir=srctreeparent)
544 tempdir = tempfile.mkdtemp(prefix='devtooltmp-', dir=tempbasedir)
1552 local_files_dir = tempfile.mkdtemp(dir=tempdir)
1557 patches_dir = tempfile.mkdtemp(dir=tempdir)
1655 local_files_dir = tempfile.mkdtemp(dir=tempdir)
1659 patches_dir = tempfile.mkdtemp(dir=tempdir)
1663 all_patches_dir = tempfile.mkdtemp(dir=tempdir)
/openbmc/qemu/docs/about/
H A Dremoved-features.rst110 The ``-smb /some/dir`` argument is replaced by either
111 ``-netdev user,id=x,smb=/some/dir`` (for pluggable NICs, accompanied with
112 ``-device ...,netdev=x``), or ``-nic user,smb=/some/dir`` (for on-board NICs).
118 The ``-tftp /some/dir`` argument is replaced by either
119 ``-netdev user,id=x,tftp=/some/dir`` (for pluggable NICs, accompanied with
120 ``-device ...,netdev=x``), or ``-nic user,tftp=/some/dir`` (for embedded NICs).
483 Use ``-run-with chroot=dir`` instead.
/openbmc/u-boot/test/py/
H A DREADME.md136 - `--build-dir` sets the directory containing the compiled U-Boot binaries.
138 - `--result-dir` sets the directory to write results, such as log files,
140 - `--persistent-data-dir` sets the directory used to store persistent test
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddenali.c658 enum dma_data_direction dir = write ? DMA_TO_DEVICE : DMA_FROM_DEVICE; in denali_dma_xfer()
661 dma_addr = dma_map_single(denali->dev, buf, size, dir); in denali_dma_xfer()
702 dma_unmap_single(denali->dev, dma_addr, size, dir); in denali_dma_xfer()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c624 u64 src, dir; in hinic_mbox_func_aeqe_handler() local
628 dir = HINIC_MBOX_HEADER_GET(mbox_header, DIRECTION); in hinic_mbox_func_aeqe_handler()
640 recv_mbox = (dir == HINIC_HWIF_DIRECT_SEND) ? in hinic_mbox_func_aeqe_handler()
/openbmc/linux/drivers/hsi/clients/
H A Dcmt_speech.c297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor() local
299 dev_dbg(&cs_char_data.cl->device, "Freeing data %s message\n", dir); in cs_hsi_data_destructor()
304 "Data %s flush while device active\n", dir); in cs_hsi_data_destructor()
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-janice.dts403 st,sig-dir-cmd;
404 st,sig-dir-dat0;
405 st,sig-dir-dat2;
/openbmc/linux/fs/configfs/
H A Ddir.c430 static struct dentry * configfs_lookup(struct inode *dir, in configfs_lookup() argument
1254 static int configfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in configfs_mkdir() argument
1438 static int configfs_rmdir(struct inode *dir, struct dentry *dentry) in configfs_rmdir() argument

1...<<919293949596979899100>>...125