Home
last modified time | relevance | path

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

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