xe_device_desc
const struct xe_device_desc *desc = lookup_desc(p);
const struct xe_device_desc *desc = lookup_desc(p);
const struct xe_device_desc *dev_desc =
(const struct xe_device_desc *)param->driver_data;
const struct xe_device_desc *desc;
static const struct xe_device_desc *lookup_desc(enum xe_platform p)
const struct xe_device_desc *desc;
const struct xe_device_desc *desc =
(const struct xe_device_desc *)pci->driver_data;
const struct xe_device_desc *desc;
static const struct xe_device_desc *xe_match_desc(struct pci_dev *pdev)
const struct xe_device_desc *match;
static const struct xe_device_desc tgl_desc = {
static const struct xe_device_desc rkl_desc = {
static const struct xe_device_desc adl_s_desc = {
static const struct xe_device_desc adl_p_desc = {
static const struct xe_device_desc adl_n_desc = {
static const struct xe_device_desc dg1_desc = {
static const struct xe_device_desc ats_m_desc = {
static const struct xe_device_desc dg2_desc = {
static const __maybe_unused struct xe_device_desc pvc_desc = {
static const struct xe_device_desc mtl_desc = {
static const struct xe_device_desc lnl_desc = {
static const struct xe_device_desc bmg_desc = {
static const struct xe_device_desc ptl_desc = {
static const struct xe_device_desc nvls_desc = {
static const struct xe_device_desc cri_desc = {
find_subplatform(const struct xe_device *xe, const struct xe_device_desc *desc)
const struct xe_device_desc *desc,
const struct xe_device_desc *desc)
const struct xe_device_desc *desc = (const void *)ent->driver_data;