Searched refs:max_ports (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | ehci-hcd.c | 151 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_get_portsc_register() local 153 if (port < 0 || port >= max_ports) { in ehci_get_portsc_register() 211 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); in ehci_shutdown() local 223 for (i = 0; i < max_ports; i++) { in ehci_shutdown()
|
D | xhci.c | 894 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root() local 897 le16_to_cpu(req->index) > max_ports) { in xhci_submit_root()
|
/external/angle/include/EGL/ |
D | eglext.h | 813 …play dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_por… 822 …play dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_por…
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 803 …play dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_por… 812 …play dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_por…
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 819 …play dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_por… 828 …play dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_por…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | eglew.h | 874 … dpy, const EGLAttrib * attrib_list, EGLOutputPortEXT * ports, EGLint max_ports, EGLint * num_po…
|
/external/crosvm/gpu_renderer/src/generated/ |
D | epoxy_egl.rs | 30764 max_ports: EGLint,
|