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.h54 struct amdxdna_dev_ops { struct
55 int (*init)(struct amdxdna_dev *xdna);
56 void (*fini)(struct amdxdna_dev *xdna);
57 int (*resume)(struct amdxdna_dev *xdna);
58 int (*suspend)(struct amdxdna_dev *xdna);
59 int (*sriov_configure)(struct amdxdna_dev *xdna, int num_vfs);
60 int (*mmap)(struct amdxdna_client *client, struct vm_area_struct *vma);
61 int (*hwctx_init)(struct amdxdna_hwctx *hwctx);
62 void (*hwctx_fini)(struct amdxdna_hwctx *hwctx);
63 int (*hwctx_config)(struct amdxdna_hwctx *hwctx, u32 type, u64 value, void *buf, u32 size);
[all …]