Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/media/usb/pvrusb2/
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()
Dpvrusb2-hdw-internal.h102 } type_int; member
Dpvrusb2-hdw.c938 .def.type_int.min_value = vmin, \
939 .def.type_int.max_value = vmax
2481 ciptr->def.type_int.min_value = qctrl.minimum; in pvr2_hdw_create()
2482 ciptr->def.type_int.max_value = qctrl.maximum; in pvr2_hdw_create()
/Linux-v5.4/include/linux/usb/
Dgadget.h166 unsigned type_int:1; member
186 .type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \
/Linux-v5.4/drivers/usb/usbip/
Dvudc_dev.c556 ep->ep.caps.type_int = true; in init_vudc_hw()
/Linux-v5.4/drivers/usb/mtu3/
Dmtu3_gadget.c638 mep->ep.caps.type_int = true; in init_hw_ep()
/Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c842 ep->ep.caps.type_int = true; in ast_vhub_alloc_epn()
/Linux-v5.4/drivers/usb/gadget/udc/
Dcore.c989 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.c1148 ep->ep.caps.type_int = true; in fotg210_udc_probe()
Dfusb300_udc.c1459 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.c2165 ep->ep.caps.type_int = true; in atmel_udc_of_init()
Dfsl_udc_core.c2333 ep->ep.caps.type_int = true; in struct_ep_setup()
Dmv_udc_core.c1278 ep->ep.caps.type_int = true; in eps_init()
/Linux-v5.4/drivers/usb/renesas_usbhs/
Dmod_gadget.c1153 uep->ep.caps.type_int = true; in usbhs_mod_gadget_probe()
/Linux-v5.4/drivers/usb/dwc3/
Dgadget.c2250 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_in_endpoint()
2266 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_out_endpoint()
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-udc.c1392 ep->ep.caps.type_int = true; in isp1760_udc_init_eps()
/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c1974 ep->usb_ep.caps.type_int = true; in init_ep()
/Linux-v5.4/drivers/usb/musb/
Dmusb_gadget.c1721 ep->end_point.caps.type_int = true; in init_peripheral_ep()
/Linux-v5.4/drivers/usb/chipidea/
Dudc.c1700 hwep->ep.caps.type_int = true; in init_eps()

12