/openbmc/linux/drivers/pci/hotplug/ |
H A D | acpiphp_ibm.c | 262 dev_name(¬e->device->dev), in ibm_handle_events()
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_netdev.c | 362 SET_NETDEV_DEV(netdev, ibdev->dev.parent); in opa_vnic_add_netdev()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | verbs.h | 191 struct hfi1_ibdev *dev; member
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ddp.c | 447 &netdev->dev); in i40e_ddp_flash()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/ |
H A D | vlc_3.0.20.bb | 133 INSANE_SKIP:${PN} = "dev-so"
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | mp2856.c | 402 data = devm_kzalloc(&client->dev, sizeof(struct mp2856_data), in mp2856_probe()
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_tt.c | 66 struct drm_device *ddev = bo->base.dev; in ttm_tt_create()
|
/openbmc/docs/ |
H A D | features.md | 96 https://github.com/openbmc/docs/blob/master/development/dev-environment.md
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mhi.c | 397 mhi_ctrl->cntrl_dev = ab->dev; in ath11k_mhi_register()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-init.c | 33 adap->dev = d; in dvb_usb_adapter_init()
|
/openbmc/qemu/docs/system/arm/ |
H A D | mps2.rst | 6 The Arm MPS2, MPS2+ and MPS3 dev boards are FPGA based (the 2+ has a
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.h | 652 struct device *dev; member
|
/openbmc/linux/fs/btrfs/ |
H A D | btrfs_inode.h | 418 bool btrfs_data_csum_ok(struct btrfs_bio *bbio, struct btrfs_device *dev,
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.c | 1801 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 D | qla_mbx.c | 574 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 D | qed_cxt.c | 781 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 D | driver.rst | 484 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 D | cpu.c | 1157 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 D | 0001-Update-Versioneer-to-0.22.patch | 494 + 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 D | gfx_v10_0.c | 4211 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 D | Makefile | 351 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 D | buildhistory.bbclass | 825 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 D | scaling.rst | 159 /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 D | qom.json | 649 # /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 D | io_apic.c | 2336 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()
|