Home
last modified time | relevance | path

Searched refs:ida_alloc (Results 1 – 25 of 154) sorted by relevance

1234567

/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_gp.c49 retval = ida_alloc(&gp_client_ida, GFP_KERNEL); in gp_aux_bus_probe()
75 retval = ida_alloc(&gp_client_ida, GFP_KERNEL); in gp_aux_bus_probe()
/linux/lib/
H A Dmemregion.c11 return ida_alloc(&memregion_ids, gfp); in memregion_alloc()
/linux/fs/smb/server/mgmt/
H A Dksmbd_ida.c32 return ida_alloc(ida, KSMBD_DEFAULT_GFP); in ksmbd_acquire_id()
/linux/sound/soc/sdca/
H A Dsdca_function_device.c54 rc = ida_alloc(&sdca_function_ida, GFP_KERNEL); in sdca_dev_register()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_idc.c71 ret = ida_alloc(&idpf_idc_ida, GFP_KERNEL); in idpf_plug_vport_aux_dev()
209 ret = ida_alloc(&idpf_idc_ida, GFP_KERNEL); in idpf_plug_core_aux_dev()
/linux/drivers/thermal/testing/
H A Dzone.c202 ret = ida_alloc(&tt_thermal_zones_ida, GFP_KERNEL); in tt_add_tz()
344 id = ida_alloc(&tt_zone->ida, GFP_KERNEL); in tt_zone_add_trip()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_aux.c35 id = ida_alloc(&aux_ida, GFP_KERNEL); in ionic_auxbus_register()
/linux/drivers/staging/greybus/
H A Daudio_manager.c47 id = ida_alloc(&module_id, GFP_KERNEL); in gb_audio_manager_add()
H A Dvibrator.c156 vib->minor = ida_alloc(&minors, GFP_KERNEL); in gb_vibrator_probe()
/linux/drivers/virt/coco/
H A Dtsm-core.c42 id = ida_alloc(&tsm_ida, GFP_KERNEL); in alloc_tsm_dev()
/linux/drivers/gpu/drm/bridge/
H A Daux-bridge.c54 ret = ida_alloc(&drm_aux_bridge_ida, GFP_KERNEL); in drm_aux_bridge_register()
H A Daux-hpd-bridge.c59 ret = ida_alloc(&drm_aux_hpd_bridge_ida, GFP_KERNEL); in devm_drm_dp_hpd_bridge_alloc()
/linux/drivers/nvdimm/
H A Ddax_devs.c58 nd_pfn->id = ida_alloc(&nd_region->dax_ida, GFP_KERNEL); in nd_dax_alloc()
/linux/drivers/misc/
H A Drpmb-core.c175 ret = ida_alloc(&rpmb_ida, GFP_KERNEL); in rpmb_dev_register()
/linux/drivers/clk/spacemit/
H A Dccu_common.c105 ret = ida_alloc(&auxiliary_ids, GFP_KERNEL); in spacemit_ccu_reset_register()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecard_dev.c31 return ida_alloc(&mlxsw_linecard_bdev_ida, GFP_KERNEL); in mlxsw_linecard_bdev_id_alloc()
/linux/drivers/counter/
H A Dcounter-core.c103 err = ida_alloc(&counter_ida, GFP_KERNEL); in counter_alloc()
/linux/drivers/pps/clients/
H A Dpps_parport.c151 index = ida_alloc(&pps_client_index, GFP_KERNEL); in parport_attach()
/linux/drivers/misc/cardreader/
H A Dalcor_pci.c113 ret = ida_alloc(&alcor_pci_idr, GFP_KERNEL); in alcor_pci_probe()
/linux/drivers/gpio/
H A Dgpio-exar.c199 index = ida_alloc(&ida_index, GFP_KERNEL); in gpio_exar_probe()
/linux/include/linux/
H A Didr.h291 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() function
/linux/drivers/fpga/
H A Dfpga-region.c208 id = ida_alloc(&fpga_region_ida, GFP_KERNEL); in __fpga_region_register_full()
/linux/drivers/char/hw_random/
H A Dvirtio-rng.c141 vi->index = index = ida_alloc(&rng_index_ida, GFP_KERNEL); in probe_common()
/linux/drivers/rpmsg/
H A Drpmsg_ctrl.c164 ret = ida_alloc(&rpmsg_ctrl_ida, GFP_KERNEL); in rpmsg_ctrldev_probe()
/linux/net/core/
H A Dsock_reuseport.c225 id = ida_alloc(&reuseport_ida, GFP_ATOMIC); in reuseport_alloc()
393 id = ida_alloc(&reuseport_ida, GFP_ATOMIC); in reuseport_resurrect()

1234567