Home
last modified time | relevance | path

Searched refs:dir (Results 1826 – 1850 of 3100) sorted by relevance

1...<<71727374757677787980>>...124

/openbmc/linux/arch/arm/include/asm/hardware/
H A Dlocomo.h204 void locomo_gpio_set_dir(struct device *dev, unsigned int bits, unsigned int dir);
/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/
H A Dnss-pam-ldapd_0.9.8.bb31 --with-pam-seclib-dir=${base_libdir}/security \
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dlibinput_1.27.0.bb40 EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} \
/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py98 outdir = tempfile.mkdtemp(dir='.')
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch36 $(AM_V_GEN)$(mkdir_p) $(dir $@)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/
H A D0001-meson-DO-not-emit-absolute-path-when-S-B.patch12 meson's build_root to emit the output into build dir. This ensures that
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/
H A Dmariadb_11.4.4.bb42 USERADD_PARAM:${PN}-setupdb = "--system --home-dir /var/mysql -g mysql --shell /bin/false mysql"
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/
H A Dswtpm_0.10.0.bb38 USERADD_PARAM:${PN} = "--system -g ${TSS_GROUP} --home-dir / \
/openbmc/linux/drivers/mtd/nand/raw/
H A Dtegra_nand.c501 enum dma_data_direction dir = read ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in tegra_nand_page_xfer()
532 dma_addr = dma_map_single(ctrl->dev, buf, mtd->writesize, dir); in tegra_nand_page_xfer()
545 dir); in tegra_nand_page_xfer()
611 dma_unmap_single(ctrl->dev, dma_addr_oob, mtd->oobsize, dir); in tegra_nand_page_xfer()
614 dma_unmap_single(ctrl->dev, dma_addr, mtd->writesize, dir); in tegra_nand_page_xfer()
/openbmc/linux/drivers/spi/
H A Dspi-aspeed-smc.c308 chip->cs, op->data.dir == SPI_MEM_DATA_IN ? "read" : "write", in do_aspeed_spi_exec_op()
338 if (op->data.dir == SPI_MEM_DATA_OUT) in do_aspeed_spi_exec_op()
347 if (op->data.dir == SPI_MEM_DATA_IN) { in do_aspeed_spi_exec_op()
566 chip->cs, op->data.dir == SPI_MEM_DATA_IN ? "read" : "write", in aspeed_spi_dirmap_create()
575 if (op->data.dir != SPI_MEM_DATA_IN) in aspeed_spi_dirmap_create()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c887 struct dentry *dir; in dss_initialize_debugfs() local
889 dir = debugfs_create_dir("omapdss", NULL); in dss_initialize_debugfs()
890 if (IS_ERR(dir)) in dss_initialize_debugfs()
891 return PTR_ERR(dir); in dss_initialize_debugfs()
893 dss->debugfs.root = dir; in dss_initialize_debugfs()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c594 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_add_sa()
766 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_del_sa()
912 if (sam->dir != XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_vf_add_sa()
929 xs->xso.dir = sam->dir; in ixgbe_ipsec_vf_add_sa()
/openbmc/u-boot/doc/
H A DREADME.coccinelle223 - The directory provided with the --dir option is processed last, if used
226 proper dir, as such the second rule above would be implied for picking up a
234 OPTIONS="--dir $srctree $COCCIINCLUDE"
236 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE"
240 the spatch --dir argument is used, as such third rule applies when whether M=
/openbmc/linux/drivers/greybus/
H A Dsvc.c793 struct dentry *dir; in gb_svc_pwrmon_debugfs_init() local
803 dir = debugfs_create_dir(fname, dent); in gb_svc_pwrmon_debugfs_init()
804 debugfs_create_file("voltage_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
806 debugfs_create_file("current_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
808 debugfs_create_file("power_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
/openbmc/linux/drivers/iio/imu/
H A Dkmx61.c223 .dir = IIO_EV_DIR_EITHER,
887 enum iio_event_direction dir, in kmx61_read_event() argument
909 enum iio_event_direction dir, in kmx61_write_event() argument
933 enum iio_event_direction dir) in kmx61_read_event_config() argument
943 enum iio_event_direction dir, in kmx61_write_event_config() argument
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-gli.c442 static void gl9750_set_pll(struct sdhci_host *host, u8 dir, u16 ldiv, u8 pdiv) in gl9750_set_pll() argument
453 FIELD_PREP(SDHCI_GLI_9750_PLL_DIR, dir); in gl9750_set_pll()
638 static void gl9755_set_pll(struct pci_dev *pdev, u8 dir, u16 ldiv, u8 pdiv) in gl9755_set_pll() argument
649 FIELD_PREP(PCI_GLI_9755_PLL_DIR, dir); in gl9755_set_pll()
862 static void gl9767_set_pll(struct pci_dev *pdev, u8 dir, u16 ldiv, u8 pdiv) in gl9767_set_pll() argument
874 FIELD_PREP(PCIE_GLI_9767_SD_PLL_CTL_PLL_DIR_EN, dir); in gl9767_set_pll()
/openbmc/linux/drivers/usb/host/
H A Disp116x-hcd.c239 u16 toggle = 0, dir = PTD_DIR_SETUP; in preproc_atl_queue() local
252 dir = PTD_DIR_IN; in preproc_atl_queue()
256 dir = PTD_DIR_OUT; in preproc_atl_queue()
265 dir = (urb->transfer_buffer_length in preproc_atl_queue()
279 ptd->len = PTD_LEN(len) | PTD_DIR(dir); in preproc_atl_queue()
283 isp116x->atl_last_dir = dir; in preproc_atl_queue()
H A Dxhci-trace.h574 __field(bool, dir)
581 __entry->dir = req->direction;
587 __entry->dir ? "bulk-in" : "bulk-out",
/openbmc/linux/drivers/dma/
H A Dsun6i-dma.c702 unsigned int sg_len, enum dma_transfer_direction dir, in sun6i_dma_prep_slave_sg() argument
718 ret = set_config(sdev, sconfig, dir, &lli_cfg); in sun6i_dma_prep_slave_sg()
736 if (dir == DMA_MEM_TO_DEV) { in sun6i_dma_prep_slave_sg()
788 enum dma_transfer_direction dir, in sun6i_dma_prep_dma_cyclic() argument
801 ret = set_config(sdev, sconfig, dir, &lli_cfg); in sun6i_dma_prep_dma_cyclic()
821 if (dir == DMA_MEM_TO_DEV) { in sun6i_dma_prep_dma_cyclic()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch535 - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
536 - $(INSTALL_DATA) $$dir/$$file \
690 - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
691 - cp -p $$dir/$$file $(distdir); \
/openbmc/linux/sound/soc/samsung/
H A Di2s.c506 int dir) in i2s_set_sysclk() argument
527 val = (dir << MOD_OPCLK_SHIFT) & MOD_OPCLK_MASK; in i2s_set_sysclk()
532 if (dir == SND_SOC_CLOCK_IN) in i2s_set_sysclk()
537 (((dir == SND_SOC_CLOCK_IN) in i2s_set_sysclk()
539 ((dir == SND_SOC_CLOCK_OUT) in i2s_set_sysclk()
547 if (dir == SND_SOC_CLOCK_IN) in i2s_set_sysclk()
/openbmc/linux/drivers/soundwire/
H A Dcadence_master.c1872 u32 ch, u32 dir, struct sdw_cdns_pdi *pdi) in sdw_cdns_config_stream() argument
1876 if (dir == SDW_DATA_DIR_RX) { in sdw_cdns_config_stream()
1905 u32 ch, u32 dir, int dai_id) in sdw_cdns_alloc_pdi() argument
1909 if (dir == SDW_DATA_DIR_RX) in sdw_cdns_alloc_pdi()
1924 pdi->dir = dir; in sdw_cdns_alloc_pdi()
/openbmc/linux/sound/soc/sh/
H A Dsiu_dai.c161 (fw->spbpar[idx].dir << 7) | 3; in siu_dai_spbAselect()
626 unsigned int freq, int dir) in siu_dai_set_sysclk() argument
632 if (dir != SND_SOC_CLOCK_IN) in siu_dai_set_sysclk()
/openbmc/linux/sound/soc/sof/
H A Dipc4-pcm.c535 int dir; in sof_ipc4_pcm_dai_link_fixup() local
550 for_each_pcm_streams(dir) { in sof_ipc4_pcm_dai_link_fixup()
551 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, dir); in sof_ipc4_pcm_dai_link_fixup()
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Discsi_iser.c406 enum iser_data_dir dir = iser_task->dir[ISER_DIR_IN] ? in iscsi_iser_check_protection()
409 return iser_check_task_pi_status(iser_task, dir, sector); in iscsi_iser_check_protection()

1...<<71727374757677787980>>...124