Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Dvpfe_mc_capture.h47 #define to_vpfe_device(ptr_module) \ argument
48 container_of(ptr_module, struct vpfe_device, vpfe_##ptr_module)
49 #define to_device(ptr_module) \ argument
50 (to_vpfe_device(ptr_module)->dev)
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss.h34 #define to_iss_device(ptr_module) \ argument
35 container_of(ptr_module, struct iss_device, ptr_module)
36 #define to_device(ptr_module) \ argument
37 (to_iss_device(ptr_module)->dev)
/linux-4.1.27/drivers/media/platform/omap3isp/
Disp.h43 #define to_isp_device(ptr_module) \ argument
44 container_of(ptr_module, struct isp_device, isp_##ptr_module)
45 #define to_device(ptr_module) \ argument
46 (to_isp_device(ptr_module)->dev)