Searched refs:rt_dm_ida (Results 1 – 8 of 8) sorted by relevance
37 struct rt_dm_ida struct53 int rt_dm_ida_alloc(struct rt_dm_ida *ida); argument54 rt_bool_t rt_dm_ida_take(struct rt_dm_ida *ida, int id);55 void rt_dm_ida_free(struct rt_dm_ida *ida, int id);
27 struct rt_dm_ida;40 struct rt_dm_ida *ida;
30 static struct rt_dm_ida cdrom_ida = RT_DM_IDA_INIT(CUSTOM);31 static struct rt_dm_ida scsi_cdrom_ida = RT_DM_IDA_INIT(SCSI_CDROM);
33 static struct rt_dm_ida sd_ida = RT_DM_IDA_INIT(CUSTOM);34 static struct rt_dm_ida scsi_sd_ida = RT_DM_IDA_INIT(SCSI_SD);
63 int rt_dm_ida_alloc(struct rt_dm_ida *ida) in rt_dm_ida_alloc()96 rt_bool_t rt_dm_ida_take(struct rt_dm_ida *ida, int id) in rt_dm_ida_take()124 void rt_dm_ida_free(struct rt_dm_ida *ida, int id) in rt_dm_ida_free()
27 static struct rt_dm_ida led_ida = RT_DM_IDA_INIT(LED);
41 static struct rt_dm_ida sdio_ida = RT_DM_IDA_INIT(SDIO);
19 static struct rt_dm_ida nvme_controller_ida = RT_DM_IDA_INIT(CUSTOM);20 static struct rt_dm_ida nvme_ida = RT_DM_IDA_INIT(NVME);
Completed in 13 milliseconds