Home
last modified time | relevance | path

Searched refs:dir (Results 1751 – 1775 of 3116) sorted by relevance

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h141 #define PCIE_ATU_UNROLL_BASE(dir, index) \ argument
142 (((index) << 9) | ((dir == PCIE_ATU_REGION_DIR_IB) ? BIT(8) : 0))
440 void dw_pcie_disable_atu(struct dw_pcie *pci, u32 dir, int index);
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.c856 .dir = "QCN9274/hw1.0",
912 .dir = "WCN7850/hw2.0",
969 .dir = "QCN9274/hw2.0",
/openbmc/linux/fs/ocfs2/cluster/
H A Dheartbeat.c1384 static void o2hb_debug_create(const char *name, struct dentry *dir, in o2hb_debug_create() argument
1397 debugfs_create_file(name, S_IFREG|S_IRUSR, dir, *db, &o2hb_debug_fops); in o2hb_debug_create()
1964 struct dentry *dir; in o2hb_debug_region_init() local
1966 dir = debugfs_create_dir(config_item_name(&reg->hr_item), parent); in o2hb_debug_region_init()
1967 reg->hr_debug_dir = dir; in o2hb_debug_region_init()
1969 o2hb_debug_create(O2HB_DEBUG_LIVENODES, dir, &(reg->hr_db_livenodes), in o2hb_debug_region_init()
1975 o2hb_debug_create(O2HB_DEBUG_REGION_NUMBER, dir, &(reg->hr_db_regnum), in o2hb_debug_region_init()
1979 o2hb_debug_create(O2HB_DEBUG_REGION_ELAPSED_TIME, dir, in o2hb_debug_region_init()
1984 o2hb_debug_create(O2HB_DEBUG_REGION_PINNED, dir, &(reg->hr_db_pinned), in o2hb_debug_region_init()
/openbmc/linux/fs/ubifs/
H A Djournal.c538 int ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir, in ubifs_jnl_update() argument
543 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update()
546 struct ubifs_inode *host_ui = ubifs_inode(dir); in ubifs_jnl_update()
592 dent_key_init_hash(c, &dent_key, dir->i_ino, nm->hash); in ubifs_jnl_update()
594 dent_key_init(c, &dent_key, dir->i_ino, nm); in ubifs_jnl_update()
597 xent_key_init(c, &dent_key, dir->i_ino, nm); in ubifs_jnl_update()
621 pack_inode(c, ino, dir, 1); in ubifs_jnl_update()
643 ubifs_wbuf_add_ino_nolock(wbuf, dir->i_ino); in ubifs_jnl_update()
675 ino_key_init(c, &ino_key, dir->i_ino); in ubifs_jnl_update()
/openbmc/linux/drivers/scsi/
H A Daha1740.h120 dir:1, /* Direction of transfer 1 = datain */
/openbmc/linux/sound/firewire/tascam/
H A Dtascam.h159 enum amdtp_stream_direction dir, unsigned int pcm_channels);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/
H A Dspice_git.bb26 inherit meson gettext python3native python3-dir pkgconfig
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h169 struct stmmac_extra_stats *x, u32 chan, u32 dir);
/openbmc/linux/scripts/
H A DMakefile.modpost153 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.h198 void minstrel_ht_add_sta_debugfs(void *priv, void *priv_sta, struct dentry *dir);
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch33 @@ -504,7 +504,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
/openbmc/linux/drivers/gpu/drm/ci/
H A Dlava-submit.sh45 --ci-project-dir "${CI_PROJECT_DIR}" \
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/
H A Drpcbind_1.2.6.bb34 USERADD_PARAM:${PN} = "--system --no-create-home --home-dir / \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/
H A Dgdm_46.0.bb29 -Dpam-mod-dir=${base_libdir}/security \
/openbmc/qemu/include/qemu/
H A Dcutils.h270 char *get_relocated_path(const char *dir);
/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c119 enum dma_data_direction dir; member
913 chan->dir = DMA_FROM_DEVICE; in cpdma_chan_create()
920 chan->dir = DMA_TO_DEVICE; in cpdma_chan_create()
1047 dma_sync_single_for_device(ctlr->dev, buffer, len, chan->dir); in cpdma_chan_submit_si()
1049 buffer = dma_map_single(ctlr->dev, si->data_virt, len, chan->dir); in cpdma_chan_submit_si()
1210 chan->dir); in __cpdma_chan_free()
1212 dma_unmap_single(ctlr->dev, buff_dma, origlen, chan->dir); in __cpdma_chan_free()
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md54 cd /my/dir/for/phosphor-host-ipmid
65 (`/my/dir/for/phosphor-host-ipmid`), so we'll need to mount it when we run. Open
71 PHOSPHOR_IPMI_HOST_PATH="/my/dir/for/phosphor-host-ipmid"
98 cd /my/dir/for/phosphor-host-ipmid
107 cd /my/dir/for/phosphor-host-ipmid
147 In `/my/dir/for/phosphor-host-ipmid`, create a new branch based on `master` (or
355 cd /my/dir/for/phosphor-host-ipmid
/openbmc/linux/tools/power/cpupower/bench/
H A DREADME-BENCH119 -o, --output=<dir> output dir, must exist
/openbmc/u-boot/drivers/gpio/
H A Dpca953x_gpio.c199 static int pca953x_set_direction(struct udevice *dev, uint offset, int dir) in pca953x_set_direction() argument
207 if (dir == PCA953X_DIRECTION_IN) in pca953x_set_direction()
/openbmc/linux/drivers/video/console/
H A Dmdacon.c507 enum con_scroll dir, unsigned int lines) in mdacon_scroll() argument
517 switch (dir) { in mdacon_scroll()
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dpidof-add-m-option.patch81 DIR *dir;
104 closedir(dir);
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch151 # define add_system_dir(dir) add_dir (dir)
/openbmc/linux/include/uapi/linux/
H A Dxfrm.h424 __u8 dir; member
438 __u8 dir; member
/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-common.h98 void debug_dominance_info(enum cdi_direction dir);
99 void debug_dominance_tree(enum cdi_direction dir, basic_block root);
/openbmc/linux/sound/soc/codecs/
H A Dad193x.c282 int clk_id, unsigned int freq, int dir) in ad193x_set_dai_sysclk() argument
290 if (dir == SND_SOC_CLOCK_OUT || freq != 24576000) in ad193x_set_dai_sysclk()

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