sunqec
struct sunqec *qecp = qep->parent;
struct sunqec *qecp = dev_id;
static struct sunqec *root_qec_dev;
static void qec_init_once(struct sunqec *qecp, struct platform_device *op)
static struct sunqec *get_qec(struct platform_device *child)
struct sunqec *qecp;
qecp = kzalloc_obj(struct sunqec);
struct sunqec *qecp;
struct sunqec *next = root_qec_dev->next_module;
struct sunqec *next_module; /* List of all QECs in system */
struct sunqec *parent;