Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Disa.h23 #define to_isa_driver(x) container_of((x), struct isa_driver, driver) macro
/linux-2.6.39/drivers/base/
Disa.c27 struct isa_driver *isa_driver = to_isa_driver(driver); in isa_bus_match()