/openbmc/linux/drivers/iio/adc/ |
H A D | ti-ads1015.c | 145 .dir = IIO_EV_DIR_RISING, 150 .dir = IIO_EV_DIR_FALLING, 154 .dir = IIO_EV_DIR_EITHER, 636 *val = (dir == IIO_EV_DIR_RISING) ? in ads1015_read_event() 682 if (dir == IIO_EV_DIR_RISING) in ads1015_write_event() 710 enum iio_event_direction dir) in ads1015_read_event_config() argument 717 switch (dir) { in ads1015_read_event_config() 809 enum iio_event_direction dir, int state) in ads1015_write_event_config() argument 813 int comp_mode = (dir == IIO_EV_DIR_EITHER) ? in ads1015_write_event_config() 849 enum iio_event_direction dir; in ads1015_event_handler() local [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-pxa2xx-dma.c | 63 enum dma_transfer_direction dir, in pxa2xx_spi_dma_prepare_one() argument 87 cfg.direction = dir; in pxa2xx_spi_dma_prepare_one() 89 if (dir == DMA_MEM_TO_DEV) { in pxa2xx_spi_dma_prepare_one() 111 return dmaengine_prep_slave_sg(chan, sgt->sgl, sgt->nents, dir, in pxa2xx_spi_dma_prepare_one()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | string.h | 58 size_t dir, pos; in memmove() local 61 dir = -1; in memmove() 65 dir = 1; in memmove() 69 pos += dir; in memmove()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | acinclude.m4 | 154 for dir in $use_extra_includes; do 155 extra_includes="$extra_includes -I$dir" 170 for dir in $use_extra_libs; do 266 for dir in $PATH; do 267 dirs="$dirs $dir" 271 for dir in $dirs; do 272 if test -x "$dir/$1"; then 274 evalstr="$dir/$1 $5 2>&1 " 276 qt_cv_path_$1="$dir/$1" 280 qt_cv_path_$1="$dir/$1" [all …]
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_asrc_common.h | 96 struct dma_chan *(*get_dma_channel)(struct fsl_asrc_pair *pair, bool dir); 99 int (*get_fifo_addr)(u8 dir, enum asrc_pair_index index);
|
H A D | mpc5200_psc_i2s.c | 88 int clk_id, unsigned int freq, int dir) in psc_i2s_set_sysclk() argument 92 cpu_dai, dir); in psc_i2s_set_sysclk() 93 return (dir == SND_SOC_CLOCK_IN) ? 0 : -EINVAL; in psc_i2s_set_sysclk()
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | hd44780_common.h | 24 enum charlcd_shift_dir dir); 26 enum charlcd_shift_dir dir);
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | Miscellaneous.pm | 36 foreach my $dir (keys %GLOBAL_BDIR) { 37 my $BdirPath = $GLOBAL_BDIR{$dir};
|
/openbmc/linux/drivers/iio/light/ |
H A D | apds9960.c | 225 .dir = IIO_EV_DIR_RISING, 230 .dir = IIO_EV_DIR_FALLING, 242 .dir = IIO_EV_DIR_RISING, 247 .dir = IIO_EV_DIR_FALLING, 575 enum iio_event_direction dir, in apds9960_get_thres_reg() argument 578 switch (dir) { in apds9960_get_thres_reg() 613 enum iio_event_direction dir, in apds9960_read_event() argument 625 ret = apds9960_get_thres_reg(chan, dir, ®); in apds9960_read_event() 649 enum iio_event_direction dir, in apds9960_write_event() argument 687 enum iio_event_direction dir) in apds9960_read_event_config() argument [all …]
|
H A D | tsl2563.c | 529 .dir = IIO_EV_DIR_RISING, 534 .dir = IIO_EV_DIR_FALLING, 565 enum iio_event_direction dir, enum iio_event_info info, int *val, in tsl2563_read_thresh() argument 570 switch (dir) { in tsl2563_read_thresh() 586 enum iio_event_direction dir, enum iio_event_info info, int val, in tsl2563_write_thresh() argument 594 if (dir == IIO_EV_DIR_RISING) in tsl2563_write_thresh() 603 if (dir == IIO_EV_DIR_RISING) in tsl2563_write_thresh() 633 enum iio_event_direction dir, int state) in tsl2563_write_interrupt_config() argument 666 enum iio_event_direction dir) in tsl2563_read_interrupt_config() argument
|
/openbmc/linux/samples/hid/ |
H A D | hid_surface_dial.c | 70 const char *str_id, *dir; in get_hid_id() local 83 dir = basename((char *)path); in get_hid_id() 85 str_id = dir + sizeof("0003:0001:0A37."); in get_hid_id()
|
/openbmc/pldm/libpldmresponder/ |
H A D | pdr_utils.hpp | 92 fs::path dir(path); in readJson() local 93 if (!fs::exists(dir) || fs::is_empty(dir)) in readJson()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | longhaul.c | 162 unsigned int dir) in do_powersaver() argument 181 if (can_scale_voltage && dir) { in do_powersaver() 218 if (can_scale_voltage && !dir) { in do_powersaver() 255 unsigned int dir = 0; in longhaul_setstate() local 269 dir = 1; in longhaul_setstate() 327 do_powersaver(cx->address, mults_index, dir); in longhaul_setstate() 329 do_powersaver(0, mults_index, dir); in longhaul_setstate() 623 unsigned int dir = 0; in longhaul_target() local 639 dir = 1; in longhaul_target() 647 if (dir) in longhaul_target()
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-chown/ |
H A D | selftest-chown.bb | 18 install -d ${TESTDIR}/dir 25 chown -R test:test ${TESTDIR}/dir
|
/openbmc/ibm-logging/ |
H A D | callout.hpp | 112 void serialize(const fs::path& dir); 125 bool deserialize(const fs::path& dir);
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_faultlog.hpp | 54 auto dir = FAULTLOG_DUMP_PATH; in Manager() local 58 "DIRECTORY", dir, "ERRNO", ec.value(), "ERROR_MESSAGE", in Manager()
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/ |
H A D | acreategroup.bb | 20 install -d ${TESTDIR}/dir 27 chown -R a_user:a_group ${TESTDIR}/dir
|
H A D | creategroup2.bb | 19 install -d ${TESTDIR}/dir 26 chown -R gt2:grouptest ${TESTDIR}/dir
|
H A D | creategroup1.bb | 18 install -d ${TESTDIR}/dir 25 chown -R gt1:grouptest ${TESTDIR}/dir
|
H A D | dcreategroup.bb | 22 install -d ${TESTDIR}/dir 29 chown -R d_user:b_group ${TESTDIR}/dir
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 1012 u64 dir; in iterate_inode_ref() local 1072 eb, dir, in iterate_inode_ref() 2270 u64 dir; in did_overwrite_first_ref() local 3031 u64 dir; member 3076 new->dir = ref->dir; in dup_ref() 4407 if (cur2->dir == cur->dir) { in process_recorded_refs() 4643 if (data->dir > ref->dir) in rbtree_ref_comp() 4645 if (data->dir < ref->dir) in rbtree_ref_comp() 4697 ref->dir = dir; in record_ref_in_tree() 4726 data.dir = dir; in record_new_ref_if_needed() [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-davinci.c | 31 u32 dir; member 99 temp = readl_relaxed(&g->dir); in __davinci_direction() 106 writel_relaxed(temp, &g->dir); in __davinci_direction() 641 context->dir = readl_relaxed(&g->dir); in davinci_gpio_save_context() 667 if (readl_relaxed(&g->dir) != context->dir) in davinci_gpio_restore_context() 668 writel_relaxed(context->dir, &g->dir); in davinci_gpio_restore_context()
|
/openbmc/linux/fs/ |
H A D | libfs.c | 475 struct dentry *dir = file->f_path.dentry; in offset_readdir() local 477 lockdep_assert_held(&d_inode(dir)->i_rwsem); in offset_readdir() 650 inode_set_mtime_to_ts(dir, in simple_link() 685 inode_set_mtime_to_ts(dir, in simple_unlink() 693 int simple_rmdir(struct inode *dir, struct dentry *dentry) in simple_rmdir() argument 699 simple_unlink(dir, dentry); in simple_rmdir() 700 drop_nlink(dir); in simple_rmdir() 1674 const struct inode *dir = READ_ONCE(parent->d_inode); in generic_ci_d_compare() local 1681 if (!dir || !IS_CASEFOLDED(dir)) in generic_ci_d_compare() 1718 const struct inode *dir = READ_ONCE(dentry->d_inode); in generic_ci_d_hash() local [all …]
|
/openbmc/u-boot/board/st/stv0991/ |
H A D | stv0991.c | 46 writel(readl(&gpioa_regs->dir) | 0x40, &gpioa_regs->dir); in enable_eth_phy()
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | gpio.c | 39 int vct_gpio_dir(int pin, int dir) in vct_gpio_dir() argument 45 if (dir == 0) in vct_gpio_dir()
|