Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 25 of 92) sorted by relevance

1234

/linux-2.6.39/
DKbuild4 # 1) Generate bounds.h
5 # 2) Generate asm-offsets.h (may need bounds.h)
9 # 1) Generate bounds.h
11 bounds-file := include/generated/bounds.h
13 always := $(bounds-file)
14 targets := $(bounds-file) kernel/bounds.s
34 kernel/bounds.s: kernel/bounds.c FORCE
38 $(obj)/$(bounds-file): kernel/bounds.s Kbuild
40 $(call cmd,bounds)
80 $(obj)/$(bounds-file) FORCE
[all …]
/linux-2.6.39/drivers/media/video/
Dsoc_camera_platform.c106 a->bounds.left = 0; in soc_camera_platform_cropcap()
107 a->bounds.top = 0; in soc_camera_platform_cropcap()
108 a->bounds.width = p->format.width; in soc_camera_platform_cropcap()
109 a->bounds.height = p->format.height; in soc_camera_platform_cropcap()
110 a->defrect = a->bounds; in soc_camera_platform_cropcap()
Dak881x.c160 a->bounds.left = 0; in ak881x_cropcap()
161 a->bounds.top = 0; in ak881x_cropcap()
162 a->bounds.width = 720; in ak881x_cropcap()
163 a->bounds.height = ak881x->lines; in ak881x_cropcap()
164 a->defrect = a->bounds; in ak881x_cropcap()
Dimx074.c223 a->bounds.left = 0; in imx074_cropcap()
224 a->bounds.top = 0; in imx074_cropcap()
225 a->bounds.width = IMX074_WIDTH; in imx074_cropcap()
226 a->bounds.height = IMX074_HEIGHT; in imx074_cropcap()
227 a->defrect = a->bounds; in imx074_cropcap()
Dov9740.c815 a->bounds.left = 0; in ov9740_cropcap()
816 a->bounds.top = 0; in ov9740_cropcap()
817 a->bounds.width = ov9740_resolutions[OV9740_720P].width; in ov9740_cropcap()
818 a->bounds.height = ov9740_resolutions[OV9740_720P].height; in ov9740_cropcap()
819 a->defrect = a->bounds; in ov9740_cropcap()
Dov9640.c637 a->bounds.left = 0; in ov9640_cropcap()
638 a->bounds.top = 0; in ov9640_cropcap()
639 a->bounds.width = W_SXGA; in ov9640_cropcap()
640 a->bounds.height = H_SXGA; in ov9640_cropcap()
641 a->defrect = a->bounds; in ov9640_cropcap()
Dmt9m001.c285 a->bounds.left = MT9M001_COLUMN_SKIP; in mt9m001_cropcap()
286 a->bounds.top = MT9M001_ROW_SKIP; in mt9m001_cropcap()
287 a->bounds.width = MT9M001_MAX_WIDTH; in mt9m001_cropcap()
288 a->bounds.height = MT9M001_MAX_HEIGHT; in mt9m001_cropcap()
289 a->defrect = a->bounds; in mt9m001_cropcap()
Dsh_mobile_ceu_camera.c1137 soc_camera_limit_side(&rect->left, &rect->width, cap.bounds.left, 2, in client_s_crop()
1138 cap.bounds.width); in client_s_crop()
1139 soc_camera_limit_side(&rect->top, &rect->height, cap.bounds.top, 4, in client_s_crop()
1140 cap.bounds.height); in client_s_crop()
1155 (cap.bounds.width > width || cap.bounds.height > height)) { in client_s_crop()
1173 cam_rect->left = cap.bounds.left; in client_s_crop()
1180 cam_rect->top = cap.bounds.top; in client_s_crop()
1199 *cam_rect = cap.bounds; in client_s_crop()
1243 max_width = min(cap.bounds.width, 2560); in client_s_fmt()
1244 max_height = min(cap.bounds.height, 1920); in client_s_fmt()
Dmt9t031.c424 a->bounds.left = MT9T031_COLUMN_SKIP; in mt9t031_cropcap()
425 a->bounds.top = MT9T031_ROW_SKIP; in mt9t031_cropcap()
426 a->bounds.width = MT9T031_MAX_WIDTH; in mt9t031_cropcap()
427 a->bounds.height = MT9T031_MAX_HEIGHT; in mt9t031_cropcap()
428 a->defrect = a->bounds; in mt9t031_cropcap()
/linux-2.6.39/drivers/media/video/sn9c102/
Dsn9c102_tas5110d.c45 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 69, in tas5110d_set_crop()
46 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9; in tas5110d_set_crop()
82 .bounds = {
Dsn9c102_tas5110c1b.c63 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 69, in tas5110c1b_set_crop()
64 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 9; in tas5110c1b_set_crop()
114 .bounds = {
Dsn9c102_tas5130d1b.c63 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 104, in tas5130d1b_set_crop()
64 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 12; in tas5130d1b_set_crop()
125 .bounds = {
Dsn9c102_pas202bcb.c178 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3; in pas202bcb_set_crop()
183 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 4; in pas202bcb_set_crop()
186 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 3; in pas202bcb_set_crop()
273 .bounds = {
Dsn9c102_core.c146 struct v4l2_rect* r = &(cam->sensor.cropcap.bounds); in sn9c102_request_buffers()
1606 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left), in sn9c102_set_crop()
1607 v_start = (u8)(rect->top - s->cropcap.bounds.top), in sn9c102_set_crop()
2363 struct v4l2_rect* bounds = &(s->cropcap.bounds); in sn9c102_vidioc_s_crop() local
2395 if (rect->width > bounds->width) in sn9c102_vidioc_s_crop()
2396 rect->width = bounds->width; in sn9c102_vidioc_s_crop()
2397 if (rect->height > bounds->height) in sn9c102_vidioc_s_crop()
2398 rect->height = bounds->height; in sn9c102_vidioc_s_crop()
2399 if (rect->left < bounds->left) in sn9c102_vidioc_s_crop()
2400 rect->left = bounds->left; in sn9c102_vidioc_s_crop()
[all …]
Dsn9c102_mi0360.c267 u8 h_start = 0, v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1; in mi0360_set_crop()
271 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 0; in mi0360_set_crop()
275 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 1; in mi0360_set_crop()
397 .bounds = {
Dsn9c102_hv7131d.c124 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 2, in hv7131d_set_crop()
125 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2; in hv7131d_set_crop()
222 .bounds = {
Dsn9c102_hv7131r.c214 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 1, in hv7131r_set_crop()
215 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1; in hv7131r_set_crop()
321 .bounds = {
Dsn9c102_pas106b.c143 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 4, in pas106b_set_crop()
144 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 3; in pas106b_set_crop()
251 .bounds = {
Dsn9c102_mi0343.c197 u8 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 0, in mi0343_set_crop()
198 v_start = (u8)(rect->top - s->cropcap.bounds.top) + 2; in mi0343_set_crop()
310 .bounds = {
Dsn9c102_mt9v111.c169 u8 v_start = (u8) (rect->top - s->cropcap.bounds.top) + 2; in mt9v111_set_crop()
214 .bounds = {
Dsn9c102_ov7630.c385 u8 h_start = 0, v_start = (u8)(rect->top - s->cropcap.bounds.top) + 1; in ov7630_set_crop()
391 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 1; in ov7630_set_crop()
395 h_start = (u8)(rect->left - s->cropcap.bounds.left) + 4; in ov7630_set_crop()
565 .bounds = {
/linux-2.6.39/drivers/media/video/et61x251/
Det61x251_core.c123 struct v4l2_rect* r = &(cam->sensor.cropcap.bounds); in et61x251_request_buffers()
1078 u16 fmw_sx = (u16)(rect->left - s->cropcap.bounds.left + in et61x251_set_crop()
1080 fmw_sy = (u16)(rect->top - s->cropcap.bounds.top + in et61x251_set_crop()
1778 struct v4l2_rect* bounds = &(s->cropcap.bounds); in et61x251_vidioc_s_crop() local
1810 if (rect->width > bounds->width) in et61x251_vidioc_s_crop()
1811 rect->width = bounds->width; in et61x251_vidioc_s_crop()
1812 if (rect->height > bounds->height) in et61x251_vidioc_s_crop()
1813 rect->height = bounds->height; in et61x251_vidioc_s_crop()
1814 if (rect->left < bounds->left) in et61x251_vidioc_s_crop()
1815 rect->left = bounds->left; in et61x251_vidioc_s_crop()
[all …]
/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-vbi.c187 if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top) in vbi_buffer_prepare()
188 min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top; in vbi_buffer_prepare()
254 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
255 + tvnorm->cropcap.bounds.height) >> 1; in try_fmt()
390 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap()
391 + tvnorm->cropcap.bounds.height) >> 1; in bttv_g_fmt_vbi_cap()
/linux-2.6.39/security/selinux/ss/
Dpolicydb.h68 u32 bounds; /* boundary of role */ member
98 u32 bounds; /* boundary of type */ member
106 u32 bounds; /* bounds of user */ member
/linux-2.6.39/drivers/staging/go7007/
Dgo7007-v4l2.c1308 cropcap->bounds.top = 0; in vidioc_cropcap()
1309 cropcap->bounds.left = 0; in vidioc_cropcap()
1310 cropcap->bounds.width = 720; in vidioc_cropcap()
1311 cropcap->bounds.height = 480; in vidioc_cropcap()
1318 cropcap->bounds.top = 0; in vidioc_cropcap()
1319 cropcap->bounds.left = 0; in vidioc_cropcap()
1320 cropcap->bounds.width = 720; in vidioc_cropcap()
1321 cropcap->bounds.height = 576; in vidioc_cropcap()
1328 cropcap->bounds.top = 0; in vidioc_cropcap()
1329 cropcap->bounds.left = 0; in vidioc_cropcap()
[all …]

1234