Home
last modified time | relevance | path

Searched refs:xe_device_create (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_device.h44 struct xe_device *xe_device_create(struct pci_dev *pdev,
H A Dxe_device.c414 struct xe_device *xe_device_create(struct pci_dev *pdev, in xe_device_create() function
502 ALLOW_ERROR_INJECTION(xe_device_create, ERRNO); /* See xe_pci_probe() */
H A Dxe_pci.c787 xe = xe_device_create(pdev, ent); in xe_pci_probe()