Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h95343 struct rio_driver { struct
95344 struct list_head node;
95345 char *name;
95346 const struct rio_device_id *id_table;
95347 int (*probe)(struct rio_dev *, const struct rio_device_id *);
95348 void (*remove)(struct rio_dev *);
95349 void (*shutdown)(struct rio_dev *);
95350 int (*suspend)(struct rio_dev *, u32);
95351 int (*resume)(struct rio_dev *);
95352 int (*enable_wake)(struct rio_dev *, u32, int);
[all …]