Home
last modified time | relevance | path

Searched refs:dir (Results 551 – 575 of 3117) sorted by relevance

1...<<21222324252627282930>>...125

/openbmc/linux/tools/include/uapi/linux/
H A Derspan.h29 dir:1, member
36 dir:1, member
/openbmc/linux/include/uapi/linux/
H A Derspan.h29 dir:1, member
36 dir:1, member
/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c66 enum dma_data_direction dir; member
230 gntdev_dmabuf_attach->dir = DMA_NONE; in dmabuf_exp_ops_attach()
244 if (gntdev_dmabuf_attach->dir != DMA_NONE) in dmabuf_exp_ops_detach()
246 gntdev_dmabuf_attach->dir, in dmabuf_exp_ops_detach()
259 enum dma_data_direction dir) in dmabuf_exp_ops_map_dma_buf() argument
268 if (dir == DMA_NONE || !gntdev_dmabuf_attach) in dmabuf_exp_ops_map_dma_buf()
272 if (gntdev_dmabuf_attach->dir == dir) in dmabuf_exp_ops_map_dma_buf()
279 if (gntdev_dmabuf_attach->dir != DMA_NONE) in dmabuf_exp_ops_map_dma_buf()
285 if (dma_map_sgtable(attach->dev, sgt, dir, in dmabuf_exp_ops_map_dma_buf()
292 gntdev_dmabuf_attach->dir = dir; in dmabuf_exp_ops_map_dma_buf()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.c23 .dir = DMA_TO_DEVICE,
37 .dir = DMA_FROM_DEVICE,
51 .dir = DMA_TO_DEVICE,
65 .dir = DMA_FROM_DEVICE,
116 .dir = DMA_TO_DEVICE,
130 .dir = DMA_FROM_DEVICE,
144 .dir = DMA_TO_DEVICE,
158 .dir = DMA_FROM_DEVICE,
/openbmc/linux/drivers/mfd/
H A Dintel-lpss.c139 struct dentry *dir; in intel_lpss_debugfs_add() local
141 dir = debugfs_create_dir(dev_name(lpss->dev), intel_lpss_debugfs); in intel_lpss_debugfs_add()
142 if (IS_ERR(dir)) in intel_lpss_debugfs_add()
143 return PTR_ERR(dir); in intel_lpss_debugfs_add()
148 debugfs_create_x32("capabilities", S_IRUGO, dir, &lpss->caps); in intel_lpss_debugfs_add()
149 debugfs_create_x32("active_ltr", S_IRUGO, dir, &lpss->active_ltr); in intel_lpss_debugfs_add()
150 debugfs_create_x32("idle_ltr", S_IRUGO, dir, &lpss->idle_ltr); in intel_lpss_debugfs_add()
152 lpss->debugfs = dir; in intel_lpss_debugfs_add()
H A Dwm8350-gpio.c18 static int gpio_set_dir(struct wm8350 *wm8350, int gpio, int dir) in gpio_set_dir() argument
23 if (dir == WM8350_GPIO_DIR_OUT) in gpio_set_dir()
183 int wm8350_gpio_config(struct wm8350 *wm8350, int gpio, int dir, int func, in wm8350_gpio_config() argument
210 if (gpio_set_dir(wm8350, gpio, dir)) in wm8350_gpio_config()
/openbmc/linux/fs/exportfs/
H A Dexpfs.c27 static int exportfs_get_name(struct vfsmount *mnt, struct dentry *dir, in exportfs_get_name() argument
30 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name()
31 struct path path = {.mnt = mnt, .dentry = dir}; in exportfs_get_name()
34 return nop->get_name(dir, name, child); in exportfs_get_name()
279 struct inode *dir = path->dentry->d_inode; in get_name() local
293 if (!dir || !S_ISDIR(dir->i_mode)) in get_name()
296 if (!dir->i_fop) in get_name()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_vfscanf.patch19 @@ -200,6 +200,8 @@ static int file_scanf(const char *dir, const char *file, const char *scanf_line,
26 snprintf(filename, PATH_MAX, "%s/%s", dir, file);
28 @@ -210,7 +212,14 @@ static int file_scanf(const char *dir, const char *file, const char *scanf_lin…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/cgdb/
H A D0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch4 Subject: [PATCH] cgdb: Do not search for cgdb.txt in build dir
7 be useful to look into this dir since cross-built cgdb may not run on
24 - /* File doesn't exist. Try to find cgdb.txt in the build dir in case
/openbmc/openbmc/poky/meta/recipes-extended/ed/
H A Ded_1.20.1.bb34 # Info dir listing isn't interesting at this point so remove it if it exists.
35 if [ -e "${D}${infodir}/dir" ]; then
36 rm -f ${D}${infodir}/dir
/openbmc/linux/tools/lib/subcmd/
H A DMakefile6 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
7 srctree := $(patsubst %/,%,$(dir $(srctree)))
8 srctree := $(patsubst %/,%,$(dir $(srctree)))
/openbmc/openbmc/poky/meta/recipes-extended/lzip/
H A Dlzip_1.24.1.bb36 # Info dir listing isn't interesting at this point so remove it if it exists.
37 if [ -e "${D}${infodir}/dir" ]; then
38 rm -f ${D}${infodir}/dir
/openbmc/linux/fs/gfs2/
H A Ddir.h26 struct inode *gfs2_dir_search(struct inode *dir,
29 int gfs2_dir_check(struct inode *dir, const struct qstr *filename,
46 int gfs2_diradd_alloc_required(struct inode *dir,
/openbmc/openbmc/meta-google/recipes-google/nftables/files/
H A Dnft-configure.sh5 for dir in /run/nftables /etc/nftables /usr/share/nftables; do
6 for file in "$dir"/*.rules; do
/openbmc/linux/fs/btrfs/
H A Dinode.c4149 btrfs_i_size_write(dir, dir->vfs_inode.i_size - name->len * 2); in __btrfs_unlink_inode()
4153 dir->vfs_inode.i_mtime = inode_set_ctime_current(&dir->vfs_inode); in __btrfs_unlink_inode()
4326 dir->vfs_inode.i_mtime = inode_set_ctime_current(&dir->vfs_inode); in btrfs_unlink_subvol()
6093 dir->index_cnt++; in btrfs_set_inode_index()
6113 struct inode *dir = args->dir; in btrfs_new_inode_prepare() local
6180 flags = dir->flags; in btrfs_inherit_iflags()
6202 struct inode *dir = args->dir; in btrfs_create_new_inode() local
6523 .dir = dir, in btrfs_create_common()
8992 .dir = old_dir, in btrfs_rename()
9439 .dir = dir, in btrfs_symlink()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/
H A Drun-ptest16 for dir in tests/* ; do
17 cd $dir
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c62 pdir->dir = dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE, in pvrdma_page_dir_init()
64 if (!pdir->dir) in pvrdma_page_dir_init()
75 (dma_addr_t *)&pdir->dir[i], in pvrdma_page_dir_init()
151 table, pdir->dir[i]); in pvrdma_page_dir_cleanup_tables()
161 if (pdir->dir) { in pvrdma_page_dir_cleanup()
164 pdir->dir, pdir->dir_dma); in pvrdma_page_dir_cleanup()
/openbmc/linux/mm/kmsan/
H A Dhooks.c305 enum dma_data_direction dir) in kmsan_handle_dma_page() argument
307 switch (dir) { in kmsan_handle_dma_page()
329 enum dma_data_direction dir) in kmsan_handle_dma() argument
344 kmsan_handle_dma_page((void *)addr, to_go, dir); in kmsan_handle_dma()
351 enum dma_data_direction dir) in kmsan_handle_dma_sg() argument
358 dir); in kmsan_handle_dma_sg()
/openbmc/linux/include/linux/
H A Dsecurity.h344 int security_inode_unlink(struct inode *dir, struct dentry *dentry);
345 int security_inode_symlink(struct inode *dir, struct dentry *dentry,
348 int security_inode_rmdir(struct inode *dir, struct dentry *dentry);
772 struct inode *dir, in security_inode_init_security() argument
787 static inline int security_inode_create(struct inode *dir, in security_inode_create() argument
795 struct inode *dir, in security_inode_link() argument
801 static inline int security_inode_unlink(struct inode *dir, in security_inode_unlink() argument
807 static inline int security_inode_symlink(struct inode *dir, in security_inode_symlink() argument
814 static inline int security_inode_mkdir(struct inode *dir, in security_inode_mkdir() argument
821 static inline int security_inode_rmdir(struct inode *dir, in security_inode_rmdir() argument
[all …]
/openbmc/linux/drivers/iio/proximity/
H A Dvcnl3020.c291 enum iio_event_direction dir, in vcnl3020_read_event() argument
300 switch (dir) { in vcnl3020_read_event()
326 enum iio_event_direction dir, in vcnl3020_write_event() argument
337 switch (dir) { in vcnl3020_write_event()
451 enum iio_event_direction dir, in vcnl3020_write_event_config() argument
465 enum iio_event_direction dir) in vcnl3020_read_event_config() argument
480 .dir = IIO_EV_DIR_RISING,
484 .dir = IIO_EV_DIR_FALLING,
488 .dir = IIO_EV_DIR_EITHER,
/openbmc/linux/sound/firewire/
H A Dfcp.h19 enum avc_general_plug_dir dir,
22 enum avc_general_plug_dir dir,
/openbmc/linux/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-clock-ctrl.h22 int dir);
25 int dir);
/openbmc/linux/drivers/dma/
H A Dimg-mdc-dma.c206 enum dma_transfer_direction dir, in mdc_list_desc_config() argument
234 if (dir == DMA_MEM_TO_DEV) { in mdc_list_desc_config()
241 } else if (dir == DMA_DEV_TO_MEM) { in mdc_list_desc_config()
340 enum dma_transfer_direction dir) in mdc_check_slave_width() argument
344 if (dir == DMA_MEM_TO_DEV) in mdc_check_slave_width()
379 if (!is_slave_direction(dir)) in mdc_prep_dma_cyclic()
416 if (dir == DMA_MEM_TO_DEV) { in mdc_prep_dma_cyclic()
417 mdc_list_desc_config(mchan, curr, dir, in mdc_prep_dma_cyclic()
422 mdc_list_desc_config(mchan, curr, dir, in mdc_prep_dma_cyclic()
462 if (!is_slave_direction(dir)) in mdc_prep_slave_sg()
[all …]
/openbmc/linux/sound/soc/
H A Dsoc-dapm.c48 for ((dir) = SND_SOC_DAPM_DIR_IN; (dir) <= SND_SOC_DAPM_DIR_OUT; \
49 (dir)++)
216 if (w->endpoints[dir] == -1) in dapm_widget_invalidate_paths()
220 w->endpoints[dir] = -1; in dapm_widget_invalidate_paths()
228 node->endpoints[dir] = -1; in dapm_widget_invalidate_paths()
1024 dir = SND_SOC_DAPM_DIR_OUT; in dapm_new_mux()
1028 dir = SND_SOC_DAPM_DIR_IN; in dapm_new_mux()
1163 widget->endpoints[dir] = -1; in invalidate_paths_ep()
1174 invalidate_paths_ep(path->node[dir], dir); in invalidate_paths_ep()
2931 list_add(&path->list_node[dir], &path->node[dir]->edges[dir]); in snd_soc_dapm_add_path()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/aide/
H A Daide_0.17.4.bb40 for dir in ${AIDE_INCLUDE_DIRS}; do
41 echo "${dir} NORMAL" >> ${D}${sysconfdir}/aide.conf
43 for dir in ${AIDE_SKIP_DIRS}; do
44 echo "!${dir}" >> ${D}${sysconfdir}/aide.conf

1...<<21222324252627282930>>...125