Home
last modified time | relevance | path

Searched defs:amdxdna_dev_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/accel/amdxdna/
Damdxdna_pci_drv.h48 struct amdxdna_dev_ops { struct
49 int (*init)(struct amdxdna_dev *xdna);
50 void (*fini)(struct amdxdna_dev *xdna);
51 int (*resume)(struct amdxdna_dev *xdna);
52 void (*suspend)(struct amdxdna_dev *xdna);
53 int (*hwctx_init)(struct amdxdna_hwctx *hwctx);
54 void (*hwctx_fini)(struct amdxdna_hwctx *hwctx);
55 int (*hwctx_config)(struct amdxdna_hwctx *hwctx, u32 type, u64 value, void *buf, u32 size);
56 void (*hmm_invalidate)(struct amdxdna_gem_obj *abo, unsigned long cur_seq);
57 void (*hwctx_suspend)(struct amdxdna_hwctx *hwctx);
[all …]