Home
last modified time | relevance | path

Searched refs:devm_bitmap_zalloc (Results 1 – 22 of 22) sorted by relevance

/Linux-v6.1/drivers/irqchip/
Dirq-mvebu-gicp.c213 gicp->spi_bitmap = devm_bitmap_zalloc(&pdev->dev, gicp->spi_cnt, GFP_KERNEL); in mvebu_gicp_probe()
Dirq-ls-scfg-msi.c365 msi_data->used = devm_bitmap_zalloc(&pdev->dev, msi_data->irqs_num, GFP_KERNEL); in ls_scfg_msi_probe()
/Linux-v6.1/drivers/power/supply/
Dpower_supply_hwmon.c347 psyhw->props = devm_bitmap_zalloc(dev, in power_supply_add_hwmon_sysfs()
/Linux-v6.1/lib/
Dbitmap.c1443 unsigned long *devm_bitmap_zalloc(struct device *dev, in devm_bitmap_zalloc() function
1448 EXPORT_SYMBOL_GPL(devm_bitmap_zalloc);
/Linux-v6.1/drivers/soc/ti/
Dk3-ringacc.c1405 ringacc->rings_inuse = devm_bitmap_zalloc(dev, ringacc->num_rings, in k3_ringacc_init()
1407 ringacc->proxy_inuse = devm_bitmap_zalloc(dev, ringacc->num_proxies, in k3_ringacc_init()
1484 ringacc->rings_inuse = devm_bitmap_zalloc(dev, ringacc->num_rings, in k3_ringacc_dmarings_init()
/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-designware-ep.c726 ep->ib_window_map = devm_bitmap_zalloc(dev, pci->num_ib_windows, in dw_pcie_ep_init()
731 ep->ob_window_map = devm_bitmap_zalloc(dev, pci->num_ob_windows, in dw_pcie_ep_init()
/Linux-v6.1/include/linux/
Dbitmap.h131 unsigned long *devm_bitmap_zalloc(struct device *dev,
/Linux-v6.1/drivers/infiniband/hw/erdma/
Derdma_cmdq.c75 cmdq->comp_wait_bitmap = devm_bitmap_zalloc( in erdma_cmdq_wait_res_init()
/Linux-v6.1/drivers/pci/controller/
Dpcie-iproc-msi.c592 msi->bitmap = devm_bitmap_zalloc(pcie->dev, msi->nr_msi_vecs, in iproc_msi_init()
Dpcie-apple.c619 pcie->bitmap = devm_bitmap_zalloc(pcie->dev, pcie->nvecs, GFP_KERNEL); in apple_msi_init()
/Linux-v6.1/drivers/soc/qcom/
Dllcc-qcom.c835 drv_data->bitmap = devm_bitmap_zalloc(dev, drv_data->max_slices, in qcom_llcc_probe()
/Linux-v6.1/drivers/gpio/
Dgpio-sim.c393 chip->value_map = devm_bitmap_zalloc(dev, num_lines, GFP_KERNEL); in gpio_sim_add_bank()
397 chip->pull_map = devm_bitmap_zalloc(dev, num_lines, GFP_KERNEL); in gpio_sim_add_bank()
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-stm.c889 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp, in stm_probe()
/Linux-v6.1/drivers/iommu/
Dtegra-smmu.c1094 smmu->asids = devm_bitmap_zalloc(dev, soc->num_asids, GFP_KERNEL); in tegra_smmu_probe()
/Linux-v6.1/drivers/net/ethernet/ti/
Dcpsw_ale.c1368 ale->p0_untag_vid_mask = devm_bitmap_zalloc(params->dev, VLAN_N_VID, in cpsw_ale_create()
/Linux-v6.1/drivers/leds/rgb/
Dleds-qcom-lpg.c1239 lpg->lut_bitmap = devm_bitmap_zalloc(lpg->dev, lpg->lut_size, GFP_KERNEL); in lpg_init_lut()
/Linux-v6.1/drivers/perf/
Darm-cci.c1632 cci_pmu->hw_events.used_mask = devm_bitmap_zalloc(dev, in cci_pmu_alloc()
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c1212 nic_dev->vlan_bitmap = devm_bitmap_zalloc(&pdev->dev, VLAN_N_VID, in nic_dev_init()
/Linux-v6.1/drivers/net/dsa/hirschmann/
Dhellcreek.c1973 port->vlan_dev_bitmap = devm_bitmap_zalloc(dev, VLAN_N_VID, in hellcreek_probe()
/Linux-v6.1/drivers/net/wireless/ath/carl9170/
Dmain.c1948 ar->mem_bitmap = devm_bitmap_zalloc(&ar->udev->dev, ar->fw.mem_blocks, GFP_KERNEL); in carl9170_register()
/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2205 hisi_hba->slot_index_tags = devm_bitmap_zalloc(dev, s, GFP_KERNEL); in hisi_sas_alloc()
/Linux-v6.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2922 cmdq->valid_map = (atomic_long_t *)devm_bitmap_zalloc(smmu->dev, nents, in arm_smmu_cmdq_init()