Home
last modified time | relevance | path

Searched refs:fsl_rio_pw (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dfsl_rio.h95 struct fsl_rio_pw { struct
122 extern struct fsl_rio_pw *pw;
126 extern int fsl_rio_port_write_init(struct fsl_rio_pw *pw);
H A Dfsl_rmu.c36 #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()
H A Dfsl_rio.c91 struct fsl_rio_pw *pw;
559 pw = kzalloc(sizeof(struct fsl_rio_pw), GFP_KERNEL); in fsl_rio_setup()
561 dev_err(&dev->dev, "Can't alloc memory for 'fsl_rio_pw'\n"); in fsl_rio_setup()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dfsl_rio.h95 struct fsl_rio_pw { struct
122 extern struct fsl_rio_pw *pw;
126 extern int fsl_rio_port_write_init(struct fsl_rio_pw *pw);
H A Dfsl_rmu.c36 #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()
H A Dfsl_rio.c100 struct fsl_rio_pw *pw;
546 pw = kzalloc(sizeof(struct fsl_rio_pw), GFP_KERNEL); in fsl_rio_setup()
548 dev_err(&dev->dev, "Can't alloc memory for 'fsl_rio_pw'\n"); in fsl_rio_setup()

Completed in 7 milliseconds