Home
last modified time | relevance | path

Searched refs:dir (Results 1126 – 1150 of 3117) sorted by relevance

1...<<41424344454647484950>>...125

/openbmc/linux/tools/build/
H A DMakefile.include2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/openbmc/linux/drivers/usb/storage/
H A Dprotocol.h38 unsigned int *offset, enum xfer_buf_dir dir);
/openbmc/qemu/tests/rocker/
H A Dtut.dot3 edge [dir=none, notify="log"];
/openbmc/phosphor-debug-collector/
H A Ddump_serialize.hpp23 const std::filesystem::path& dir =
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/
H A Dbuild.py17 … with tempfile.TemporaryDirectory(prefix='docs-tarball-build-', dir=self.tc.sdk_dir) as testdir:
/openbmc/linux/fs/jfs/
H A Djfs_acl.h18 struct inode *dir) in jfs_init_acl() argument
/openbmc/linux/fs/exfat/
H A Dexfat_fs.h167 unsigned int dir; member
204 struct exfat_chain dir; member
284 struct exfat_chain dir; member
434 int exfat_zeroed_cluster(struct inode *dir, unsigned int clu);
558 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,
/openbmc/linux/drivers/spi/
H A Dspi-microchip-core-qspi.c348 if (!(op->data.dir == SPI_MEM_DATA_IN)) in mchp_coreqspi_config_op()
432 if (op->data.dir == SPI_MEM_DATA_OUT) { in mchp_coreqspi_exec_op()
478 if (op->data.dir == SPI_MEM_DATA_OUT) in mchp_coreqspi_supports_op()
487 if (op->data.dir == SPI_MEM_DATA_OUT || op->data.dir == SPI_MEM_DATA_IN) { in mchp_coreqspi_adjust_op_size()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython_flit_core.bbclass7 inherit python_pep517 python3native python3-dir setuptools3-base
/openbmc/linux/fs/coda/
H A DMakefile8 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \
/openbmc/u-boot/arch/x86/include/asm/
H A Ddma-mapping.h26 enum dma_data_direction dir) in dma_map_single() argument
/openbmc/u-boot/arch/riscv/include/asm/
H A Ddma-mapping.h28 enum dma_data_direction dir) in dma_map_single() argument
/openbmc/linux/fs/isofs/
H A DMakefile8 isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
/openbmc/linux/tools/power/cpupower/bench/
H A Dparse.h36 FILE *prepare_output(const char *dir);
/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.h7 unsigned int dir; member
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h25 int nf_ct_gre_keymap_add(struct nf_conn *ct, enum ip_conntrack_dir dir,
/openbmc/linux/fs/hpfs/
H A DMakefile8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
/openbmc/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h26 enum dma_data_direction dir) in dma_map_single() argument
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Defi-bootdisk.wks.in2 part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A Ddisable_test.patch13 for dir in $(DIRS); do\
/openbmc/linux/sound/soc/fsl/
H A Dfsl_ssi.c407 int dir = tx ? TX : RX; in fsl_ssi_config_enable() local
432 srcr = vals[dir].srcr; in fsl_ssi_config_enable()
433 stcr = vals[dir].stcr; in fsl_ssi_config_enable()
434 sier = vals[dir].sier; in fsl_ssi_config_enable()
470 vals[dir].scr, vals[dir].scr); in fsl_ssi_config_enable()
473 ssi->streams |= BIT(dir); in fsl_ssi_config_enable()
512 int dir = tx ? TX : RX; in fsl_ssi_config_disable() local
518 vals = &ssi->regvals[dir]; in fsl_ssi_config_disable()
533 ssi->streams &= ~BIT(dir); in fsl_ssi_config_disable()
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c557 DIR *dir; in kvp_get_if_name() local
565 dir = opendir(KVP_NET_DIR); in kvp_get_if_name()
566 if (dir == NULL) in kvp_get_if_name()
569 while ((entry = readdir(dir)) != NULL) { in kvp_get_if_name()
599 closedir(dir); in kvp_get_if_name()
948 DIR *dir; in kvp_mac_to_ip() local
958 dir = opendir(KVP_NET_DIR); in kvp_mac_to_ip()
959 if (dir == NULL) in kvp_mac_to_ip()
962 while ((entry = readdir(dir)) != NULL) { in kvp_mac_to_ip()
1003 closedir(dir); in kvp_mac_to_ip()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c1497 struct dentry *dir; in amdgpu_ras_debugfs_create_ctrl_node() local
1499 dir = debugfs_create_dir(RAS_FS_NAME, minor->debugfs_root); in amdgpu_ras_debugfs_create_ctrl_node()
1504 debugfs_create_u32("bad_page_cnt_threshold", 0444, dir, in amdgpu_ras_debugfs_create_ctrl_node()
1509 debugfs_create_file("ras_eeprom_size", S_IRUGO, dir, adev, in amdgpu_ras_debugfs_create_ctrl_node()
1512 S_IRUGO, dir, adev, in amdgpu_ras_debugfs_create_ctrl_node()
1532 return dir; in amdgpu_ras_debugfs_create_ctrl_node()
1537 struct dentry *dir) in amdgpu_ras_debugfs_create() argument
1541 if (!obj || !dir) in amdgpu_ras_debugfs_create()
1557 struct dentry *dir; in amdgpu_ras_debugfs_create_all() local
1568 dir = amdgpu_ras_debugfs_create_ctrl_node(adev); in amdgpu_ras_debugfs_create_all()
[all …]
/openbmc/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.c34 static int gmac_disable_dma(struct eth_dma *dma, int dir);
35 static int gmac_enable_dma(struct eth_dma *dma, int dir);
479 static int gmac_disable_dma(struct eth_dma *dma, int dir) in gmac_disable_dma() argument
485 if (dir == MAC_DMA_TX) { in gmac_disable_dma()
524 static int gmac_enable_dma(struct eth_dma *dma, int dir) in gmac_enable_dma() argument
530 if (dir == MAC_DMA_TX) { in gmac_enable_dma()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-ep0.c545 priv_ep->dir = priv_dev->ep0_data_dir; in cdns3_ep0_setup_phase()
582 priv_ep->dir = priv_dev->ep0_data_dir; in cdns3_transfer_completed()
610 void cdns3_check_ep0_interrupt_proceed(struct cdns3_device *priv_dev, int dir) in cdns3_check_ep0_interrupt_proceed() argument
614 cdns3_select_ep(priv_dev, dir); in cdns3_check_ep0_interrupt_proceed()
630 priv_dev->ep0_data_dir = dir; in cdns3_check_ep0_interrupt_proceed()
635 if (dir == 0 && !priv_dev->setup_pending) in cdns3_check_ep0_interrupt_proceed()

1...<<41424344454647484950>>...125