Searched refs:RT_DM_IDA_INIT (Results 1 – 6 of 6) sorted by relevance
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);
46 #define RT_DM_IDA_INIT(id) { .master_id = MASTER_ID_##id } macro
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 9 milliseconds