type_int           23 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		lim = cptr->info->def.type_int.min_value;
type_int           28 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 		lim = cptr->info->def.type_int.max_value;
type_int           99 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 			ret = cptr->info->def.type_int.max_value;
type_int          115 drivers/media/usb/pvrusb2/pvrusb2-ctrl.c 			ret = cptr->info->def.type_int.min_value;
type_int          102 drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h 		} type_int;
type_int          938 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	.def.type_int.min_value = vmin, \
type_int          939 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	.def.type_int.max_value = vmax
type_int         2481 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			ciptr->def.type_int.min_value = qctrl.minimum;
type_int         2482 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			ciptr->def.type_int.max_value = qctrl.maximum;
type_int         2518 drivers/usb/cdns3/gadget.c 			priv_ep->endpoint.caps.type_int = 1;
type_int         1700 drivers/usb/chipidea/udc.c 				hwep->ep.caps.type_int = true;
type_int         4670 drivers/usb/dwc2/gadget.c 		hs_ep->ep.caps.type_int = true;
type_int         2258 drivers/usb/dwc3/gadget.c 	dep->endpoint.caps.type_int = true;
type_int         2305 drivers/usb/dwc3/gadget.c 	dep->endpoint.caps.type_int = true;
type_int          842 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	ep->ep.caps.type_int = true;
type_int         2165 drivers/usb/gadget/udc/atmel_usba_udc.c 			ep->ep.caps.type_int = true;
type_int         1974 drivers/usb/gadget/udc/bdc/bdc_ep.c 		ep->usb_ep.caps.type_int = true;
type_int          989 drivers/usb/gadget/udc/core.c 		if (!ep->caps.type_int && !ep->caps.type_bulk)
type_int         1148 drivers/usb/gadget/udc/fotg210-udc.c 			ep->ep.caps.type_int = true;
type_int         2410 drivers/usb/gadget/udc/fsl_qe_udc.c 		ep->ep.caps.type_int = true;
type_int         2333 drivers/usb/gadget/udc/fsl_udc_core.c 		ep->ep.caps.type_int = true;
type_int         1459 drivers/usb/gadget/udc/fusb300_udc.c 			ep->ep.caps.type_int = true;
type_int         2008 drivers/usb/gadget/udc/gr_udc.c 		ep->ep.caps.type_int = true;
type_int         1636 drivers/usb/gadget/udc/m66592-udc.c 			ep->ep.caps.type_int = true;
type_int         1345 drivers/usb/gadget/udc/mv_u3d_core.c 		ep->ep.caps.type_int = true;
type_int         1278 drivers/usb/gadget/udc/mv_udc_core.c 		ep->ep.caps.type_int = true;
type_int         1391 drivers/usb/gadget/udc/net2272.c 			ep->ep.caps.type_int = true;
type_int         2577 drivers/usb/gadget/udc/omap_udc.c 		ep->ep.caps.type_int = true;
type_int         2868 drivers/usb/gadget/udc/pch_udc.c 			ep->ep.caps.type_int = true;
type_int         1927 drivers/usb/gadget/udc/r8a66597-udc.c 			ep->ep.caps.type_int = true;
type_int         2612 drivers/usb/gadget/udc/renesas_usb3.c 		usb3_ep->ep.caps.type_int = true;
type_int         1012 drivers/usb/gadget/udc/s3c-hsudc.c 		hsep->ep.caps.type_int = true;
type_int         1314 drivers/usb/gadget/udc/udc-xilinx.c 			ep->ep_usb.caps.type_int = true;
type_int         1392 drivers/usb/isp1760/isp1760-udc.c 			ep->ep.caps.type_int = true;
type_int          638 drivers/usb/mtu3/mtu3_gadget.c 		mep->ep.caps.type_int = true;
type_int         1721 drivers/usb/musb/musb_gadget.c 		ep->end_point.caps.type_int = true;
type_int         1159 drivers/usb/renesas_usbhs/mod_gadget.c 				uep->ep.caps.type_int = true;
type_int          556 drivers/usb/usbip/vudc_dev.c 			ep->ep.caps.type_int = true;
type_int          166 include/linux/usb/gadget.h 	unsigned type_int:1;
type_int          186 include/linux/usb/gadget.h 		.type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \