Searched refs:devcap (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_devcaps.h42 uint32_t devcap)
46 return vmw->devcaps[devcap];
41 vmw_devcap_get(struct vmw_private *vmw, uint32_t devcap) argument
/linux-master/drivers/pci/
H A Dpci-bridge-emul.h47 __le32 devcap; member in struct:pci_bridge_emul_pcie_conf
H A Dprobe.c1554 pci_read_config_dword(pdev, pos + PCI_EXP_DEVCAP, &pdev->devcap);
1555 pdev->pcie_mpss = FIELD_GET(PCI_EXP_DEVCAP_PAYLOAD, pdev->devcap);
H A Dquirks.c6154 u32 l1_lat = FIELD_GET(PCI_EXP_DEVCAP_L1, dev->devcap);
6157 dev->devcap |= FIELD_PREP(PCI_EXP_DEVCAP_L1, 7);
H A Dpci.c4481 if (!(dev->devcap & PCI_EXP_DEVCAP_FLR))
/linux-master/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c80 u8 devcap[MHL_DCAP_SIZE]; member in struct:sii8620
528 sii8620_update_array(ctx->devcap, dcap, MHL_DCAP_SIZE);
582 ctx->devcap[reg] = msg->ret;
1307 static const u8 devcap[MHL_DCAP_SIZE] = { local
1334 sii8620_write_buf(ctx, REG_MHL_DEVCAP_0, devcap, ARRAY_SIZE(devcap));
1593 memset(ctx->devcap, 0, sizeof(ctx->devcap));
2252 bool can_pack = ctx->devcap[MHL_DCAP_VID_LINK_MODE] &
/linux-master/drivers/pci/pcie/
H A Daspm.c563 encoding = FIELD_GET(PCI_EXP_DEVCAP_L0S, endpoint->devcap);
567 encoding = FIELD_GET(PCI_EXP_DEVCAP_L1, endpoint->devcap);
/linux-master/include/linux/
H A Dpci.h347 u32 devcap; /* PCIe Device Capabilities */ member in struct:pci_dev

Completed in 332 milliseconds