Searched defs:rio_driver (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 34799 struct rio_driver { struct 34800 struct list_head node; 34801 char *name; 34802 const struct rio_device_id *id_table; 34803 int (*probe)(struct rio_dev *, const struct rio_device_id *); 34804 void (*remove)(struct rio_dev *); 34805 void (*shutdown)(struct rio_dev *); 34806 int (*suspend)(struct rio_dev *, u32); 34807 int (*resume)(struct rio_dev *); 34808 int (*enable_wake)(struct rio_dev *, u32, int); [all …]
|
H A D | vmlinux_602.h | 34799 struct rio_driver { struct 34800 struct list_head node; 34801 char *name; 34802 const struct rio_device_id *id_table; 34803 int (*probe)(struct rio_dev *, const struct rio_device_id *); 34804 void (*remove)(struct rio_dev *); 34805 void (*shutdown)(struct rio_dev *); 34806 int (*suspend)(struct rio_dev *, u32); 34807 int (*resume)(struct rio_dev *); 34808 int (*enable_wake)(struct rio_dev *, u32, int); [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 82789 struct rio_driver { struct 82790 struct list_head node; 82791 char *name; 82792 const struct rio_device_id *id_table; 82793 int (*probe)(struct rio_dev *, const struct rio_device_id *); 82794 void (*remove)(struct rio_dev *); 82795 void (*shutdown)(struct rio_dev *); 82796 int (*suspend)(struct rio_dev *, u32); 82797 int (*resume)(struct rio_dev *); 82798 int (*enable_wake)(struct rio_dev *, u32, int); [all …]
|
H A D | vmlinux_518.h | 82789 struct rio_driver { struct 82790 struct list_head node; 82791 char *name; 82792 const struct rio_device_id *id_table; 82793 int (*probe)(struct rio_dev *, const struct rio_device_id *); 82794 void (*remove)(struct rio_dev *); 82795 void (*shutdown)(struct rio_dev *); 82796 int (*suspend)(struct rio_dev *, u32); 82797 int (*resume)(struct rio_dev *); 82798 int (*enable_wake)(struct rio_dev *, u32, int); [all …]
|