Lines Matching defs:list
1168 const __be32 *list;
1170 list = of_get_property(np, "atmel,mux-mask", &size);
1171 if (!list) {
1176 size /= sizeof(*list);
1201 const __be32 *list;
1213 list = of_get_property(np, "atmel,pins", &size);
1215 size /= sizeof(*list);
1232 pin->bank = be32_to_cpu(*list++);
1233 pin->pin = be32_to_cpu(*list++);
1235 pin->mux = be32_to_cpu(*list++);
1236 pin->conf = be32_to_cpu(*list++);
1768 * We only set up the handler for the first of the list.