Home
last modified time | relevance | path

Searched refs:dir (Results 526 – 550 of 3117) sorted by relevance

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

/openbmc/linux/net/xfrm/
H A Dxfrm_device.c133 if (xo->flags & XFRM_GRO || x->xso.dir == XFRM_DEV_OFFLOAD_IN) in validate_xmit_xfrm()
305 xso->dir = XFRM_DEV_OFFLOAD_IN; in xfrm_dev_state_add()
307 xso->dir = XFRM_DEV_OFFLOAD_OUT; in xfrm_dev_state_add()
317 xso->dir = 0; in xfrm_dev_state_add()
341 struct xfrm_user_offload *xuo, u8 dir, in xfrm_dev_policy_add() argument
371 switch (dir) { in xfrm_dev_policy_add()
373 xdo->dir = XFRM_DEV_OFFLOAD_IN; in xfrm_dev_policy_add()
376 xdo->dir = XFRM_DEV_OFFLOAD_OUT; in xfrm_dev_policy_add()
379 xdo->dir = XFRM_DEV_OFFLOAD_FWD; in xfrm_dev_policy_add()
393 xdo->dir = 0; in xfrm_dev_policy_add()
/openbmc/linux/drivers/iio/light/
H A Dadux1020.c505 enum iio_event_direction dir, int state) in adux1020_write_event_config() argument
523 if (dir == IIO_EV_DIR_RISING) in adux1020_write_event_config()
565 enum iio_event_direction dir) in adux1020_read_event_config() argument
573 if (dir == IIO_EV_DIR_RISING) in adux1020_read_event_config()
592 enum iio_event_direction dir, in adux1020_read_thresh() argument
602 if (dir == IIO_EV_DIR_RISING) in adux1020_read_thresh()
623 enum iio_event_direction dir, in adux1020_write_thresh() argument
631 if (dir == IIO_EV_DIR_RISING) in adux1020_write_thresh()
650 .dir = IIO_EV_DIR_RISING,
656 .dir = IIO_EV_DIR_FALLING,
H A Dtcs3472.c77 .dir = IIO_EV_DIR_RISING,
81 .dir = IIO_EV_DIR_FALLING,
85 .dir = IIO_EV_DIR_EITHER,
225 enum iio_event_direction dir, enum iio_event_info info, int *val, in tcs3472_read_event() argument
236 *val = (dir == IIO_EV_DIR_RISING) ? in tcs3472_read_event()
259 enum iio_event_direction dir, enum iio_event_info info, int val, in tcs3472_write_event() argument
271 switch (dir) { in tcs3472_write_event()
286 if (dir == IIO_EV_DIR_RISING) in tcs3472_write_event()
316 enum iio_event_direction dir) in tcs3472_read_event_config() argument
330 enum iio_event_direction dir, int state) in tcs3472_write_event_config() argument
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c46 struct dentry *dir; member
386 debugfs_create_file("console_log", S_IFREG | 0444, debug_info->dir, in cros_ec_create_console_log()
458 debugfs_create_blob("panicinfo", S_IFREG | 0444, debug_info->dir, in cros_ec_create_panicinfo()
497 debug_info->dir = debugfs_create_dir(name, NULL); in cros_ec_debugfs_probe()
507 debugfs_create_file("pdinfo", 0444, debug_info->dir, debug_info, in cros_ec_debugfs_probe()
511 debugfs_create_file("uptime", 0444, debug_info->dir, debug_info, in cros_ec_debugfs_probe()
514 debugfs_create_x32("last_resume_result", 0444, debug_info->dir, in cros_ec_debugfs_probe()
517 debugfs_create_u16("suspend_timeout_ms", 0664, debug_info->dir, in cros_ec_debugfs_probe()
533 debugfs_remove_recursive(debug_info->dir); in cros_ec_debugfs_probe()
541 debugfs_remove_recursive(ec->debug_info->dir); in cros_ec_debugfs_remove()
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dmakefile-libbb-race.patch21 +libbb-dir = $(filter libbb,$(busybox-dirs))
27 +ifneq ($(libbb-dir),)
28 +$(libbb-dir): | $(busybox-dirs1)
/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.c100 DIR *dir = NULL; in tracing_events__opendir() local
104 dir = opendir(path); in tracing_events__opendir()
108 return dir; in tracing_events__opendir()
/openbmc/linux/rust/kernel/
H A Dioctl.rs13 const fn _IOC(dir: u32, ty: u32, nr: u32, size: usize) -> u32 { in _IOC()
14 build_assert!(dir <= uapi::_IOC_DIRMASK); in _IOC()
19 (dir << uapi::_IOC_DIRSHIFT) in _IOC()
/openbmc/linux/tools/lib/symbol/
H A DMakefile6 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
7 srctree := $(patsubst %/,%,$(dir $(srctree)))
8 srctree := $(patsubst %/,%,$(dir $(srctree)))
/openbmc/linux/include/sound/
H A Dmemalloc.h24 enum dma_data_direction dir; /* DMA direction */ member
78 enum dma_data_direction dir, size_t size,
109 enum dma_data_direction dir,
H A Dump.h65 int (*open)(struct snd_ump_endpoint *ump, int dir);
66 void (*close)(struct snd_ump_endpoint *ump, int dir);
67 void (*trigger)(struct snd_ump_endpoint *ump, int dir, int up);
68 void (*drain)(struct snd_ump_endpoint *ump, int dir);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/
H A Dddrescue_1.28.bb40 # Info dir listing isn't interesting at this point so remove it if it exists.
41 if [ -e "${D}${infodir}/dir" ]; then
42 rm -f ${D}${infodir}/dir
/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c95 enum dma_transfer_direction dir; member
259 if (c->dir == DMA_DEV_TO_MEM) in mtk_uart_apdma_irq_handler()
261 else if (c->dir == DMA_MEM_TO_DEV) in mtk_uart_apdma_irq_handler()
344 unsigned int sglen, enum dma_transfer_direction dir, in mtk_uart_apdma_prep_slave_sg() argument
350 if (!is_slave_direction(dir) || sglen != 1) in mtk_uart_apdma_prep_slave_sg()
360 c->dir = dir; in mtk_uart_apdma_prep_slave_sg()
376 if (c->dir == DMA_DEV_TO_MEM) in mtk_uart_apdma_issue_pending()
378 else if (c->dir == DMA_MEM_TO_DEV) in mtk_uart_apdma_issue_pending()
427 if (c->dir == DMA_DEV_TO_MEM) in mtk_uart_apdma_terminate_all()
429 else if (c->dir == DMA_MEM_TO_DEV) in mtk_uart_apdma_terminate_all()
/openbmc/linux/arch/ia64/scripts/
H A Dcheck-gas3 dir=$(dirname $0)
8 $CC -c $dir/check-gas-asm.S -o $out
/openbmc/linux/fs/kernfs/
H A Ddir.c388 kn->parent->dir.subdirs++; in kernfs_link_sibling()
415 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
419 rb_erase(&kn->rb, &kn->parent->dir.children); in kernfs_unlink_sibling()
998 kn->dir.root = root; in kernfs_create_root()
1066 kn->dir.root = parent->dir.root; in kernfs_create_dir_ns()
1099 kn->dir.root = parent->dir.root; in kernfs_create_empty_dir()
1193 struct kernfs_node *parent = dir->i_private; in kernfs_iop_lookup()
1202 ns = kernfs_info(dir->i_sb)->ns; in kernfs_iop_lookup()
1214 inode = kernfs_get_inode(dir->i_sb, kn); in kernfs_iop_lookup()
1236 struct kernfs_node *parent = dir->i_private; in kernfs_iop_mkdir()
[all …]
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c94 DIR *dir; in open_dir() local
96 dir = opendir(path); in open_dir()
99 return dir; in open_dir()
104 DIR *dir = stream; in seek_dir() local
106 seekdir(dir, pos); in seek_dir()
113 DIR *dir = stream; in read_dir() local
116 ent = readdir(dir); in read_dir()
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c474 if (uc->config.dir == DMA_MEM_TO_DEV || uc->config.dir == DMA_MEM_TO_MEM) { in udma_dump_chan_stdata()
483 if (uc->config.dir == DMA_DEV_TO_MEM || uc->config.dir == DMA_MEM_TO_MEM) { in udma_dump_chan_stdata()
623 switch (uc->config.dir) { in udma_is_chan_paused()
657 switch (uc->config.dir) { in udma_push_to_ring()
922 switch (uc->desc->dir) { in udma_start()
3407 if (dir != uc->config.dir && in udma_prep_slave_sg()
3446 d->dir = dir; in udma_prep_slave_sg()
3615 if (dir != uc->config.dir) { in udma_prep_dma_cyclic()
3642 dir, flags); in udma_prep_dma_cyclic()
3645 dir, flags); in udma_prep_dma_cyclic()
[all …]
/openbmc/phosphor-logging/test/
H A Dserialization_test_path.cpp17 auto path = serialize(*e, TestSerialization::dir); in TEST_F()
18 EXPECT_EQ(path.c_str(), TestSerialization::dir / std::to_string(id)); in TEST_F()
/openbmc/linux/fs/configfs/
H A Dsymlink.c140 int configfs_symlink(struct mnt_idmap *idmap, struct inode *dir, in configfs_symlink() argument
190 inode_unlock(dir); in configfs_symlink()
192 inode_lock(dir); in configfs_symlink()
199 ret = inode_permission(&nop_mnt_idmap, dir, in configfs_symlink()
220 int configfs_unlink(struct inode *dir, struct dentry *dentry) in configfs_unlink() argument
/openbmc/linux/scripts/
H A DKbuild.include36 dot-target = $(dir $@).$(notdir $@)
40 tmp-target = $(dir $@).tmp_$(notdir $@)
65 kbuild-dir = $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
66 kbuild-file = $(or $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Makefile)
101 mkdir -p $(dir $@); \
113 # $(Q)$(MAKE) $(build)=dir
119 # $(Q)$(MAKE) $(dtbinst)=dir
125 # $(Q)$(MAKE) $(clean)=dir
236 # (4) The command line stored in the file named dir/.target.cmd
239 # (5) No dir/.target.cmd file (used to store command line)
[all …]
/openbmc/linux/arch/sh/kernel/
H A Ddma-coherent.c16 enum dma_data_direction dir) in arch_sync_dma_for_device() argument
20 switch (dir) { in arch_sync_dma_for_device()
/openbmc/phosphor-logging/
H A Delog_serialize.hpp25 const fs::path& dir = fs::path(ERRLOG_PERSIST_PATH));
42 uint32_t id, const fs::path& dir = fs::path(ERRLOG_PERSIST_PATH));
/openbmc/linux/tools/power/cpupower/bench/
H A Dparse.c57 DIR *dir; in prepare_output() local
59 dir = opendir(dirname); in prepare_output()
60 if (dir == NULL) { in prepare_output()
109 closedir(dir); in prepare_output()
/openbmc/linux/lib/
H A Derror-inject.c217 struct dentry *dir, *file; in ei_debugfs_init() local
219 dir = debugfs_create_dir("error_injection", NULL); in ei_debugfs_init()
221 file = debugfs_create_file("list", 0444, dir, NULL, &ei_fops); in ei_debugfs_init()
223 debugfs_remove(dir); in ei_debugfs_init()
/openbmc/linux/net/nfc/
H A Ddigital_dep.c64 u8 dir; member
75 u8 dir; member
87 u8 dir; member
95 u8 dir; member
101 u8 dir; member
375 psl_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT; in digital_in_send_psl_req()
497 atr_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT; in digital_in_send_atr_req()
544 dep_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT; in digital_in_send_ack()
581 dep_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT; in digital_in_send_nack()
993 dep_res->dir = DIGITAL_NFC_DEP_FRAME_DIR_IN; in digital_tg_send_ack()
[all …]
/openbmc/linux/arch/hexagon/kernel/
H A Ddma.c13 enum dma_data_direction dir) in arch_sync_dma_for_device() argument
17 switch (dir) { in arch_sync_dma_for_device()

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