Home
last modified time | relevance | path

Searched refs:s3c24x0_children (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/arm/samsung/s3c2xx0/
HDs3c24x0.c85 } s3c24x0_children[] = { variable
501 for (i = 0; s3c24x0_children[i].name != NULL; i++) { in s3c24x0_attach()
502 child = s3c24x0_add_child(dev, s3c24x0_children[i].prio, in s3c24x0_attach()
503 s3c24x0_children[i].name, s3c24x0_children[i].unit); in s3c24x0_attach()
504 for (j = 0; j < sizeof(s3c24x0_children[i].res) / in s3c24x0_attach()
505 sizeof(s3c24x0_children[i].res[0]) && in s3c24x0_attach()
506 s3c24x0_children[i].res[j].type != 0; j++) { in s3c24x0_attach()
508 s3c24x0_children[i].res[j].type, 0, in s3c24x0_attach()
509 s3c24x0_children[i].res[j].start, in s3c24x0_attach()
510 s3c24x0_children[i].res[j].count); in s3c24x0_attach()