Lines Matching defs:layout
32 " no layout-id property is present");
114 int layout, struct resource *res)
120 /* Machines with layout 76 and 36 (K2 based) have a weird device
127 * normal layout
129 if (layout != 76 && layout != 36)
158 int i, layout = 0, rlen, ok = force;
186 const u32 *id = of_get_property(sound, "layout-id", NULL);
189 layout = *id;
191 "sound-layout-%d", layout);
204 layout = -1;
208 /* for the time being, until we can handle non-layout-id
210 * layout-id property or we haven't been forced to attach.
211 * When there are two i2s busses and only one has a layout-id,
254 if (i2sbus_get_and_fixup_rsrc(np,i,layout,&dev->resources[i]))