Home
last modified time | relevance | path

Searched refs:dev (Results 25126 – 25150 of 26800) sorted by relevance

1...<<1001100210031004100510061007100810091010>>...1072

/openbmc/linux/Documentation/arch/arm/sa1100/
H A Dassabet.rst198 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 Dcx24123.c1085 state->tuner_i2c_adapter.dev.parent = i2c->dev.parent; in cx24123_attach()
/openbmc/linux/drivers/video/fbdev/
H A Doffb.c416 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 Dnuvoton-npcm730-kudo.dts59 // dev/jtag0
60 dev-num = <0>;
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Diser_verbs.c51 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 Dmmhub_v1_0.c723 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 Dfb.h484 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 Dqla_dfs.c188 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 Dbtqca.c571 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 Dxlnx_dpdma.c579 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 DMakefile51 rustdoc_test_kernel_quiet=>/dev/null
55 rustdoc_test_kernel_quiet=>/dev/null
/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/
H A Dlocal.conf.sample106 # "dev-pkgs" - add -dev packages for all installed packages
/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/
H A Dlocal.conf.sample106 # "dev-pkgs" - add -dev packages for all installed packages
/openbmc/qemu/target/i386/
H A Dcpu.c5310 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 Ddm-raid.rst201 [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 Dpmac.c54 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 Dbfad_im.c535 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 Dquota.c873 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 Dsuper.c1301 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 Dccu-sun8i-r40.c1287 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 Dmain.c29 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 Dcq.c64 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 Dhid-uclogic-params.c858 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 Dghes.c1330 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 Dintel_ddi_buf_trans.c1410 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()

1...<<1001100210031004100510061007100810091010>>...1072