fsl_rio_pw
struct fsl_rio_pw *pw;
pw = kzalloc_obj(struct fsl_rio_pw);
extern struct fsl_rio_pw *pw;
extern int fsl_rio_port_write_init(struct fsl_rio_pw *pw);
#define IRQ_RIO_PW(m) (((struct fsl_rio_pw *)(m))->pwirq)
struct fsl_rio_pw *pw = (struct fsl_rio_pw *)dev_instance;
struct fsl_rio_pw *pw = container_of(work, struct fsl_rio_pw, pw_work);
int fsl_rio_port_write_init(struct fsl_rio_pw *pw)