/openbmc/linux/Documentation/arch/arm/sa1100/ |
H A D | assabet.rst | 198 which is the third one. Within Linux, this correspond to /dev/mtdblock2. 203 exec -b 0x100000 -l 0xc0000 -c "root=/dev/mtdblock2"
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | cx24123.c | 1085 state->tuner_i2c_adapter.dev.parent = i2c->dev.parent; in cx24123_attach()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | offb.c | 416 info = framebuffer_alloc(sizeof(*par), &parent->dev); in offb_init_fb() 684 offb_init_nodriver(pdev, pdev->dev.of_node, 0); in offb_probe_display()
|
/openbmc/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm730-kudo.dts | 59 // dev/jtag0 60 dev-num = <0>;
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A D | iser_verbs.c | 51 dev_name(&event->device->dev), event->element.port_num); in iser_event_handler() 552 dev_name(&ib_conn->device->ib_device->dev)); in iser_addr_handler()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | mmhub_v1_0.c | 723 dev_info(adev->dev, in mmhub_v1_0_get_ras_error_count() 734 dev_info(adev->dev, in mmhub_v1_0_get_ras_error_count()
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 484 struct device *dev; /* This is this fb device */ member 737 extern struct fb_info *framebuffer_alloc(size_t size, struct device *dev);
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 188 gid_list = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_dfs_tgt_port_database_show() 223 dma_free_coherent(&ha->pdev->dev, qla2x00_gid_list_size(ha), in qla2x00_dfs_tgt_port_database_show()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btqca.c | 571 ret = request_firmware(&fw, config->fwname, &hdev->dev); in qca_download_firmware() 583 ret = request_firmware(&fw, config->fwname, &hdev->dev); in qca_download_firmware()
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_dpdma.c | 579 static void xlnx_dpdma_reset(DeviceState *dev) in xlnx_dpdma_reset() argument 581 XlnxDPDMAState *s = XLNX_DPDMA(dev); in xlnx_dpdma_reset()
|
/openbmc/linux/rust/ |
H A D | Makefile | 51 rustdoc_test_kernel_quiet=>/dev/null 55 rustdoc_test_kernel_quiet=>/dev/null
|
/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/ |
H A D | local.conf.sample | 106 # "dev-pkgs" - add -dev packages for all installed packages
|
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/ |
H A D | local.conf.sample | 106 # "dev-pkgs" - add -dev packages for all installed packages
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 5310 Object *obj = OBJECT(dev); in max_x86_cpu_realize() 5324 x86_cpu_realizefn(dev, errp); in max_x86_cpu_realize() 7600 CPUState *cs = CPU(dev); in x86_cpu_realizefn() 7601 X86CPU *cpu = X86_CPU(dev); in x86_cpu_realizefn() 7602 X86CPUClass *xcc = X86_CPU_GET_CLASS(dev); in x86_cpu_realizefn() 7862 xcc->parent_realize(dev, &local_err); in x86_cpu_realizefn() 7873 X86CPU *cpu = X86_CPU(dev); in x86_cpu_unrealizefn() 7877 cpu_remove_sync(CPU(dev)); in x86_cpu_unrealizefn() 7886 xcc->parent_unrealize(dev); in x86_cpu_unrealizefn() 7907 DeviceState *dev = DEVICE(obj); in x86_cpu_set_bit_prop() local [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-raid.rst | 201 [journal_dev <dev>] 212 (see 'journal_dev <dev>' above) to 'writethrough' or 'writeback'. 422 1.15.1 Fix argument count and arguments for rebuild/write_mostly/journal_(dev|mode)
|
/openbmc/linux/sound/ppc/ |
H A D | pmac.c | 54 rec->space = dma_alloc_coherent(&chip->pdev->dev, rsize, in snd_pmac_dbdma_alloc() 71 dma_free_coherent(&chip->pdev->dev, rsize, rec->space, rec->dma_base); in snd_pmac_dbdma_free() 701 &chip->pdev->dev, in snd_pmac_pcm_new()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_im.c | 535 struct device *dev) in bfad_im_scsi_host_alloc() argument 570 error = scsi_add_host_with_dma(im_port->shost, dev, &bfad->pcidev->dev); in bfad_im_scsi_host_alloc()
|
/openbmc/linux/fs/quota/ |
H A D | quota.c | 873 dev_t dev; in quotactl_block() local 877 error = lookup_bdev(tmp->name, &dev); in quotactl_block() 890 sb = user_get_super(dev, excl); in quotactl_block()
|
/openbmc/linux/fs/nilfs2/ |
H A D | super.c | 1301 dev_t dev; in nilfs_mount() local 1307 err = lookup_bdev(dev_name, &dev); in nilfs_mount() 1312 &dev); in nilfs_mount()
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-r40.c | 1287 static bool sun8i_r40_ccu_regmap_accessible_reg(struct device *dev, in sun8i_r40_ccu_regmap_accessible_reg() argument 1343 regmap = devm_regmap_init_mmio(&pdev->dev, reg, in sun8i_r40_ccu_probe() 1348 ret = devm_sunxi_ccu_probe(&pdev->dev, reg, &sun8i_r40_ccu_desc); in sun8i_r40_ccu_probe()
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 29 struct vfio_pci_core_device *core_device = dev_get_drvdata(&pdev->dev); in mlx5vf_drvdata() 1333 &pdev->dev, &mlx5vf_pci_ops); in mlx5vf_pci_probe() 1337 dev_set_drvdata(&pdev->dev, &mvdev->core_device); in mlx5vf_pci_probe()
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | cq.c | 64 dma_free_coherent(&(rdev->lldi.pdev->dev), in destroy_cq() 98 cq->queue = dma_alloc_coherent(&rdev->lldi.pdev->dev, cq->memsize, in create_cq() 174 dma_free_coherent(&rdev->lldi.pdev->dev, cq->memsize, cq->queue, in create_cq()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-uclogic-params.c | 858 iface = to_usb_interface(hdev->dev.parent); in uclogic_params_huion_init() 1415 iface = to_usb_interface(hdev->dev.parent); in uclogic_params_ugee_v2_init() 1563 iface = to_usb_interface(hdev->dev.parent); in uclogic_params_init()
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | ghes.c | 1330 generic = *(struct acpi_hest_generic **)ghes_dev->dev.platform_data; in ghes_probe() 1437 ghes->dev = &ghes_dev->dev; in ghes_probe()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi_buf_trans.c | 1410 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev); in tgl_get_combo_buf_trans_dp() 1694 struct drm_i915_private *i915 = to_i915(encoder->base.dev); in mtl_get_cx0_buf_trans() 1709 struct drm_i915_private *i915 = to_i915(encoder->base.dev); in intel_ddi_buf_trans_init()
|