Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i3c/master/mipi-i3c-hci/
DMakefile4 mipi-i3c-hci-y := core.o ext_caps.o pio.o dma.o \
/Linux-v6.6/drivers/usb/host/
Dxhci-mem.c1915 kfree(xhci->ext_caps); in xhci_mem_cleanup()
1925 xhci->ext_caps = NULL; in xhci_mem_cleanup()
2060 xhci->ext_caps[xhci->num_ext_caps++] = temp; in xhci_add_in_port()
2180 xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), in xhci_setup_port_arrays()
2182 if (!xhci->ext_caps) in xhci_setup_port_arrays()
Dxhci.c4452 if (xhci->ext_caps[i] & capability) { in xhci_check_usb2_port_capability()
4454 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability()
4455 port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); in xhci_check_usb2_port_capability()
Dxhci.h1922 u32 *ext_caps; member
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.h146 union dpcd_sink_ext_caps *ext_caps; member
Damdgpu_dm.c3080 caps->ext_caps = &aconnector->dc_link->dpcd_sink_ext_caps; in update_connector_ext_caps()
3083 if (caps->ext_caps->bits.oled == 1 in update_connector_ext_caps()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dwmi.c599 const struct ath12k_wmi_hal_reg_caps_ext_params *ext_caps, in ath12k_pull_reg_cap_svc_rdy_ext() argument
605 if (!reg_caps || !ext_caps) in ath12k_pull_reg_cap_svc_rdy_ext()
611 ext_reg_cap = &ext_caps[phy_idx]; in ath12k_pull_reg_cap_svc_rdy_ext()