Home
last modified time | relevance | path

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

12

/linux-6.6.21/drivers/gpio/
Dgpio-latch.c160 priv->shadow = devm_bitmap_zalloc(&pdev->dev, n_latches * priv->n_latched_gpios, in gpio_latch_probe()
Dgpio-sim.c398 chip->value_map = devm_bitmap_zalloc(dev, num_lines, GFP_KERNEL); in gpio_sim_add_bank()
402 chip->pull_map = devm_bitmap_zalloc(dev, num_lines, GFP_KERNEL); in gpio_sim_add_bank()
/linux-6.6.21/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.c364 msi_data->used = devm_bitmap_zalloc(&pdev->dev, msi_data->irqs_num, GFP_KERNEL); in ls_scfg_msi_probe()
/linux-6.6.21/drivers/power/supply/
Dpower_supply_hwmon.c347 psyhw->props = devm_bitmap_zalloc(dev, in power_supply_add_hwmon_sysfs()
/linux-6.6.21/lib/
Dbitmap.c1443 unsigned long *devm_bitmap_zalloc(struct device *dev, in devm_bitmap_zalloc() function
1448 EXPORT_SYMBOL_GPL(devm_bitmap_zalloc);
/linux-6.6.21/drivers/pci/controller/dwc/
Dpcie-designware-ep.c732 ep->ib_window_map = devm_bitmap_zalloc(dev, pci->num_ib_windows, in dw_pcie_ep_init()
737 ep->ob_window_map = devm_bitmap_zalloc(dev, pci->num_ob_windows, in dw_pcie_ep_init()
/linux-6.6.21/drivers/soc/ti/
Dk3-ringacc.c1413 ringacc->rings_inuse = devm_bitmap_zalloc(dev, ringacc->num_rings, in k3_ringacc_init()
1415 ringacc->proxy_inuse = devm_bitmap_zalloc(dev, ringacc->num_proxies, in k3_ringacc_init()
1491 ringacc->rings_inuse = devm_bitmap_zalloc(dev, ringacc->num_rings, in k3_ringacc_dmarings_init()
/linux-6.6.21/include/linux/
Dbitmap.h131 unsigned long *devm_bitmap_zalloc(struct device *dev,
/linux-6.6.21/drivers/infiniband/hw/erdma/
Derdma_cmdq.c75 cmdq->comp_wait_bitmap = devm_bitmap_zalloc( in erdma_cmdq_wait_res_init()
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.c1927 table->mem_table.bmap = devm_bitmap_zalloc(rvu->dev, table_size, in rvu_npc_exact_init()
1935 table->cam_table.bmap = devm_bitmap_zalloc(rvu->dev, 32, GFP_KERNEL); in rvu_npc_exact_init()
1943 table->id_bmap = devm_bitmap_zalloc(rvu->dev, table->tot_ids, in rvu_npc_exact_init()
/linux-6.6.21/drivers/pci/controller/
Dpcie-iproc-msi.c591 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-6.6.21/drivers/hwtracing/coresight/
Dcoresight-stm.c857 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp, in stm_probe()
/linux-6.6.21/drivers/soc/qcom/
Dllcc-qcom.c1016 drv_data->bitmap = devm_bitmap_zalloc(dev, drv_data->max_slices, in qcom_llcc_probe()
/linux-6.6.21/drivers/iommu/
Dtegra-smmu.c1095 smmu->asids = devm_bitmap_zalloc(dev, soc->num_asids, GFP_KERNEL); in tegra_smmu_probe()
/linux-6.6.21/drivers/net/ethernet/ti/
Dcpsw_ale.c1382 ale->p0_untag_vid_mask = devm_bitmap_zalloc(params->dev, VLAN_N_VID, in cpsw_ale_create()
/linux-6.6.21/drivers/firmware/
Dti_sci.c3189 res->desc[i].res_map = devm_bitmap_zalloc(dev, res_count, in devm_ti_sci_get_resource_sets()
3358 minfo->xfer_alloc_table = devm_bitmap_zalloc(dev, in ti_sci_probe()
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c1223 nic_dev->vlan_bitmap = devm_bitmap_zalloc(&pdev->dev, VLAN_N_VID, in nic_dev_init()
/linux-6.6.21/drivers/leds/rgb/
Dleds-qcom-lpg.c1306 lpg->lut_bitmap = devm_bitmap_zalloc(lpg->dev, lpg->lut_size, GFP_KERNEL); in lpg_init_lut()
/linux-6.6.21/drivers/perf/
Darm-cci.c1629 cci_pmu->hw_events.used_mask = devm_bitmap_zalloc(dev, in cci_pmu_alloc()
/linux-6.6.21/drivers/net/dsa/hirschmann/
Dhellcreek.c1971 port->vlan_dev_bitmap = devm_bitmap_zalloc(dev, VLAN_N_VID, in hellcreek_probe()
/linux-6.6.21/drivers/net/wireless/ath/carl9170/
Dmain.c1949 ar->mem_bitmap = devm_bitmap_zalloc(&ar->udev->dev, ar->fw.mem_blocks, GFP_KERNEL); in carl9170_register()
/linux-6.6.21/drivers/firmware/arm_scmi/
Ddriver.c2224 info->xfer_alloc_table = devm_bitmap_zalloc(dev, MSG_TOKEN_MAX, in __scmi_xfer_info_init()
/linux-6.6.21/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2268 hisi_hba->slot_index_tags = devm_bitmap_zalloc(dev, s, GFP_KERNEL); in hisi_sas_alloc()

12