Lines Matching defs:ics_native
31 struct ics_native {
38 #define to_ics_native(_ics) container_of(_ics, struct ics_native, ics)
40 static void __iomem *ics_native_xive(struct ics_native *in, unsigned int vec)
49 struct ics_native *in = to_ics_native(ics);
78 static void ics_native_do_mask(struct ics_native *in, unsigned int vec)
87 struct ics_native *in = to_ics_native(ics);
102 struct ics_native *in = to_ics_native(ics);
136 struct ics_native *in = to_ics_native(ics);
148 struct ics_native *in = to_ics_native(ics);
158 struct ics_native *in = to_ics_native(ics);
170 struct ics_native *in = to_ics_native(ics);
185 struct ics_native *ics;
189 ics = kzalloc(sizeof(struct ics_native), GFP_KERNEL);