Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h96305 struct isa_driver { struct
96306 int (*match)(struct device *, unsigned int);
96307 int (*probe)(struct device *, unsigned int);
96308 void (*remove)(struct device *, unsigned int);
96309 void (*shutdown)(struct device *, unsigned int);
96310 int (*suspend)(struct device *, unsigned int, pm_message_t);
96311 int (*resume)(struct device *, unsigned int);
96312 struct device_driver driver;
96313 struct device *devices;
H A Dvmlinux_518.h96305 struct isa_driver { struct
96306 int (*match)(struct device *, unsigned int);
96307 int (*probe)(struct device *, unsigned int);
96308 void (*remove)(struct device *, unsigned int);
96309 void (*shutdown)(struct device *, unsigned int);
96310 int (*suspend)(struct device *, unsigned int, pm_message_t);
96311 int (*resume)(struct device *, unsigned int);
96312 struct device_driver driver;
96313 struct device *devices;