Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/sysdev/
Dfsl_rio.h99 struct fsl_rio_pw { struct
125 extern struct fsl_rio_pw *pw; argument
129 extern int fsl_rio_port_write_init(struct fsl_rio_pw *pw);
Dfsl_rmu.c40 #define IRQ_RIO_PW(m) (((struct fsl_rio_pw *)(m))->pwirq)
393 struct fsl_rio_pw *pw = (struct fsl_rio_pw *)dev_instance; in fsl_rio_port_write_handler()
483 struct fsl_rio_pw *pw = container_of(work, struct fsl_rio_pw, pw_work); in fsl_pw_dpc()
541 int fsl_rio_port_write_init(struct fsl_rio_pw *pw) in fsl_rio_port_write_init()
Dfsl_rio.c95 struct fsl_rio_pw *pw;
549 pw = kzalloc(sizeof(struct fsl_rio_pw), GFP_KERNEL); in fsl_rio_setup()