| /linux/drivers/misc/mchp_pci1xxxx/ |
| H A D | mchp_pci1xxxx_gp.c | 49 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 D | memregion.c | 11 return ida_alloc(&memregion_ids, gfp); in memregion_alloc()
|
| /linux/fs/smb/server/mgmt/ |
| H A D | ksmbd_ida.c | 32 return ida_alloc(ida, KSMBD_DEFAULT_GFP); in ksmbd_acquire_id()
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_function_device.c | 54 rc = ida_alloc(&sdca_function_ida, GFP_KERNEL); in sdca_dev_register()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_idc.c | 71 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 D | zone.c | 202 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 D | ionic_aux.c | 35 id = ida_alloc(&aux_ida, GFP_KERNEL); in ionic_auxbus_register()
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_manager.c | 47 id = ida_alloc(&module_id, GFP_KERNEL); in gb_audio_manager_add()
|
| H A D | vibrator.c | 156 vib->minor = ida_alloc(&minors, GFP_KERNEL); in gb_vibrator_probe()
|
| /linux/drivers/virt/coco/ |
| H A D | tsm-core.c | 42 id = ida_alloc(&tsm_ida, GFP_KERNEL); in alloc_tsm_dev()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | aux-bridge.c | 54 ret = ida_alloc(&drm_aux_bridge_ida, GFP_KERNEL); in drm_aux_bridge_register()
|
| H A D | aux-hpd-bridge.c | 59 ret = ida_alloc(&drm_aux_hpd_bridge_ida, GFP_KERNEL); in devm_drm_dp_hpd_bridge_alloc()
|
| /linux/drivers/nvdimm/ |
| H A D | dax_devs.c | 58 nd_pfn->id = ida_alloc(&nd_region->dax_ida, GFP_KERNEL); in nd_dax_alloc()
|
| /linux/drivers/misc/ |
| H A D | rpmb-core.c | 175 ret = ida_alloc(&rpmb_ida, GFP_KERNEL); in rpmb_dev_register()
|
| /linux/drivers/clk/spacemit/ |
| H A D | ccu_common.c | 105 ret = ida_alloc(&auxiliary_ids, GFP_KERNEL); in spacemit_ccu_reset_register()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_linecard_dev.c | 31 return ida_alloc(&mlxsw_linecard_bdev_ida, GFP_KERNEL); in mlxsw_linecard_bdev_id_alloc()
|
| /linux/drivers/counter/ |
| H A D | counter-core.c | 103 err = ida_alloc(&counter_ida, GFP_KERNEL); in counter_alloc()
|
| /linux/drivers/pps/clients/ |
| H A D | pps_parport.c | 151 index = ida_alloc(&pps_client_index, GFP_KERNEL); in parport_attach()
|
| /linux/drivers/misc/cardreader/ |
| H A D | alcor_pci.c | 113 ret = ida_alloc(&alcor_pci_idr, GFP_KERNEL); in alcor_pci_probe()
|
| /linux/drivers/gpio/ |
| H A D | gpio-exar.c | 199 index = ida_alloc(&ida_index, GFP_KERNEL); in gpio_exar_probe()
|
| /linux/include/linux/ |
| H A D | idr.h | 291 static inline int ida_alloc(struct ida *ida, gfp_t gfp) in ida_alloc() function
|
| /linux/drivers/fpga/ |
| H A D | fpga-region.c | 208 id = ida_alloc(&fpga_region_ida, GFP_KERNEL); in __fpga_region_register_full()
|
| /linux/drivers/char/hw_random/ |
| H A D | virtio-rng.c | 141 vi->index = index = ida_alloc(&rng_index_ida, GFP_KERNEL); in probe_common()
|
| /linux/drivers/rpmsg/ |
| H A D | rpmsg_ctrl.c | 164 ret = ida_alloc(&rpmsg_ctrl_ida, GFP_KERNEL); in rpmsg_ctrldev_probe()
|
| /linux/net/core/ |
| H A D | sock_reuseport.c | 225 id = ida_alloc(&reuseport_ida, GFP_ATOMIC); in reuseport_alloc() 393 id = ida_alloc(&reuseport_ida, GFP_ATOMIC); in reuseport_resurrect()
|