Searched defs:rproc_ops (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/trusty/headers/include/remoteproc/ |
D | remoteproc.h | 340 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 D | vmlinux.h | 116322 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 D | vmlinux_518.h | 116322 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 D | vmlinux.h | 114502 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 D | vmlinux_608.h | 56814 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 D | vmlinux.h | 56814 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 D | vmlinux.h | 121839 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 …]
|