Home
last modified time | relevance | path

Searched refs:dir (Results 1376 – 1400 of 3100) sorted by relevance

1...<<51525354555657585960>>...124

/openbmc/linux/drivers/dma/
H A Dmilbeaut-hdmac.c64 enum dma_transfer_direction dir; member
126 if (md->dir == DMA_MEM_TO_DEV) { in milbeaut_chan_start()
282 md->dir = direction; in milbeaut_hdmac_prep_slave_sg()
352 if (md->dir == DMA_DEV_TO_MEM) in milbeaut_hdmac_tx_status()
H A Dmoxart-dma.c268 unsigned int sg_len, enum dma_transfer_direction dir, in moxart_prep_slave_sg() argument
279 if (!is_slave_direction(dir)) { in moxart_prep_slave_sg()
285 if (dir == DMA_DEV_TO_MEM) { in moxart_prep_slave_sg()
313 d->dma_dir = dir; in moxart_prep_slave_sg()
/openbmc/linux/drivers/spi/
H A Dspi-cadence-xspi.c193 ((op)->data.dir == SPI_MEM_DATA_IN) ? \
419 enum spi_mem_data_dir dir = op->data.dir; in cdns_xspi_mem_op() local
425 (dir != SPI_MEM_NO_DATA)); in cdns_xspi_mem_op()
/openbmc/phosphor-logging/
H A Dlog_manager.cpp657 fs::path dir(paths::error()); in restore() local
658 if (!fs::exists(dir) || fs::is_empty(dir)) in restore()
663 for (auto& file : fs::directory_iterator(dir)) in restore()
/openbmc/openbmc/poky/meta/recipes-extended/shadow/
H A Dshadow_4.17.1.bb90 # Info dir listing isn't interesting at this point so remove it if it exists.
91 if [ -e "${D}${infodir}/dir" ]; then
92 rm -f ${D}${infodir}/dir
119 # Ensure that the image has as a /var/spool/mail dir so shadow can
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c2370 int mod_id, int src_id, int req, int dir, const void *data, in dspio_scp() argument
2385 if (dir == SCP_GET && reply == NULL) { in dspio_scp()
2395 scp_send.hdr = make_scp_header(mod_id, src_id, (dir == SCP_GET), req, in dspio_scp()
4047 #define CA0132_CODEC_VOL_MONO(xname, nid, channel, dir) \ argument
4058 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) }
4065 #define CA0132_ALT_CODEC_VOL_MONO(xname, nid, channel, dir) \ argument
4076 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) }
4078 #define CA0132_CODEC_MUTE_MONO(xname, nid, channel, dir) \ argument
4085 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) }
4088 #define CA0132_CODEC_VOL(xname, nid, dir) \ argument
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c44 .dir = "IPQ8074/hw2.0",
129 .dir = "IPQ6018/hw1.0",
212 .dir = "QCA6390/hw2.0",
297 .dir = "QCN9074/hw1.0",
379 .dir = "WCN6855/hw2.0",
464 .dir = "WCN6855/hw2.1",
547 .dir = "WCN6750/hw1.0",
628 .dir = "IPQ5018/hw1.0",
1338 ab->hw_params.fw.dir); in ath11k_core_fetch_bdf()
1384 ATH11K_REGDB_FILE_NAME, ab->hw_params.fw.dir); in ath11k_core_fetch_regdb()
/openbmc/linux/drivers/tty/serial/
H A Dmsm_serial.c162 enum dma_data_direction dir; member
268 dma_unmap_single(dev, dma->phys, mapped, dma->dir); in msm_stop_dma()
326 dma->dir = DMA_TO_DEVICE; in msm_request_tx_dma()
378 dma->dir = DMA_FROM_DEVICE; in msm_request_rx_dma()
455 dma_unmap_single(port->dev, dma->phys, dma->count, dma->dir); in msm_complete_tx_dma()
493 dma->phys = dma_map_single(port->dev, cpu_addr, count, dma->dir); in msm_handle_tx_dma()
538 dma_unmap_single(port->dev, dma->phys, count, dma->dir); in msm_handle_tx_dma()
574 dma_unmap_single(port->dev, dma->phys, UARTDM_RX_SIZE, dma->dir); in msm_complete_rx_dma()
619 UARTDM_RX_SIZE, dma->dir); in msm_start_rx_dma()
672 dma_unmap_single(uart->dev, dma->phys, UARTDM_RX_SIZE, dma->dir); in msm_start_rx_dma()
/openbmc/linux/kernel/trace/
H A Dblktrace.c322 if (!bt->dir) { in blk_trace_free()
326 debugfs_remove(bt->dir); in blk_trace_free()
519 struct dentry *dir = NULL; in do_blk_trace_setup() local
567 dir = q->debugfs_dir; in do_blk_trace_setup()
569 bt->dir = dir = debugfs_create_dir(buts->name, blk_debugfs_root); in do_blk_trace_setup()
576 if (IS_ERR_OR_NULL(dir)) { in do_blk_trace_setup()
588 debugfs_create_file("dropped", 0444, dir, bt, &blk_dropped_fops); in do_blk_trace_setup()
589 debugfs_create_file("msg", 0222, dir, bt, &blk_msg_fops); in do_blk_trace_setup()
591 bt->rchan = relay_open("trace", dir, buts->buf_size, in do_blk_trace_setup()
/openbmc/openbmc/poky/meta/recipes-extended/groff/
H A Dgroff_1.23.0.bb28 EXTRA_OECONF = "--without-x --with-urw-fonts-dir=/completely/bogus/dir/"
/openbmc/linux/arch/sparc/kernel/
H A Dioport.c310 enum dma_data_direction dir) in arch_sync_dma_for_cpu() argument
312 if (dir != DMA_TO_DEVICE && in arch_sync_dma_for_cpu()
/openbmc/linux/fs/ext2/
H A Dacl.c253 ext2_init_acl(struct inode *inode, struct inode *dir) in ext2_init_acl() argument
258 error = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl); in ext2_init_acl()
/openbmc/linux/mm/
H A Dprocess_vm_access.c266 int dir = vm_write ? ITER_SOURCE : ITER_DEST; in process_vm_rw() local
272 rc = import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in process_vm_rw()
/openbmc/linux/sound/soc/codecs/
H A Des7241.c113 unsigned int freq, int dir) in es7241_set_sysclk() argument
117 if (dir == SND_SOC_CLOCK_IN && clk_id == 0) { in es7241_set_sysclk()
/openbmc/linux/sound/soc/meson/
H A Daiu-encoder-i2s.c268 unsigned int freq, int dir) in aiu_encoder_i2s_set_sysclk() argument
276 if (dir == SND_SOC_CLOCK_IN) in aiu_encoder_i2s_set_sysclk()
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-software-manager-mmc.bbclass7 -Dmedia-dir='/media' \
/openbmc/qemu/scripts/coccinelle/
H A Dtimer-del-timer-free.cocci8 // --in-place --dir .
/openbmc/linux/net/netfilter/
H A Dnf_nat_tftp.c31 exp->dir = IP_CT_DIR_REPLY; in help()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tree/
H A Dtree_2.2.1.bb2 HOMEPAGE = "https://oldmanprogrammer.net/source.php?dir=projects/tree"
/openbmc/openbmc/meta-security/recipes-security/google-authenticator-libpam/
H A Dgoogle-authenticator-libpam_1.09.bb17 # Use the same dir location as PAM
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-usbport7 Every dir entry represents a single USB port that can be
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dkmod.py30 with tempfile.TemporaryDirectory(prefix="cryptodev", dir=self.tc.sdk_dir) as testdir:
/openbmc/linux/tools/perf/Documentation/
H A Dperfconfig.example21 dir = /root/.debug
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/
H A Dvalgrind_3.23.0.bb189 for dir in $subdirs ; do
190 find $dir | cpio -pvdu ${D}${PTEST_PATH}
195 # The scripts reference config.h so add it to the top ptest dir.
208 # Make the ptest dir look like the top level valgrind src dir
/openbmc/linux/drivers/soc/ti/
H A Dknav_dma.c568 enum dma_transfer_direction dir, in pktdma_init_chan() argument
585 if (dir == DMA_MEM_TO_DEV) { in pktdma_init_chan()
586 chan->direction = dir; in pktdma_init_chan()
588 } else if (dir == DMA_DEV_TO_MEM) { in pktdma_init_chan()
589 chan->direction = dir; in pktdma_init_chan()

1...<<51525354555657585960>>...124