Searched refs:fsl_rio_pw (Results 1 – 3 of 3) sorted by relevance
95 struct fsl_rio_pw { struct122 extern struct fsl_rio_pw *pw; argument126 extern int fsl_rio_port_write_init(struct fsl_rio_pw *pw);
36 #define IRQ_RIO_PW(m) (((struct fsl_rio_pw *)(m))->pwirq)391 struct fsl_rio_pw *pw = (struct fsl_rio_pw *)dev_instance; in fsl_rio_port_write_handler()481 struct fsl_rio_pw *pw = container_of(work, struct fsl_rio_pw, pw_work); in fsl_pw_dpc()543 int fsl_rio_port_write_init(struct fsl_rio_pw *pw) in fsl_rio_port_write_init()
100 struct fsl_rio_pw *pw;546 pw = kzalloc(sizeof(struct fsl_rio_pw), GFP_KERNEL); in fsl_rio_setup()