Home
last modified time | relevance | path

Searched refs:dev (Results 25251 – 25275 of 26800) sorted by relevance

1...<<1011101210131014101510161017101810191020>>...1072

/openbmc/linux/drivers/pci/hotplug/
H A Dacpiphp_ibm.c262 dev_name(&note->device->dev), in ibm_handle_events()
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_netdev.c362 SET_NETDEV_DEV(netdev, ibdev->dev.parent); in opa_vnic_add_netdev()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.h191 struct hfi1_ibdev *dev; member
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c447 &netdev->dev); in i40e_ddp_flash()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/
H A Dvlc_3.0.20.bb133 INSANE_SKIP:${PN} = "dev-so"
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmp2856.c402 data = devm_kzalloc(&client->dev, sizeof(struct mp2856_data), in mp2856_probe()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c66 struct drm_device *ddev = bo->base.dev; in ttm_tt_create()
/openbmc/docs/
H A Dfeatures.md96 https://github.com/openbmc/docs/blob/master/development/dev-environment.md
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmhi.c397 mhi_ctrl->cntrl_dev = ab->dev; in ath11k_mhi_register()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-init.c33 adap->dev = d; in dvb_usb_adapter_init()
/openbmc/qemu/docs/system/arm/
H A Dmps2.rst6 The Arm MPS2, MPS2+ and MPS3 dev boards are FPGA based (the 2+ has a
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h652 struct device *dev; member
/openbmc/linux/fs/btrfs/
H A Dbtrfs_inode.h418 bool btrfs_data_csum_ok(struct btrfs_bio *bbio, struct btrfs_device *dev,
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.c1801 dev_info(&ha->pdev->dev, "Resetting rom_lock\n"); in qla4_82xx_rom_lock_recovery()
2038 rdmem_buffer = dma_alloc_coherent(&ha->pdev->dev, in qla4_8xxx_minidump_pex_dma_read()
2072 dma_free_coherent(&ha->pdev->dev, in qla4_8xxx_minidump_pex_dma_read()
2076 rdmem_buffer = dma_alloc_coherent(&ha->pdev->dev, size, in qla4_8xxx_minidump_pex_dma_read()
2126 dma_free_coherent(&ha->pdev->dev, size, rdmem_buffer, in qla4_8xxx_minidump_pex_dma_read()
3223 kobject_uevent_env(&(&ha->pdev->dev)->kobj, KOBJ_CHANGE, envp); in qla4_8xxx_uevent_emit()
4033 sys_info = dma_alloc_coherent(&ha->pdev->dev, sizeof(*sys_info), in qla4_8xxx_get_sys_info()
4082 dma_free_coherent(&ha->pdev->dev, sizeof(*sys_info), sys_info, in qla4_8xxx_get_sys_info()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mbx.c574 dev_name(&ha->pdev->dev), 0x1020+0x800, in qla2x00_mailbox_command()
2148 pdb_dma = dma_map_single(&vha->hw->pdev->dev, pdb, in qla24xx_get_port_database()
2179 dma_unmap_single(&vha->hw->pdev->dev, pdb_dma, in qla24xx_get_port_database()
5063 dma_free_coherent(&ha->pdev->dev, ELS_CMD_MAP_SIZE, in qla25xx_set_els_cmds_supported()
5121 mcp->mb[1] = dev; in qla2x00_read_sfp()
5175 mcp->mb[1] = dev; in qla2x00_write_sfp()
5950 ha->md_tmplt_hdr = dma_alloc_coherent(&ha->pdev->dev, in qla82xx_md_get_template()
6000 ha->md_tmplt_hdr = dma_alloc_coherent(&ha->pdev->dev, in qla8044_md_get_template()
6442 dd_dma = dma_map_single(&vha->hw->pdev->dev, in qla26xx_dport_diagnostics()
6472 dma_unmap_single(&vha->hw->pdev->dev, dd_dma, in qla26xx_dport_diagnostics()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c781 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_cxt_src_t2_free()
804 *p_virt = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_cxt_t2_alloc_pages()
930 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_ilt_shadow_free()
968 p_virt = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, size, in qed_ilt_blk_alloc()
2245 p_virt = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_cxt_dynamic_ilt_alloc()
2384 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_cxt_free_ilt_range()
/openbmc/linux/Documentation/driver-api/gpio/
H A Ddriver.rst484 girq->parents = devm_kcalloc(dev, 1, sizeof(*girq->parents),
492 return devm_gpiochip_add_data(dev, &g->gc, g);
553 ret = devm_request_threaded_irq(dev, irq, NULL,
568 return devm_gpiochip_add_data(dev, &g->gc, g);
641 return devm_gpiochip_add_data(dev, &g->gc, g);
661 the irqchip can initialize. E.g. .dev and .can_sleep shall be set up
/openbmc/qemu/target/riscv/
H A Dcpu.c1157 static void riscv_cpu_realize(DeviceState *dev, Error **errp) in riscv_cpu_realize() argument
1159 CPUState *cs = CPU(dev); in riscv_cpu_realize()
1160 RISCVCPU *cpu = RISCV_CPU(dev); in riscv_cpu_realize()
1161 RISCVCPUClass *mcc = RISCV_CPU_GET_CLASS(dev); in riscv_cpu_realize()
1164 if (object_dynamic_cast(OBJECT(dev), TYPE_RISCV_CPU_ANY) != NULL) { in riscv_cpu_realize()
1192 mcc->parent_realize(dev, errp); in riscv_cpu_realize()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch494 + rendered += ".post%d.dev%d" % (post_version+1, pieces["distance"])
496 + rendered += ".post0.dev%d" % (pieces["distance"])
502 + rendered = "0.post0.dev%d" % pieces["distance"]
1652 - rendered += ".post.dev%%d" %% pieces["distance"]
1659 + rendered += ".post0.dev%%d" %% (pieces["distance"])
1665 - rendered = "0.post.dev%%d" %% pieces["distance"]
1666 + rendered = "0.post0.dev%%d" %% pieces["distance"]
2167 - rendered += ".post.dev%d" % pieces["distance"]
2174 + rendered += ".post0.dev%d" % (pieces["distance"])
2180 - rendered = "0.post.dev%d" % pieces["distance"]
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_0.c4211 dev_warn(adev->dev, "(%d) create HDP EOP bo failed\n", r); in gfx_v10_0_mec_init()
4235 dev_err(adev->dev, "(%d) failed to create mec fw bo\n", r); in gfx_v10_0_mec_init()
4561 dev_err(adev->dev, "Failed to init rlc BOs!\n"); in gfx_v10_0_sw_init()
5251 dev_err(adev->dev, "failed to parse rlc toc\n"); in gfx_v10_0_calc_toc_total_size()
5708 dev_err(adev->dev, "(%d) failed to create pfp fw bo\n", r); in gfx_v10_0_cp_gfx_load_pfp_microcode()
5786 dev_err(adev->dev, "(%d) failed to create ce fw bo\n", r); in gfx_v10_0_cp_gfx_load_ce_microcode()
5863 dev_err(adev->dev, "(%d) failed to create me fw bo\n", r); in gfx_v10_0_cp_gfx_load_me_microcode()
5927 dev_err(adev->dev, "(%d) failed to load pfp fw\n", r); in gfx_v10_0_cp_gfx_load_microcode()
5933 dev_err(adev->dev, "(%d) failed to load ce fw\n", r); in gfx_v10_0_cp_gfx_load_microcode()
5939 dev_err(adev->dev, "(%d) failed to load me fw\n", r); in gfx_v10_0_cp_gfx_load_microcode()
[all …]
/openbmc/u-boot/
H A DMakefile351 ifneq ($(shell $(CROSS_COMPILE)ld.bfd -v 2> /dev/null),)
390 UBOOTRELEASE = $(shell cat include/config/uboot.release 2> /dev/null)
903 MKIMAGEOUTPUT ?= /dev/null
1621 $${date} -u -d "$${SOURCE_DATE}" >/dev/null 2>&1 && DATE="$${date}"; \
1756 $(filter-out include, $(shell ls -1 $d 2>/dev/null))))
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass825 git commit $commitopts -F $commitmsgfile --author "${BUILDHISTORY_COMMIT_AUTHOR}" > /dev/null
845 git tag -f ${BUILDHISTORY_TAG}-minus-3 ${BUILDHISTORY_TAG}-minus-2 > /dev/null 2>&1 || true
846 git tag -f ${BUILDHISTORY_TAG}-minus-2 ${BUILDHISTORY_TAG}-minus-1 > /dev/null 2>&1 || true
847 git tag -f ${BUILDHISTORY_TAG}-minus-1 > /dev/null 2>&1 || true
854 HOSTNAME=`hostname 2>/dev/null || echo unknown`
/openbmc/linux/Documentation/networking/
H A Dscaling.rst159 /sys/class/net/<dev>/queues/rx-<n>/rps_cpus
328 /sys/class/net/<dev>/queues/rx-<n>/rps_flow_cnt
474 /sys/class/net/<dev>/queues/tx-<n>/xps_cpus
478 /sys/class/net/<dev>/queues/tx-<n>/xps_rxqs
506 /sys/class/net/<dev>/queues/tx-<n>/tx_maxrate
/openbmc/qemu/qapi/
H A Dqom.json649 # /dev/dax0.0 requires 2M alignment rather than 4K. In such
822 # which represents a pre-opened /dev/iommu. This allows the
825 # process, e.g. DPDK. (default: QEMU opens /dev/iommu by itself)
837 # @pci-dev: PCI device ID to be associated with the node
844 'data': { 'pci-dev': 'str',
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c2336 if (cfg->dev) { in mp_irqdomain_create()
2337 fn = of_node_to_fwnode(cfg->dev); in mp_irqdomain_create()
2350 if (!cfg->dev) in mp_irqdomain_create()
2359 if (!cfg->dev) in mp_irqdomain_create()
2379 if (!cfg->dev) in ioapic_destroy_irqdomain()

1...<<1011101210131014101510161017101810191020>>...1072