/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-cross.inc | 39 --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \ 40 --with-gxx-libcxx-include-dir=/not/exist${target_includedir}/c++/v1 \ 118 # libquadmath headers need to be available in the gcc libexec dir
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 83 tx_swbd->dir); in enetc_unmap_tx_buff() 86 tx_swbd->len, tx_swbd->dir); in enetc_unmap_tx_buff() 181 tx_swbd->dir = DMA_TO_DEVICE; in enetc_map_tx_buffs() 307 tx_swbd->dir = DMA_TO_DEVICE; in enetc_map_tx_buffs() 423 tx_swbd->dir = DMA_TO_DEVICE; in enetc_map_tx_tso_data() 786 .dir = tx_swbd->dir, in enetc_recycle_xdp_tx_buff() 800 rx_swbd.dir); in enetc_recycle_xdp_tx_buff() 810 rx_swbd.dir); in enetc_recycle_xdp_tx_buff() 1095 rx_swbd->dir); in enetc_flip_rx_buff() 1511 tx_swbd->dir = rx_swbd->dir; in enetc_rx_swbd_to_xdp_tx_swbd() [all …]
|
/openbmc/linux/drivers/parport/ |
H A D | parport_ip32.c | 467 enum dma_data_direction dir; member 568 enum dma_data_direction dir, void *addr, size_t count) in parport_ip32_dma_start() argument 573 pr_trace(NULL, "(%d, %lu)", dir, (unsigned long)count); in parport_ip32_dma_start() 577 BUG_ON(dir != DMA_TO_DEVICE); in parport_ip32_dma_start() 592 parport_ip32_dma.dir = dir; in parport_ip32_dma_start() 593 parport_ip32_dma.buf = dma_map_single(&p->bus_dev, addr, count, dir); in parport_ip32_dma_start() 600 ctrl = (dir == DMA_TO_DEVICE) ? 0 : MACEPAR_CTLSTAT_DIRECTION; in parport_ip32_dma_start() 679 parport_ip32_dma.len, parport_ip32_dma.dir); in parport_ip32_dma_stop()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_manager_test.cpp | 65 std::filesystem::path dir = mkdtemp(path); in makeTempDir() local 66 dirsToRemove.push_back(dir); in makeTempDir() 67 return dir; in makeTempDir() 688 auto dir = makeTempDir(); in TEST_F() local 693 fs::path pelFilename = dir / "rawpel"; in TEST_F() 758 auto dir = makeTempDir(); in TEST_F() local 759 fs::path pelFilename = dir / "rawpel"; in TEST_F() 835 auto dir = makeTempDir(); in TEST_F() local 836 fs::path pelFilename = dir / "rawpel"; in TEST_F()
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1025rdb.dtsi | 250 /* port pin dir open_drain assignment has_irq */ 273 /* port pin dir open_drain assignment has_irq */ 288 /* port pin dir open_drain assignment has_irq */ 298 /* port pin dir open_drain assignment has_irq */
|
/openbmc/linux/sound/soc/sprd/ |
H A D | sprd-pcm-compress.c | 143 enum dma_transfer_direction dir; in sprd_platform_compr_dma_config() local 207 dir = DMA_MEM_TO_DEV; in sprd_platform_compr_dma_config() 211 dir = DMA_DEV_TO_MEM; in sprd_platform_compr_dma_config() 239 sg_num, dir, in sprd_platform_compr_dma_config()
|
/openbmc/qemu/docs/system/ |
H A D | vnc-security.rst | 68 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=off \ 92 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=on \ 106 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=on \ 148 -object tls-creds-x509,id=tls0,dir=/etc/pki/qemu,endpoint=server,verify-peer=on \
|
/openbmc/linux/kernel/gcov/ |
H A D | fs.c | 413 static char *link_target(const char *dir, const char *path, const char *ext) in link_target() argument 425 if (dir) in link_target() 426 target = kasprintf(GFP_KERNEL, "%s/%s.%s", dir, copy, ext); in link_target() 447 if (ext->dir == SRC_TREE) in get_link_target()
|
/openbmc/linux/fs/omfs/ |
H A D | inode.c | 33 struct inode *omfs_new_inode(struct inode *dir, umode_t mode) in omfs_new_inode() argument 39 struct omfs_sb_info *sbi = OMFS_SB(dir->i_sb); in omfs_new_inode() 41 inode = new_inode(dir->i_sb); in omfs_new_inode() 45 err = omfs_allocate_range(dir->i_sb, sbi->s_mirrors, sbi->s_mirrors, in omfs_new_inode()
|
H A D | omfs.h | 64 extern struct inode *omfs_new_inode(struct inode *dir, umode_t mode);
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_scaler.c | 318 int i, j, dir; in scaler_set_csc() local 330 dir = 1; in scaler_set_csc() 333 dir = 0; in scaler_set_csc() 338 scaler_write(csc_mtx[dir][i][j], SCALER_CSC_COEF(j, i)); in scaler_set_csc()
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/ |
H A D | __init__.py | 253 for dir in dirs: 254 new_dir = re.sub(r"\.dpkg-new", "", dir) 255 if dir != new_dir: 256 bb.utils.rename(os.path.join(root, dir),
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.c | 28 sam->dir = xs->xso.dir; in ixgbevf_ipsec_set_pf_sa() 289 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbevf_ipsec_add_sa() 403 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbevf_ipsec_del_sa()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | test.c | 2668 struct tb_property_dir *dir, *network_dir; in tb_test_property_parse() local 2672 KUNIT_ASSERT_NOT_NULL(test, dir); in tb_test_property_parse() 2699 network_dir = p->value.dir; in tb_test_property_parse() 2723 tb_property_free_dir(dir); in tb_test_property_parse() 2728 struct tb_property_dir *dir; in tb_test_property_format() local 2734 KUNIT_ASSERT_NOT_NULL(test, dir); in tb_test_property_format() 2736 ret = tb_property_format_dir(dir, NULL, 0); in tb_test_property_format() 2750 tb_property_free_dir(dir); in tb_test_property_format() 2792 KUNIT_ASSERT_NOT_NULL(test, p1->value.dir); in compare_dirs() 2793 KUNIT_ASSERT_NOT_NULL(test, p2->value.dir); in compare_dirs() [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A D | realtek_cr.c | 203 enum dma_data_direction dir, int *act_len) in rts51x_bulk_transport() argument 215 bcb->Flags = (dir == DMA_FROM_DEVICE) ? US_BULK_FLAG_IN : 0; in rts51x_bulk_transport() 234 unsigned int pipe = (dir == DMA_FROM_DEVICE) ? in rts51x_bulk_transport() 293 enum dma_data_direction dir, int *act_len) in rts51x_bulk_transport_special() argument 304 bcb->Flags = (dir == DMA_FROM_DEVICE) ? US_BULK_FLAG_IN : 0; in rts51x_bulk_transport_special() 323 unsigned int pipe = (dir == DMA_FROM_DEVICE) ? in rts51x_bulk_transport_special()
|
/openbmc/linux/include/sound/ |
H A D | soc-dapm.h | 789 #define snd_soc_dapm_widget_for_each_path(w, dir, p) \ argument 790 list_for_each_entry(p, &w->edges[dir], list_node[dir]) 804 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument 805 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
|
/openbmc/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-test.c | 122 enum dma_transfer_direction dir) in pci_epf_test_data_transfer() argument 124 struct dma_chan *chan = (dir == DMA_MEM_TO_DEV) ? in pci_epf_test_data_transfer() 126 dma_addr_t dma_local = (dir == DMA_MEM_TO_DEV) ? dma_src : dma_dst; in pci_epf_test_data_transfer() 140 sconf.direction = dir; in pci_epf_test_data_transfer() 141 if (dir == DMA_MEM_TO_DEV) in pci_epf_test_data_transfer() 150 tx = dmaengine_prep_slave_single(chan, dma_local, len, dir, in pci_epf_test_data_transfer()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 169 static int wwan_dev_debugfs_match(struct device *dev, const void *dir) in wwan_dev_debugfs_match() argument 178 return wwandev->debugfs_dir == dir; in wwan_dev_debugfs_match() 181 static struct wwan_device *wwan_dev_get_by_debugfs(struct dentry *dir) in wwan_dev_get_by_debugfs() argument 185 dev = class_find_device(wwan_class, NULL, dir, wwan_dev_debugfs_match); in wwan_dev_get_by_debugfs() 192 void wwan_put_debugfs_dir(struct dentry *dir) in wwan_put_debugfs_dir() argument 194 struct wwan_device *wwandev = wwan_dev_get_by_debugfs(dir); in wwan_put_debugfs_dir()
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_private.h | 39 struct b_list dir; member
|
/openbmc/u-boot/include/configs/ |
H A D | vct.h | 164 int vct_gpio_dir(int pin, int dir);
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | mite.h | 39 int dir; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
H A D | xmlsec1-examples-allow-build-in-separate-dir.patch | 4 Subject: [PATCH] examples: allow build in separate dir
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
H A D | 0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch | 6 Including the source dir in the header makes the header not
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/ |
H A D | xorg-minimal-fonts.bb | 8 LIC_FILES_CHKSUM = "file://../misc/fonts.dir;md5=82a143d94d6a974aafe97132d2d519ab \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoc/ |
H A D | libsoc_0.8.2.bb | 10 inherit autotools pkgconfig python3-dir
|