bounds             18 arch/x86/include/asm/traps.h asmlinkage void bounds(void);
bounds             75 arch/x86/kernel/idt.c 	INTG(X86_TRAP_BR,		bounds),
bounds            619 arch/x86/xen/enlighten_pv.c 	{ bounds,                      xen_bounds,                      false },
bounds            690 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 	TP_PROTO(uint32_t drm_id, int mixer, struct drm_rect *bounds),
bounds            691 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 	TP_ARGS(drm_id, mixer, bounds),
bounds            695 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 		__field_struct(	struct drm_rect,	bounds	)
bounds            700 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 		__entry->bounds = *bounds;
bounds            703 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 		  __entry->mixer, DRM_RECT_ARG(&__entry->bounds))
bounds             56 drivers/gpu/drm/nouveau/dispnv50/head507d.c 	u32 bounds = 0;
bounds             61 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		case 4: bounds |= 0x00000300; break;
bounds             62 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		case 2: bounds |= 0x00000100; break;
bounds             67 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		bounds |= 0x00000001;
bounds             69 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		bounds |= 0x00000100;
bounds             74 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		evo_data(push, bounds);
bounds             83 drivers/gpu/drm/nouveau/dispnv50/head507d.c 	u32 bounds = 0;
bounds             88 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		case 8: bounds |= 0x00000500; break;
bounds             89 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		case 4: bounds |= 0x00000300; break;
bounds             90 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		case 2: bounds |= 0x00000100; break;
bounds             91 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		case 1: bounds |= 0x00000000; break;
bounds             96 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		bounds |= 0x00000001;
bounds            101 drivers/gpu/drm/nouveau/dispnv50/head507d.c 		evo_data(push, bounds);
bounds             72 drivers/gpu/drm/nouveau/dispnv50/head907d.c 	u32 bounds = 0;
bounds             77 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		case 8: bounds |= 0x00000500; break;
bounds             78 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		case 4: bounds |= 0x00000300; break;
bounds             79 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		case 2: bounds |= 0x00000100; break;
bounds             84 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		bounds |= 0x00000001;
bounds             86 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		bounds |= 0x00000100;
bounds             91 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		evo_data(push, bounds);
bounds            100 drivers/gpu/drm/nouveau/dispnv50/head907d.c 	u32 bounds = 0;
bounds            105 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		case 8: bounds |= 0x00000500; break;
bounds            106 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		case 4: bounds |= 0x00000300; break;
bounds            107 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		case 2: bounds |= 0x00000100; break;
bounds            108 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		case 1: bounds |= 0x00000000; break;
bounds            113 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		bounds |= 0x00000001;
bounds            118 drivers/gpu/drm/nouveau/dispnv50/head907d.c 		evo_data(push, bounds);
bounds             43 drivers/gpu/drm/nouveau/dispnv50/head917d.c 	u32 bounds = 0;
bounds             48 drivers/gpu/drm/nouveau/dispnv50/head917d.c 		case 8: bounds |= 0x00000500; break;
bounds             49 drivers/gpu/drm/nouveau/dispnv50/head917d.c 		case 4: bounds |= 0x00000300; break;
bounds             50 drivers/gpu/drm/nouveau/dispnv50/head917d.c 		case 2: bounds |= 0x00000100; break;
bounds             51 drivers/gpu/drm/nouveau/dispnv50/head917d.c 		case 1: bounds |= 0x00000000; break;
bounds             56 drivers/gpu/drm/nouveau/dispnv50/head917d.c 		bounds |= 0x00020001;
bounds             61 drivers/gpu/drm/nouveau/dispnv50/head917d.c 		evo_data(push, bounds);
bounds            367 drivers/gpu/drm/panel/panel-simple.c #define PANEL_SIMPLE_BOUNDS_CHECK(to_check, bounds, field) \
bounds            368 drivers/gpu/drm/panel/panel-simple.c 	(to_check->field.typ >= bounds->field.min && \
bounds            369 drivers/gpu/drm/panel/panel-simple.c 	 to_check->field.typ <= bounds->field.max)
bounds            257 drivers/media/pci/bt8xx/bttv-driver.c 	.cropcap.bounds.left = minhdelayx1,				 \
bounds            260 drivers/media/pci/bt8xx/bttv-driver.c 	.cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
bounds            262 drivers/media/pci/bt8xx/bttv-driver.c 	.cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4,	 \
bounds            263 drivers/media/pci/bt8xx/bttv-driver.c 	.cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) -	 \
bounds            727 drivers/media/pci/bt8xx/bttv-driver.c 	btv->crop_start = tvnorm->cropcap.bounds.top
bounds            728 drivers/media/pci/bt8xx/bttv-driver.c 		+ tvnorm->cropcap.bounds.height;
bounds           1132 drivers/media/pci/bt8xx/bttv-driver.c 			btv->crop_start = tvnorm->cropcap.bounds.top
bounds           1133 drivers/media/pci/bt8xx/bttv-driver.c 				+ tvnorm->cropcap.bounds.height;
bounds           1969 drivers/media/pci/bt8xx/bttv-driver.c 	b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;
bounds           2778 drivers/media/pci/bt8xx/bttv-driver.c 		sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds;
bounds           2815 drivers/media/pci/bt8xx/bttv-driver.c 	b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;
bounds            404 drivers/media/pci/bt8xx/bttv-risc.c 	geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY;
bounds            180 drivers/media/pci/bt8xx/bttv-vbi.c 	if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top)
bounds            181 drivers/media/pci/bt8xx/bttv-vbi.c 		min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top;
bounds            247 drivers/media/pci/bt8xx/bttv-vbi.c 	max_end = (tvnorm->cropcap.bounds.top
bounds            248 drivers/media/pci/bt8xx/bttv-vbi.c 		   + tvnorm->cropcap.bounds.height) >> 1;
bounds            383 drivers/media/pci/bt8xx/bttv-vbi.c 		max_end = (tvnorm->cropcap.bounds.top
bounds            384 drivers/media/pci/bt8xx/bttv-vbi.c 			   + tvnorm->cropcap.bounds.height) >> 1;
bounds           1178 drivers/media/platform/stm32/stm32-dcmi.c 	struct v4l2_subdev_selection bounds = {
bounds           1191 drivers/media/platform/stm32/stm32-dcmi.c 			       NULL, &bounds);
bounds           1193 drivers/media/platform/stm32/stm32-dcmi.c 		*r = bounds.r;
bounds            446 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*left = cap->bounds.left;
bounds            457 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*left = cap->bounds.left;
bounds            458 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	if (cap->bounds.width > cptr->hdw->cropw_val) {
bounds            459 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		*left += cap->bounds.width - cptr->hdw->cropw_val;
bounds            471 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*top = cap->bounds.top;
bounds            482 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*top = cap->bounds.top;
bounds            483 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	if (cap->bounds.height > cptr->hdw->croph_val) {
bounds            484 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		*top += cap->bounds.height - cptr->hdw->croph_val;
bounds            498 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	bleftend = cap->bounds.left+cap->bounds.width;
bounds            514 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	btopend = cap->bounds.top+cap->bounds.height;
bounds            528 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*val = cap->bounds.left;
bounds            539 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*val = cap->bounds.top;
bounds            550 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*val = cap->bounds.width;
bounds            561 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	*val = cap->bounds.height;
bounds            744 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		sel->r = cap.bounds;
bounds            612 drivers/media/v4l2-core/v4l2-ioctl.c 		p->bounds.width, p->bounds.height,
bounds            613 drivers/media/v4l2-core/v4l2-ioctl.c 		p->bounds.left, p->bounds.top,
bounds           2396 drivers/media/v4l2-core/v4l2-ioctl.c 	p->bounds = s.r;
bounds            460 drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c 	u8 bounds;
bounds            474 drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c 		bounds = mt76x02_eeprom_get(dev, MT_EE_TX_POWER_EXT_PA_5G);
bounds            477 drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c 		bounds = mt76x02_eeprom_get(dev,
bounds            483 drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c 	t->lower_bound = 0 - (bounds & 0xf);
bounds            484 drivers/net/wireless/mediatek/mt76/mt76x2/eeprom.c 	t->upper_bound = (bounds >> 4) & 0xf;
bounds            212 fs/hpfs/hpfs.h     __le32 bounds;			/* matches corresponding word
bounds            230 fs/hpfs/hpfs.h   __le32 bounds[3];			/* looks a bit like
bounds           1173 include/uapi/linux/videodev2.h 	struct v4l2_rect        bounds;
bounds            569 security/selinux/ss/policydb.c 	    || role->bounds > p->p_roles.nprim)
bounds            588 security/selinux/ss/policydb.c 		    || typdatum->bounds > p->p_types.nprim)
bounds            606 security/selinux/ss/policydb.c 	    || usrdatum->bounds > p->p_users.nprim)
bounds           1396 security/selinux/ss/policydb.c 		role->bounds = le32_to_cpu(buf[2]);
bounds           1459 security/selinux/ss/policydb.c 		typdatum->bounds = le32_to_cpu(buf[3]);
bounds           1526 security/selinux/ss/policydb.c 		usrdatum->bounds = le32_to_cpu(buf[2]);
bounds           1647 security/selinux/ss/policydb.c 	while (upper->bounds) {
bounds           1658 security/selinux/ss/policydb.c 		upper = p->user_val_to_struct[upper->bounds - 1];
bounds           1683 security/selinux/ss/policydb.c 	while (upper->bounds) {
bounds           1694 security/selinux/ss/policydb.c 		upper = p->role_val_to_struct[upper->bounds - 1];
bounds           1719 security/selinux/ss/policydb.c 	while (upper->bounds) {
bounds           1727 security/selinux/ss/policydb.c 		upper = p->type_val_to_struct[upper->bounds - 1];
bounds           2957 security/selinux/ss/policydb.c 		buf[items++] = cpu_to_le32(role->bounds);
bounds           3005 security/selinux/ss/policydb.c 		buf[items++] = cpu_to_le32(typdatum->bounds);
bounds           3037 security/selinux/ss/policydb.c 		buf[items++] = cpu_to_le32(usrdatum->bounds);
bounds             78 security/selinux/ss/policydb.h 	u32 bounds;			/* boundary of role */
bounds            111 security/selinux/ss/policydb.h 	u32 bounds;		/* boundary of type */
bounds            119 security/selinux/ss/policydb.h 	u32 bounds;			/* bounds of user */
bounds            548 security/selinux/ss/services.c 	if (!source->bounds)
bounds            557 security/selinux/ss/services.c 	lo_scontext.type = source->bounds;
bounds            559 security/selinux/ss/services.c 	if (target->bounds) {
bounds            561 security/selinux/ss/services.c 		lo_tcontext.type = target->bounds;
bounds            899 security/selinux/ss/services.c 		if (!type->bounds)
bounds            904 security/selinux/ss/services.c 		if (type->bounds == old_context->type)
bounds            907 security/selinux/ss/services.c 		index = type->bounds;