Searched refs:devcap (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_devcaps.h | 42 uint32_t devcap) in vmw_devcap_get() argument 46 return vmw->devcaps[devcap]; in vmw_devcap_get()
|
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | sil-sii8620.c | 80 u8 devcap[MHL_DCAP_SIZE]; member 528 sii8620_update_array(ctx->devcap, dcap, MHL_DCAP_SIZE); in sii8620_mr_devcap() 582 ctx->devcap[reg] = msg->ret; in sii8620_mt_read_devcap_reg_recv() 1307 static const u8 devcap[MHL_DCAP_SIZE] = { in sii8620_set_dev_cap() local 1334 sii8620_write_buf(ctx, REG_MHL_DEVCAP_0, devcap, ARRAY_SIZE(devcap)); in sii8620_set_dev_cap() 1593 memset(ctx->devcap, 0, sizeof(ctx->devcap)); in sii8620_disconnect() 2252 bool can_pack = ctx->devcap[MHL_DCAP_VID_LINK_MODE] & in sii8620_mode_valid()
|
| /linux-6.15/drivers/pci/ |
| H A D | pci-bridge-emul.h | 47 __le32 devcap; member
|
| H A D | probe.c | 1634 pci_read_config_dword(pdev, pos + PCI_EXP_DEVCAP, &pdev->devcap); in set_pcie_port_type() 1635 pdev->pcie_mpss = FIELD_GET(PCI_EXP_DEVCAP_PAYLOAD, pdev->devcap); in set_pcie_port_type()
|
| H A D | quirks.c | 6194 u32 l1_lat = FIELD_GET(PCI_EXP_DEVCAP_L1, dev->devcap); in aspm_l1_acceptable_latency() 6197 dev->devcap |= FIELD_PREP(PCI_EXP_DEVCAP_L1, 7); in aspm_l1_acceptable_latency()
|
| H A D | pci.c | 4587 if (!(dev->devcap & PCI_EXP_DEVCAP_FLR)) in pcie_reset_flr()
|
| /linux-6.15/drivers/usb/typec/ |
| H A D | class.c | 839 u32 devcap = PD_VDO_UFP_DEVCAP(id->vdo[0]); in typec_partner_set_identity() local 841 if (devcap & (DEV_USB2_CAPABLE | DEV_USB2_BILLBOARD)) in typec_partner_set_identity() 843 if (devcap & DEV_USB3_CAPABLE) in typec_partner_set_identity() 845 if (devcap & DEV_USB4_CAPABLE) in typec_partner_set_identity()
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | aspm.c | 582 encoding = FIELD_GET(PCI_EXP_DEVCAP_L0S, endpoint->devcap); in pcie_aspm_check_latency() 586 encoding = FIELD_GET(PCI_EXP_DEVCAP_L1, endpoint->devcap); in pcie_aspm_check_latency()
|
| /linux-6.15/include/linux/ |
| H A D | pci.h | 357 u32 devcap; /* PCIe Device Capabilities */ member
|