/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net.h | 995 void nfp_net_debugfs_dir_clean(struct dentry **dir); 1015 static inline void nfp_net_debugfs_dir_clean(struct dentry **dir) in nfp_net_debugfs_dir_clean() argument
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | coding-style.rst | 528 (dir-locals-set-class-variables 562 (dir-locals-set-directory-class
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-dlink-dir-685.dts | 12 compatible = "dlink,dir-685", "cortina,gemini"; 71 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image-live.bbclass | 174 # 32 bytes per dir entry 176 # 32 bytes for every end-of-directory dir entry
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | gitlab-ci.yml | 35 …- curl -L -s --retry 4 -f --retry-all-errors --retry-delay 60 -O --output-dir "${SCRIPTS_DIR}" "${… 182 # Watch out! Artifacts are relative to the build dir.
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-mmio.c | 137 bool dir = !!(gc->bgpio_dir & pinmask); in bgpio_get_set() local 139 if (dir) in bgpio_get_set()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/ |
H A D | minifi-cpp_0.15.0.bb | 161 … sed -i "s|nifi.python.processor.dir=.*|nifi.python.processor.dir=${libexecdir}/minifi-python|g" \
|
/openbmc/phosphor-state-manager/ |
H A D | chassis_state_manager.cpp | 702 auto dir = fs::path(POH_COUNTER_PERSIST_PATH).parent_path(); in startPOHCounter() local 703 fs::create_directories(dir); in startPOHCounter()
|
/openbmc/qemu/hw/pci-host/ |
H A D | designware.c | 122 const unsigned int dir = in designware_pcie_root_get_current_viewport() local 124 return &root->viewports[dir][idx]; in designware_pcie_root_get_current_viewport()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | debugfs.c | 991 struct dentry *dir; in dwc3_debugfs_create_endpoint_dir() local 994 dir = debugfs_create_dir(dep->name, dep->dwc->debug_root); in dwc3_debugfs_create_endpoint_dir() 999 debugfs_create_file(name, 0444, dir, dep, fops); in dwc3_debugfs_create_endpoint_dir()
|
/openbmc/linux/sound/soc/sh/ |
H A D | rz-ssi.c | 605 enum dma_transfer_direction dir; in rz_ssi_dma_transfer() local 621 dir = rz_ssi_stream_is_play(ssi, substream) ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM; in rz_ssi_dma_transfer() 631 dir, in rz_ssi_dma_transfer()
|
/openbmc/linux/sound/soc/stm/ |
H A D | stm32_i2s.c | 615 int clk_id, unsigned int freq, int dir) in stm32_i2s_set_sysclk() argument 622 dir ? "output" : "input"); in stm32_i2s_set_sysclk() 625 if (dir == SND_SOC_CLOCK_OUT && STM32_I2S_IS_MASTER(i2s)) { in stm32_i2s_set_sysclk()
|
/openbmc/linux/Documentation/trace/ |
H A D | hisi-ptt.rst | 52 Each event is presented as a file under $(PTT PMU dir)/tune, and 154 under $(PTT PMU dir)/root_port_filters and files of Requester filters 155 are under $(PTT PMU dir)/requester_filters.
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mmio.c | 639 enum dma_data_direction dir; in mt7915_mmio_wed_init_rx_buf() local 654 dir = page_pool_get_dma_dir(q->page_pool); in mt7915_mmio_wed_init_rx_buf() 655 dma_sync_single_for_device(dev->mt76.dma_dev, addr, len, dir); in mt7915_mmio_wed_init_rx_buf()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 89 fs::path dir{jsonDir / sysType}; in initBIOSAttributes() local 90 if (!fs::exists(dir)) in initBIOSAttributes() 93 "DIR", dir); in initBIOSAttributes()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0016-handle-sysroot-support-for-nativesdk-gcc.patch | 278 /* This is the dir for gcc's private headers. */ 283 /* This is the dir for gcc's private headers under the specified sysroot. */ 299 /* This is the dir for fixincludes. */
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-udc.c | 127 struct isp1760_ep *ep, int dir) in __isp1760_udc_select_ep() argument 131 if (dir == USB_DIR_IN) in __isp1760_udc_select_ep() 156 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) in isp1760_udc_ctrl_send_status() argument 165 if (dir == USB_DIR_IN) in isp1760_udc_ctrl_send_status()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-sh-msiof.c | 1143 enum dma_transfer_direction dir, unsigned int id, dma_addr_t port_addr) in sh_msiof_request_dma_chan() argument 1155 dir == DMA_MEM_TO_DEV ? "tx" : "rx"); in sh_msiof_request_dma_chan() 1162 cfg.direction = dir; in sh_msiof_request_dma_chan() 1163 if (dir == DMA_MEM_TO_DEV) { in sh_msiof_request_dma_chan()
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_cldma.c | 65 queue->dir = tx_rx; in md_cd_queue_struct_reset() 516 if (queue->dir == MTK_TX) in t7xx_cldma_q_reset() 526 queue->dir = MTK_RX; in t7xx_cldma_rxq_init() 535 queue->dir = MTK_TX; in t7xx_cldma_txq_init()
|
/openbmc/linux/Documentation/kbuild/ |
H A D | modules.rst | 80 due to the "M=<dir>" option given in the command. 430 => Install dir: /frodo/lib/modules/$(KERNELRELEASE)/kernel/ 448 => Install dir: /lib/modules/$(KERNELRELEASE)/gandalf/ 554 ext2-y := balloc.o bitmap.o dir.o
|
/openbmc/linux/tools/mm/ |
H A D | slabinfo.c | 1213 DIR *dir; in read_slab_dir() local 1224 dir = opendir("."); in read_slab_dir() 1225 while ((de = readdir(dir))) { in read_slab_dir() 1311 closedir(dir); in read_slab_dir()
|
/openbmc/linux/arch/arm/mm/ |
H A D | mmu.c | 355 static pte_t *(*pte_offset_fixmap)(pmd_t *dir, unsigned long addr); 360 static pte_t * __init pte_offset_early_fixmap(pmd_t *dir, unsigned long addr) in pte_offset_early_fixmap() argument 365 static pte_t *pte_offset_late_fixmap(pmd_t *dir, unsigned long addr) in pte_offset_late_fixmap() argument 367 return pte_offset_kernel(dir, addr); in pte_offset_late_fixmap()
|
/openbmc/linux/sound/soc/mediatek/mt8195/ |
H A D | mt8195-dai-etdm.c | 2188 int clk_id, unsigned int freq, int dir) in mtk_dai_etdm_set_sysclk() argument 2196 __func__, dai->id, freq, dir); in mtk_dai_etdm_set_sysclk() 2206 etdm_data->mclk_dir = dir; in mtk_dai_etdm_set_sysclk() 2441 int dir) in mtk_dai_hdmitx_dptx_set_sysclk() argument 2453 __func__, dai->id, freq, dir); in mtk_dai_hdmitx_dptx_set_sysclk() 2455 etdm_data->mclk_dir = dir; in mtk_dai_hdmitx_dptx_set_sysclk()
|
/openbmc/linux/sound/soc/mediatek/mt8188/ |
H A D | mt8188-dai-etdm.c | 2274 int clk_id, unsigned int freq, int dir) in mtk_dai_etdm_set_sysclk() argument 2282 __func__, dai->id, freq, dir); in mtk_dai_etdm_set_sysclk() 2291 etdm_data->mclk_dir = dir; in mtk_dai_etdm_set_sysclk() 2461 int dir) in mtk_dai_hdmitx_dptx_set_sysclk() argument 2472 __func__, dai->id, freq, dir); in mtk_dai_hdmitx_dptx_set_sysclk() 2474 etdm_data->mclk_dir = dir; in mtk_dai_hdmitx_dptx_set_sysclk()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | tips.txt | 13 Use --symfs <dir> if your symbol files are in non-standard locations
|