/linux-2.6.39/ |
D | Kbuild | 4 # 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/ |
D | soc_camera_platform.c | 106 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()
|
D | ak881x.c | 160 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()
|
D | imx074.c | 223 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()
|
D | ov9740.c | 815 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()
|
D | ov9640.c | 637 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()
|
D | mt9m001.c | 285 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()
|
D | sh_mobile_ceu_camera.c | 1137 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()
|
D | mt9t031.c | 424 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/ |
D | sn9c102_tas5110d.c | 45 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 = {
|
D | sn9c102_tas5110c1b.c | 63 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 = {
|
D | sn9c102_tas5130d1b.c | 63 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 = {
|
D | sn9c102_pas202bcb.c | 178 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 = {
|
D | sn9c102_core.c | 146 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 …]
|
D | sn9c102_mi0360.c | 267 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 = {
|
D | sn9c102_hv7131d.c | 124 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 = {
|
D | sn9c102_hv7131r.c | 214 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 = {
|
D | sn9c102_pas106b.c | 143 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 = {
|
D | sn9c102_mi0343.c | 197 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 = {
|
D | sn9c102_mt9v111.c | 169 u8 v_start = (u8) (rect->top - s->cropcap.bounds.top) + 2; in mt9v111_set_crop() 214 .bounds = {
|
D | sn9c102_ov7630.c | 385 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/ |
D | et61x251_core.c | 123 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/ |
D | bttv-vbi.c | 187 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/ |
D | policydb.h | 68 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/ |
D | go7007-v4l2.c | 1308 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 …]
|