Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.c33 lim = cptr->info->def.type_int.min_value; in pvr2_ctrl_range_check()
38 lim = cptr->info->def.type_int.max_value; in pvr2_ctrl_range_check()
109 ret = cptr->info->def.type_int.max_value; in pvr2_ctrl_get_max()
125 ret = cptr->info->def.type_int.min_value; in pvr2_ctrl_get_min()
Dpvrusb2-hdw-internal.h112 } type_int; member
Dpvrusb2-hdw.c944 .def.type_int.min_value = vmin, \
945 .def.type_int.max_value = vmax
2470 ciptr->def.type_int.min_value = qctrl.minimum; in pvr2_hdw_create()
2471 ciptr->def.type_int.max_value = qctrl.maximum; in pvr2_hdw_create()
/Linux-v4.19/include/linux/usb/
Dgadget.h162 unsigned type_int:1; member
182 .type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \
/Linux-v4.19/drivers/usb/usbip/
Dvudc_dev.c555 ep->ep.caps.type_int = true; in init_vudc_hw()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_gadget.c613 mep->ep.caps.type_int = true; in init_hw_ep()
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c846 ep->ep.caps.type_int = true; in ast_vhub_alloc_epn()
/Linux-v4.19/drivers/usb/gadget/udc/
Dcore.c973 if (!ep->caps.type_int && !ep->caps.type_bulk) in usb_gadget_ep_match_desc()
Ds3c-hsudc.c1012 hsep->ep.caps.type_int = true; in s3c_hsudc_initep()
Dfotg210-udc.c1152 ep->ep.caps.type_int = true; in fotg210_udc_probe()
Dfusb300_udc.c1456 ep->ep.caps.type_int = true; in fusb300_probe()
Dm66592-udc.c1636 ep->ep.caps.type_int = true; in m66592_probe()
Dudc-xilinx.c1314 ep->ep_usb.caps.type_int = true; in xudc_eps_init()
Dgr_udc.c2008 ep->ep.caps.type_int = true; in gr_ep_init()
Dmv_u3d_core.c1345 ep->ep.caps.type_int = true; in mv_u3d_eps_init()
Dr8a66597-udc.c1927 ep->ep.caps.type_int = true; in r8a66597_probe()
Datmel_usba_udc.c2118 ep->ep.caps.type_int = true; in atmel_udc_of_init()
Dmv_udc_core.c1278 ep->ep.caps.type_int = true; in eps_init()
Dfsl_udc_core.c2309 ep->ep.caps.type_int = true; in struct_ep_setup()
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dmod_gadget.c1140 uep->ep.caps.type_int = true; in usbhs_mod_gadget_probe()
/Linux-v4.19/drivers/usb/dwc3/
Dgadget.c2110 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_in_endpoint()
2126 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_out_endpoint()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-udc.c1392 ep->ep.caps.type_int = true; in isp1760_udc_init_eps()
/Linux-v4.19/drivers/usb/musb/
Dmusb_gadget.c1732 ep->end_point.caps.type_int = true; in init_peripheral_ep()
/Linux-v4.19/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c1974 ep->usb_ep.caps.type_int = true; in init_ep()
/Linux-v4.19/drivers/usb/chipidea/
Dudc.c1663 hwep->ep.caps.type_int = true; in init_eps()

12