Searched refs:camio_ext (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/camera/
H A Dmsm_io7x.c36 static struct msm_camera_io_ext camio_ext; variable in typeref:struct:msm_camera_io_ext
40 static struct msm_camera_io_ext camio_ext; variable in typeref:struct:msm_camera_io_ext
121 camio_ext = camdev->ioext;
123 appio = request_mem_region(camio_ext.appphy,
124 camio_ext.appsz, pdev->name);
130 appbase = ioremap(camio_ext.appphy,
131 camio_ext.appsz);
137 mdcio = request_mem_region(camio_ext.mdcphy,
138 camio_ext.mdcsz, pdev->name);
144 mdcbase = ioremap(camio_ext
[all...]
H A Dmsm_io8x.c36 static struct msm_camera_io_ext camio_ext; variable in typeref:struct:msm_camera_io_ext
129 camio_ext = camdev->ioext;
131 appio = request_mem_region(camio_ext.appphy,
132 camio_ext.appsz, pdev->name);
138 appbase = ioremap(camio_ext.appphy,
139 camio_ext.appsz);
145 mdcio = request_mem_region(camio_ext.mdcphy,
146 camio_ext.mdcsz, pdev->name);
152 mdcbase = ioremap(camio_ext.mdcphy,
153 camio_ext
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_io7x.c36 static struct msm_camera_io_ext camio_ext; variable in typeref:struct:msm_camera_io_ext
40 static struct msm_camera_io_ext camio_ext; variable in typeref:struct:msm_camera_io_ext
121 camio_ext = camdev->ioext;
123 appio = request_mem_region(camio_ext.appphy,
124 camio_ext.appsz, pdev->name);
130 appbase = ioremap(camio_ext.appphy,
131 camio_ext.appsz);
137 mdcio = request_mem_region(camio_ext.mdcphy,
138 camio_ext.mdcsz, pdev->name);
144 mdcbase = ioremap(camio_ext
[all...]
H A Dmsm_io8x.c36 static struct msm_camera_io_ext camio_ext; variable in typeref:struct:msm_camera_io_ext
129 camio_ext = camdev->ioext;
131 appio = request_mem_region(camio_ext.appphy,
132 camio_ext.appsz, pdev->name);
138 appbase = ioremap(camio_ext.appphy,
139 camio_ext.appsz);
145 mdcio = request_mem_region(camio_ext.mdcphy,
146 camio_ext.mdcsz, pdev->name);
152 mdcbase = ioremap(camio_ext.mdcphy,
153 camio_ext
[all...]

Completed in 109 milliseconds