Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h113852 struct of_bus { struct
113853 const char *name;
113854 const char *addresses;
113855 int (*match)(struct device_node *);
113856 void (*count_cells)(struct device_node *, int *, int *);
113857 u64 (*map)(__be32 *, const __be32 *, int, int, int);
113858 int (*translate)(__be32 *, u64, int);
113859 bool has_flags;
113860 unsigned int (*get_flags)(const __be32 *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h121242 struct of_bus { struct
121243 const char *name;
121244 const char *addresses;
121245 int (*match)(struct device_node *);
121246 void (*count_cells)(struct device_node *, int *, int *);
121247 u64 (*map)(__be32 *, const __be32 *, int, int, int);
121248 int (*translate)(__be32 *, u64, int);
121249 bool has_flags;
121250 unsigned int (*get_flags)(const __be32 *);