Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h114502 struct rproc_ops { struct
114503 int (*prepare)(struct rproc *);
114504 int (*unprepare)(struct rproc *);
114505 int (*start)(struct rproc *);
114506 int (*stop)(struct rproc *);
114507 int (*attach)(struct rproc *);
114508 int (*detach)(struct rproc *);
114509 void (*kick)(struct rproc *, int);
114510 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
114511 int (*parse_fw)(struct rproc *, const struct firmware *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h121839 struct rproc_ops { struct
121840 int (*prepare)(struct rproc *);
121841 int (*unprepare)(struct rproc *);
121842 int (*start)(struct rproc *);
121843 int (*stop)(struct rproc *);
121844 int (*attach)(struct rproc *);
121845 int (*detach)(struct rproc *);
121846 void (*kick)(struct rproc *, int);
121847 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
121848 int (*parse_fw)(struct rproc *, const struct firmware *);
[all …]