Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dide.h590 #define to_ide_drv(obj, cont_type) \ argument
591 container_of(obj, struct cont_type, dev)
593 #define ide_drv_g(disk, cont_type) \ argument
594 container_of((disk)->private_data, struct cont_type, driver)