Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap3isp/
H A Disp.h40 #define to_isp_device(ptr_module) \ argument
41 container_of(ptr_module, struct isp_device, isp_##ptr_module)
42 #define to_device(ptr_module) \ argument
43 (to_isp_device(ptr_module)->dev)