Home
last modified time | relevance | path

Searched refs:to_eisa_driver (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Deisa.h66 #define to_eisa_driver(drv) container_of_const(drv,struct eisa_driver, driver) macro
/linux/drivers/eisa/
H A Deisa-bus.c111 const struct eisa_driver *edrv = to_eisa_driver(drv); in eisa_bus_match()