/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | hw.h | 138 const char *dir; member
|
/openbmc/linux/include/linux/ |
H A D | console.h | 58 unsigned int bottom, enum con_scroll dir,
|
H A D | sysctl.h | 201 struct ctl_dir dir; member
|
/openbmc/linux/sound/soc/codecs/ |
H A D | max9850.c | 152 int clk_id, unsigned int freq, int dir) in max9850_set_dai_sysclk() argument
|
H A D | uda1334.c | 125 int clk_id, unsigned int freq, int dir) in uda1334_set_dai_sysclk() argument
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locks.rst | 36 configured to rebuild the alias file. Sendmail tried to lock the aliases.dir
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio.h | 195 int dir; member
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-boneblack-hdmi.dtsi | 109 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcor-testbench.dtsi | 128 st,sig-dir;
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables_core.h | 66 enum ip_conntrack_dir dir:8; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
H A D | uutils-coreutils_0.0.25.bb | 40 bindir_progs = "[ arch basename cksum comm csplit cut dir dircolors dirname du \
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/ |
H A D | texinfo_7.1.bb | 74 FILES:info-doc = "${infodir}/info.info* ${infodir}/dir ${infodir}/info-*.info* \
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bios_update.robot | 56 [Documentation] Copy the PNOR image to the BMC /tmp dir and flash it.
|
/openbmc/linux/fs/btrfs/ |
H A D | transaction.h | 163 struct inode *dir; member
|
/openbmc/linux/tools/testing/selftests/ |
H A D | lib.mk | 52 selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pch_udc.c | 741 static inline void pch_udc_set_dma(struct pch_udc_dev *dev, int dir) in pch_udc_set_dma() argument 743 if (dir == DMA_DIR_RX) in pch_udc_set_dma() 745 else if (dir == DMA_DIR_TX) in pch_udc_set_dma() 757 static inline void pch_udc_clear_dma(struct pch_udc_dev *dev, int dir) in pch_udc_clear_dma() argument 759 if (dir == DMA_DIR_RX) in pch_udc_clear_dma() 761 else if (dir == DMA_DIR_TX) in pch_udc_clear_dma() 960 static void pch_udc_ep_fifo_flush(struct pch_udc_ep *ep, int dir) in pch_udc_ep_fifo_flush() argument 962 if (dir) { /* IN ep */ in pch_udc_ep_fifo_flush()
|
/openbmc/linux/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 236 enum dma_data_direction dir; member 604 enum dma_data_direction dir, in artpec6_crypto_dma_map_page() argument 617 dma_addr = dma_map_page(dev, page, offset, size, dir); in artpec6_crypto_dma_map_page() 624 map->dir = dir; in artpec6_crypto_dma_map_page() 634 enum dma_data_direction dir, in artpec6_crypto_dma_map_single() argument 640 return artpec6_crypto_dma_map_page(common, page, offset, size, dir, in artpec6_crypto_dma_map_single() 686 dma_unmap_page(dev, map->dma_addr, map->size, map->dir); in artpec6_crypto_dma_unmap_all()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_gre.c | 1026 md->u.md2.dir, in ip6erspan_tunnel_xmit() 1059 t->parms.dir, in ip6erspan_tunnel_xmit() 1219 t->parms.dir = p->dir; in ip6gre_tnl_copy_tnl_parm() 1750 u16 dir = nla_get_u8(data[IFLA_GRE_ERSPAN_DIR]); in ip6erspan_tap_validate() local 1752 if (dir & ~(DIR_MASK >> DIR_OFFSET)) in ip6erspan_tap_validate() 1782 parms->dir = nla_get_u8(data[IFLA_GRE_ERSPAN_DIR]); in ip6erspan_set_version() 2165 if (nla_put_u8(skb, IFLA_GRE_ERSPAN_DIR, p->dir)) in ip6gre_fill_info()
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | audio.c | 697 static struct urb **alloc_urbs(struct snd_usb_caiaqdev *cdev, int dir, int *ret) in alloc_urbs() argument 704 pipe = (dir == SNDRV_PCM_STREAM_PLAYBACK) ? in alloc_urbs() 744 urbs[i]->complete = (dir == SNDRV_PCM_STREAM_CAPTURE) ? in alloc_urbs()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_base.bbclass | 84 …${TOOLCHAIN_OUTPUTNAME}.${SDK_ARCHIVE_TYPE} from input dir ${SDK_OUTPUT}/${SDKPATH} to output dir … 85 # recommand to cd into input dir first to avoid archive with buildpath
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6apm-dai.c | 646 int dir = stream->direction; in q6apm_dai_compr_set_params() local 667 cfg.direction = dir; in q6apm_dai_compr_set_params() 697 cfg.direction = dir; in q6apm_dai_compr_set_params()
|
/openbmc/linux/sound/soc/atmel/ |
H A D | mchp-i2s-mcc.c | 314 int clk_id, unsigned int freq, int dir) in mchp_i2s_mcc_set_sysclk() argument 319 __func__, clk_id, freq, dir); in mchp_i2s_mcc_set_sysclk() 322 if (dir == SND_SOC_CLOCK_IN) in mchp_i2s_mcc_set_sysclk()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl.c | 430 unsigned int dir; in sh_pfc_gpio_set_direction() local 437 dir = input ? SH_PFC_PIN_CFG_INPUT : SH_PFC_PIN_CFG_OUTPUT; in sh_pfc_gpio_set_direction() 438 if (!(pin->configs & dir)) in sh_pfc_gpio_set_direction()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-npcm-fiu.c | 570 if (op->data.dir == SPI_MEM_DATA_IN) { in npcm_fiu_exec_op() 619 desc->info.op_tmpl.data.dir == SPI_MEM_DATA_OUT) { in npcm_fiu_dirmap_create() 654 if (desc->info.op_tmpl.data.dir == SPI_MEM_DATA_IN) { in npcm_fiu_dirmap_create()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | sierra.c | 698 int dir, void *ctx, int len, in sierra_setup_urb() argument 713 usb_sndbulkpipe(serial->dev, endpoint) | dir, in sierra_setup_urb() 717 dir == USB_DIR_IN ? 'i' : 'o', urb, buf); in sierra_setup_urb()
|