Home
last modified time | relevance | path

Searched refs:type_int (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.c23 lim = cptr->info->def.type_int.min_value; in pvr2_ctrl_range_check()
28 lim = cptr->info->def.type_int.max_value; in pvr2_ctrl_range_check()
99 ret = cptr->info->def.type_int.max_value; in pvr2_ctrl_get_max()
115 ret = cptr->info->def.type_int.min_value; in pvr2_ctrl_get_min()
H A Dpvrusb2-hdw-internal.h102 } type_int; member
H A Dpvrusb2-hdw.c937 .def.type_int.min_value = vmin, \
938 .def.type_int.max_value = vmax
2480 ciptr->def.type_int.min_value = qctrl.minimum; in pvr2_hdw_create()
2481 ciptr->def.type_int.max_value = qctrl.maximum; in pvr2_hdw_create()
/linux/include/uapi/linux/usb/
H A Draw_gadget.h123 __u32 type_int : 1; member
/linux/include/linux/usb/
H A Dgadget.h163 * @type_int:Endpoint supports interrupt transfers.
171 unsigned type_int:1; member
191 .type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \
/linux/drivers/usb/usbip/
H A Dvudc_dev.c555 ep->ep.caps.type_int = true; in init_vudc_hw()
/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c1235 raw_caps->type_int = caps->type_int; in fill_ep_caps()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget.c672 mep->ep.caps.type_int = true; in init_hw_ep()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c849 ep->ep.caps.type_int = true; in ast_vhub_alloc_epn()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1697 pep->endpoint.caps.type_int = true; in cdnsp_gadget_init_endpoints()
1713 str_yes_no(pep->endpoint.caps.type_int), in cdnsp_gadget_init_endpoints()
/linux/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c1159 uep->ep.caps.type_int = true; in usbhs_mod_gadget_probe()
/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c3188 !epn->ep.caps.type_bulk || epn->ep.caps.type_int) { in usbf_epn_check()
3197 epn->ep.caps.type_bulk || !epn->ep.caps.type_int) { in usbf_epn_check()
3206 epn->ep.caps.type_bulk || epn->ep.caps.type_int) { in usbf_epn_check()
H A Dcore.c1081 if (!ep->caps.type_int && !ep->caps.type_bulk) in usb_gadget_ep_match_desc()
H A Dmax3420_udc.c1190 ep->ep_usb.caps.type_int = false; in max3420_eps_init()
H A Dm66592-udc.c1634 ep->ep.caps.type_int = true; in m66592_probe()
H A Dudc-xilinx.c1322 ep->ep_usb.caps.type_int = true; in xudc_eps_init()
H A Dgr_udc.c2012 ep->ep.caps.type_int = true; in gr_ep_init()
H A Datmel_usba_udc.c2234 ep->ep.caps.type_int = true; in atmel_udc_of_init()
H A Dpch_udc.c2805 ep->ep.caps.type_int = true; in pch_udc_pcd_reinit()
H A Dfsl_qe_udc.c2421 ep->ep.caps.type_int = true; in qe_ep_config()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c2228 pep->endpoint.caps.type_int = 1; in cdns2_init_eps()
2238 str_yes_no(pep->endpoint.caps.type_int), in cdns2_init_eps()
/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c1249 ep->ep.caps.type_int = true; in fotg210_udc_probe()
/linux/drivers/usb/isp1760/
H A Disp1760-udc.c1485 ep->ep.caps.type_int = true; in isp1760_udc_init_eps()
/linux/drivers/usb/dwc3/
H A Dgadget.c3262 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_in_endpoint()
3309 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_out_endpoint()
/linux/drivers/usb/chipidea/
H A Dudc.c2046 hwep->ep.caps.type_int = true; in init_eps()

12