Lines Matching defs:sp_platform
28 struct sp_platform {
85 struct sp_platform *sp_platform = sp->dev_specific;
98 sp_platform->irq_count = count;
125 struct sp_platform *sp_platform;
135 sp_platform = devm_kzalloc(dev, sizeof(*sp_platform), GFP_KERNEL);
136 if (!sp_platform)
139 sp->dev_specific = sp_platform;
160 sp_platform->coherent = (attr == DEV_DMA_COHERENT);
161 if (sp_platform->coherent)