Home
last modified time | relevance | path

Searched refs:dev (Results 24451 – 24475 of 26800) sorted by relevance

1...<<971972973974975976977978979980>>...1072

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/
H A Dmutter_46.0.bb103 FILES:${PN}-dev += " \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/
H A Ddirectfb.inc77 FILES:${PN}-dev += "\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/
H A Doprofile_1.4.0.bb78 FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la"
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210-smdkv310.dts33 bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M init=/linuxrc";
/openbmc/linux/tools/testing/selftests/mm/
H A DMakefile11 uname_M := $(shell uname -m 2>/dev/null || echo not)
/openbmc/qemu/tests/docker/dockerfiles/
H A Dfedora.docker156 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Dopdreport158 if ! tee -a "$FILE" < "$name" > /dev/null; then
/openbmc/linux/drivers/pinctrl/berlin/
H A Dberlin-bg2q.c393 return berlin_pinctrl_probe(pdev, device_get_match_data(&pdev->dev)); in berlin2q_pinctrl_probe()
/openbmc/qemu/system/
H A Dmemory.c551 if (mr->dev && !mr->disable_reentrancy_guard && in access_with_adjusted_size()
553 if (mr->dev->mem_reentrancy_guard.engaged_in_io) { in access_with_adjusted_size()
559 mr->dev->mem_reentrancy_guard.engaged_in_io = true; in access_with_adjusted_size()
577 if (mr->dev && reentrancy_guard_applied) { in access_with_adjusted_size()
578 mr->dev->mem_reentrancy_guard.engaged_in_io = false; in access_with_adjusted_size()
1201 mr->dev = (DeviceState *) object_dynamic_cast(mr->owner, TYPE_DEVICE); in memory_region_do_init()
3225 DeviceState *dev = (DeviceState *) object_dynamic_cast(obj, TYPE_DEVICE); in mtree_expand_owner() local
3227 qemu_printf(" %s:{%s", label, dev ? "dev" : "obj"); in mtree_expand_owner()
3228 if (dev && dev->id) { in mtree_expand_owner()
3229 qemu_printf(" id=%s", dev->id); in mtree_expand_owner()
/openbmc/linux/drivers/clk/qcom/
H A Dgcc-ipq806x.c3385 struct device *dev = &pdev->dev; in gcc_ipq806x_probe() local
3389 ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 25000000); in gcc_ipq806x_probe()
3393 ret = qcom_cc_register_board_clk(dev, "pxo_board", "pxo", 25000000); in gcc_ipq806x_probe()
3409 regmap = dev_get_regmap(dev, NULL); in gcc_ipq806x_probe()
3423 return of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev); in gcc_ipq806x_probe()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c777 remote_cdf_table = mtk_vcodec_fw_map_dm_addr(ctx->dev->fw_handler, in vdec_av1_slice_init_cdf_table()
808 remote_iq_table = mtk_vcodec_fw_map_dm_addr(ctx->dev->fw_handler, in vdec_av1_slice_init_iq_table()
1908 instance->core_vsi = mtk_vcodec_fw_map_dm_addr(ctx->dev->fw_handler, (u32)vsi->core_vsi); in vdec_av1_slice_init()
1921 instance->inneracing_mode = IS_VDEC_INNER_RACING(instance->ctx->dev->dec_capability); in vdec_av1_slice_init()
2158 fb = ctx->dev->vdec_pdata->get_cap_buffer(ctx); in vdec_av1_slice_core_decode()
2198 ctx->dev->vdec_pdata->cap_to_disp(ctx, 0, lat_buf->src_buf_req); in vdec_av1_slice_core_decode()
2207 ctx->dev->vdec_pdata->cap_to_disp(ctx, 1, lat_buf->src_buf_req); in vdec_av1_slice_core_decode()
/openbmc/linux/sound/core/
H A Dtimer.c1027 static int snd_timer_dev_register(struct snd_device *dev) in snd_timer_dev_register() argument
1029 struct snd_timer *timer = dev->device_data; in snd_timer_dev_register()
1136 struct snd_device dev; in snd_timer_global_register() local
1138 memset(&dev, 0, sizeof(dev)); in snd_timer_global_register()
1139 dev.device_data = timer; in snd_timer_global_register()
1140 return snd_timer_dev_register(&dev); in snd_timer_global_register()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c6081 ret = class->int_remap(iommu, &src, &dst, dev ? \ in kvm_arch_fixup_msi_route()
6124 PCIDevice *dev; /* Device pointer */ member
6140 PCIDevice *dev; in kvm_update_msi_routes_all() local
6146 dev = entry->dev; in kvm_update_msi_routes_all()
6147 if (msix_enabled(dev) && !msix_is_masked(dev, vector)) { in kvm_update_msi_routes_all()
6148 msg = msix_get_message(dev, vector); in kvm_update_msi_routes_all()
6149 } else if (msi_enabled(dev) && !msi_is_masked(dev, vector)) { in kvm_update_msi_routes_all()
6150 msg = msi_get_message(dev, vector); in kvm_update_msi_routes_all()
6165 int vector, PCIDevice *dev) in kvm_arch_add_msi_route_post() argument
6170 if (!dev) { in kvm_arch_add_msi_route_post()
[all …]
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c792 unsigned int dev = readb(b+0x64+2) | (readb(b+0x64+3) << 8); in matroxfb_read_pins() local
794 if (ven != pdev->vendor || dev != pdev->device) { in matroxfb_read_pins()
796 ven, dev, pdev->vendor, pdev->device); in matroxfb_read_pins()
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c606 slave->dev.parent = master->dev.parent; in allocate_partition()
645 if (!partno && !master->dev.class && master->_suspend && in allocate_partition()
/openbmc/u-boot/doc/
H A DREADME.pxe192 append root=/dev/sdb1
197 append root=/dev/sdb1
211 to be downloaded, and boot with the command line "root=/dev/sdb1"
/openbmc/u-boot/doc/imx/common/
H A Dmxs.txt40 $ sudo apt-get install libssl-dev
178 case, we assume the first partition of the SD card is /dev/mmcblk0p1:
180 $ dd if=u-boot.sd of=/dev/mmcblk0p1
/openbmc/qemu/docs/tools/
H A Dqemu-storage-daemon.rst122 # vdpa dev add name <id> mgmtdev vduse
126 # vdpa dev del <id>
130 https://vdpa-dev.gitlab.io/.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.6.rst16 ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecyc…
151 the ":ref:`dev-manual/packages:working with a pr service`"
224 ":ref:`dev-manual/packages:testing packages with ptest`" section in the
H A Drelease-notes-4.0.3.rst39 - coreutils: Tweak packaging variable names for coreutils-dev
46 - dropbear: break dependency on base package for -dev package
121 - openssh: break dependency on base package for -dev package
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-core.c155 risc->cpu = dma_alloc_coherent(&pci->dev, risc->size, &risc->dma, in cx88_risc_buffer()
194 risc->cpu = dma_alloc_coherent(&pci->dev, risc->size, &risc->dma, in cx88_risc_databuffer()
1037 vfd->dev_parent = &pci->dev; in cx88_vdev_init()
/openbmc/linux/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.c725 "platform:%s", dev_name(csi_dev->dev)); in sun6i_csi_capture_querycap()
1016 queue->dev = csi_dev->dev; in sun6i_csi_capture_setup()
/openbmc/linux/drivers/edac/
H A Di5400_edac.c1290 mci->pdev = &pdev->dev; /* record ptr to the generic device */ in i5400_probe1()
1338 i5400_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR); in i5400_probe1()
1395 mci = edac_mc_del_mc(&pdev->dev); in i5400_remove_one()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c244 if (unlikely(!(_ctx->xdp.rxq->dev->features & NETIF_F_RXHASH))) in mlx5e_xdp_rx_hash()
782 int mlx5e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, in mlx5e_xdp_xmit() argument
785 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_xdp_xmit()
/openbmc/linux/drivers/of/
H A Dproperty.c1062 const struct device *dev) in of_fwnode_device_get_match_data() argument
1064 return of_device_get_match_data(dev); in of_fwnode_device_get_match_data()
1074 if (of_fwnode_handle(tmp_np)->dev) { in of_link_to_phandle()

1...<<971972973974975976977978979980>>...1072