Home
last modified time | relevance | path

Searched defs:to_macio_driver (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmacio.h139 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dmacio.h140 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver) macro