Home
last modified time | relevance | path

Searched refs:ext_caps (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A DMakefile4 mipi-i3c-hci-y := core.o ext_caps.o pio.o dma.o \
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h90 * @ext_caps: Keep the data struct with all the information about the
93 union dpcd_sink_ext_caps *ext_caps; member
H A Damdgpu_dm.c2201 caps->ext_caps = &aconnector->dc_link->dpcd_sink_ext_caps; in update_connector_ext_caps()
2206 if (caps->ext_caps->bits.oled == 1 /*|| in update_connector_ext_caps()
2207 caps->ext_caps->bits.sdr_aux_backlight_control == 1 || in update_connector_ext_caps()
2208 caps->ext_caps->bits.hdr_aux_backlight_control == 1*/) in update_connector_ext_caps()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h143 * @ext_caps: Keep the data struct with all the information about the
146 union dpcd_sink_ext_caps *ext_caps; member
H A Damdgpu_dm.c3073 caps->ext_caps = &aconnector->dc_link->dpcd_sink_ext_caps; in update_connector_ext_caps()
3076 if (caps->ext_caps->bits.oled == 1 in update_connector_ext_caps()
3079 * caps->ext_caps->bits.sdr_aux_backlight_control == 1 || in update_connector_ext_caps()
3080 * caps->ext_caps->bits.hdr_aux_backlight_control == 1 in update_connector_ext_caps()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c1943 kfree(xhci->ext_caps); in xhci_mem_cleanup()
1953 xhci->ext_caps = NULL; in xhci_mem_cleanup()
2250 xhci->ext_caps[xhci->num_ext_caps++] = temp; in xhci_add_in_port()
2372 xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), in xhci_setup_port_arrays()
2374 if (!xhci->ext_caps) in xhci_setup_port_arrays()
H A Dxhci.c4577 if (xhci->ext_caps[i] & capability) { in xhci_check_usb2_port_capability()
4579 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability()
4580 port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); in xhci_check_usb2_port_capability()
H A Dxhci.h1914 u32 *ext_caps; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
H A Dxhci.c4462 if (xhci->ext_caps[i] & capability) { in xhci_check_usb2_port_capability()
4464 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability()
4465 port_count = XHCI_EXT_PORT_COUNT(xhci->ext_caps[i]); in xhci_check_usb2_port_capability()
H A Dxhci.h1923 u32 *ext_caps; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dwmi.c599 const struct ath12k_wmi_hal_reg_caps_ext_params *ext_caps, in ath12k_pull_reg_cap_svc_rdy_ext()
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()
597 ath12k_pull_reg_cap_svc_rdy_ext(struct ath12k_wmi_pdev *wmi_handle, const struct ath12k_wmi_soc_hal_reg_caps_params *reg_caps, const struct ath12k_wmi_hal_reg_caps_ext_params *ext_caps, u8 phy_idx, struct ath12k_wmi_hal_reg_capabilities_ext_arg *param) ath12k_pull_reg_cap_svc_rdy_ext() argument

Completed in 61 milliseconds