Home
last modified time | relevance | path

Searched refs:ext_caps (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h93 union dpcd_sink_ext_caps *ext_caps; member
H A Damdgpu_dm.c2198 caps->ext_caps = &aconnector->dc_link->dpcd_sink_ext_caps; in update_connector_ext_caps()
2203 if (caps->ext_caps->bits.oled == 1 /*|| in update_connector_ext_caps()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2032 kfree(xhci->ext_caps); in xhci_mem_cleanup()
2042 xhci->ext_caps = NULL; in xhci_mem_cleanup()
2323 xhci->ext_caps[xhci->num_ext_caps++] = temp; in xhci_add_in_port()
2442 xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), in xhci_setup_port_arrays()
2444 if (!xhci->ext_caps) in xhci_setup_port_arrays()
H A Dxhci.c4558 if (xhci->ext_caps[i] & capability) { in xhci_check_usb2_port_capability()
4560 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability()
4561 port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); in xhci_check_usb2_port_capability()
H A Dxhci.h1923 u32 *ext_caps; member