/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-ctrl.c | 23 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 D | pvrusb2-hdw-internal.h | 102 } type_int; member
|
H A D | pvrusb2-hdw.c | 937 .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()
|
/openbmc/qemu/scripts/qapi/ |
H A D | introspect.py | 231 type_int = self._schema.lookup_type('int') 232 assert type_int 233 typ = type_int
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | raw_gadget.h | 113 __u32 type_int : 1; member
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget.h | 169 unsigned type_int:1; member 189 .type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 153 type_int : TYPE_INT 173 | type_int
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vudc_dev.c | 555 ep->ep.caps.type_int = true; in init_vudc_hw()
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | raw_gadget.c | 1190 raw_caps->type_int = caps->type_int; in fill_ep_caps()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_gadget.c | 671 mep->ep.caps.type_int = true; in init_hw_ep()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 1663 pep->endpoint.caps.type_int = true; in cdnsp_gadget_init_endpoints() 1679 (pep->endpoint.caps.type_int) ? "yes" : "no", in cdnsp_gadget_init_endpoints()
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | epn.c | 849 ep->ep.caps.type_int = true; in ast_vhub_alloc_epn()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_gadget.c | 1159 uep->ep.caps.type_int = true; in usbhs_mod_gadget_probe()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | renesas_usbf.c | 3188 !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 D | core.c | 1076 if (!ep->caps.type_int && !ep->caps.type_bulk) in usb_gadget_ep_match_desc()
|
H A D | max3420_udc.c | 1190 ep->ep_usb.caps.type_int = false; in max3420_eps_init()
|
H A D | fusb300_udc.c | 1457 ep->ep.caps.type_int = true; in fusb300_probe()
|
H A D | aspeed_udc.c | 1366 ep->ep.caps.type_int = true; in ast_udc_init_ep()
|
H A D | m66592-udc.c | 1634 ep->ep.caps.type_int = true; in m66592_probe()
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 2227 pep->endpoint.caps.type_int = 1; in cdns2_init_eps() 2237 (pep->endpoint.caps.type_int) ? "yes" : "no", in cdns2_init_eps()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-udc.c | 1249 ep->ep.caps.type_int = true; in fotg210_udc_probe()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-udc.c | 1485 ep->ep.caps.type_int = true; in isp1760_udc_init_eps()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | gadget.c | 3271 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_in_endpoint() 3318 dep->endpoint.caps.type_int = true; in dwc3_gadget_init_out_endpoint()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_gadget.c | 1732 ep->end_point.caps.type_int = true; in init_peripheral_ep()
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 1983 ep->usb_ep.caps.type_int = true; in init_ep()
|