Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/headers/include/remoteproc/
Dremoteproc.h340 struct rproc_ops { struct
341 int (*start)(struct rproc *rproc);
342 int (*stop)(struct rproc *rproc);
343 void (*kick)(struct rproc *rproc, int vqid);
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h116322 struct rproc_ops { struct
116323 int (*prepare)(struct rproc *);
116324 int (*unprepare)(struct rproc *);
116325 int (*start)(struct rproc *);
116326 int (*stop)(struct rproc *);
116327 int (*attach)(struct rproc *);
116328 int (*detach)(struct rproc *);
116329 void (*kick)(struct rproc *, int);
116330 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
116331 int (*parse_fw)(struct rproc *, const struct firmware *);
[all …]
H A Dvmlinux_518.h116322 struct rproc_ops { struct
116323 int (*prepare)(struct rproc *);
116324 int (*unprepare)(struct rproc *);
116325 int (*start)(struct rproc *);
116326 int (*stop)(struct rproc *);
116327 int (*attach)(struct rproc *);
116328 int (*detach)(struct rproc *);
116329 void (*kick)(struct rproc *, int);
116330 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
116331 int (*parse_fw)(struct rproc *, const struct firmware *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A 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 …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h56814 struct rproc_ops { struct
56815 int (*prepare)(struct rproc *);
56816 int (*unprepare)(struct rproc *);
56817 int (*start)(struct rproc *);
56818 int (*stop)(struct rproc *);
56819 int (*attach)(struct rproc *);
56820 int (*detach)(struct rproc *);
56821 void (*kick)(struct rproc *, int);
56822 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
56823 int (*parse_fw)(struct rproc *, const struct firmware *);
[all …]
H A Dvmlinux.h56814 struct rproc_ops { struct
56815 int (*prepare)(struct rproc *);
56816 int (*unprepare)(struct rproc *);
56817 int (*start)(struct rproc *);
56818 int (*stop)(struct rproc *);
56819 int (*attach)(struct rproc *);
56820 int (*detach)(struct rproc *);
56821 void (*kick)(struct rproc *, int);
56822 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
56823 int (*parse_fw)(struct rproc *, const struct firmware *);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A 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 …]