Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h51551 struct platform_driver { struct
51552 int (*probe)(struct platform_device *);
51553 int (*remove)(struct platform_device *);
51554 void (*remove_new)(struct platform_device *);
51555 void (*shutdown)(struct platform_device *);
51556 int (*suspend)(struct platform_device *, pm_message_t);
51557 int (*resume)(struct platform_device *);
51558 struct device_driver driver;
51559 const struct platform_device_id *id_table;
51560 bool prevent_deferred_probe;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h24492 struct platform_driver { struct
24493 int (*probe)(struct platform_device *);
24494 int (*remove)(struct platform_device *);
24495 void (*shutdown)(struct platform_device *);
24496 int (*suspend)(struct platform_device *, pm_message_t);
24497 int (*resume)(struct platform_device *);
24498 struct device_driver driver;
24499 const struct platform_device_id *id_table;
24500 bool prevent_deferred_probe;
24501 bool driver_managed_dma;
H A Dvmlinux_600.h24492 struct platform_driver { struct
24493 int (*probe)(struct platform_device *);
24494 int (*remove)(struct platform_device *);
24495 void (*shutdown)(struct platform_device *);
24496 int (*suspend)(struct platform_device *, pm_message_t);
24497 int (*resume)(struct platform_device *);
24498 struct device_driver driver;
24499 const struct platform_device_id *id_table;
24500 bool prevent_deferred_probe;
24501 bool driver_managed_dma;
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h35870 struct platform_driver { struct
35871 int (*probe)(struct platform_device *);
35872 int (*remove)(struct platform_device *);
35873 void (*shutdown)(struct platform_device *);
35874 int (*suspend)(struct platform_device *, pm_message_t);
35875 int (*resume)(struct platform_device *);
35876 struct device_driver driver;
35877 const struct platform_device_id *id_table;
35878 bool prevent_deferred_probe;
35879 bool driver_managed_dma;
H A Dvmlinux_602.h35870 struct platform_driver { struct
35871 int (*probe)(struct platform_device *);
35872 int (*remove)(struct platform_device *);
35873 void (*shutdown)(struct platform_device *);
35874 int (*suspend)(struct platform_device *, pm_message_t);
35875 int (*resume)(struct platform_device *);
35876 struct device_driver driver;
35877 const struct platform_device_id *id_table;
35878 bool prevent_deferred_probe;
35879 bool driver_managed_dma;
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h27215 struct platform_driver { struct
27216 int (*probe)(struct platform_device *);
27217 int (*remove)(struct platform_device *);
27218 void (*remove_new)(struct platform_device *);
27219 void (*shutdown)(struct platform_device *);
27220 int (*suspend)(struct platform_device *, pm_message_t);
27221 int (*resume)(struct platform_device *);
27222 struct device_driver driver;
27223 const struct platform_device_id *id_table;
27224 bool prevent_deferred_probe;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h37277 struct platform_driver { struct
37278 int (*probe)(struct platform_device *);
37279 int (*remove)(struct platform_device *);
37280 void (*shutdown)(struct platform_device *);
37281 int (*suspend)(struct platform_device *, pm_message_t);
37282 int (*resume)(struct platform_device *);
37283 struct device_driver driver;
37284 const struct platform_device_id *id_table;
37285 bool prevent_deferred_probe;
37286 bool driver_managed_dma;
H A Dvmlinux_518.h37277 struct platform_driver { struct
37278 int (*probe)(struct platform_device *);
37279 int (*remove)(struct platform_device *);
37280 void (*shutdown)(struct platform_device *);
37281 int (*suspend)(struct platform_device *, pm_message_t);
37282 int (*resume)(struct platform_device *);
37283 struct device_driver driver;
37284 const struct platform_device_id *id_table;
37285 bool prevent_deferred_probe;
37286 bool driver_managed_dma;
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h37220 struct platform_driver { struct
37221 int (*probe)(struct platform_device *);
37222 int (*remove)(struct platform_device *);
37223 void (*remove_new)(struct platform_device *);
37224 void (*shutdown)(struct platform_device *);
37225 int (*suspend)(struct platform_device *, pm_message_t);
37226 int (*resume)(struct platform_device *);
37227 struct device_driver driver;
37228 const struct platform_device_id *id_table;
37229 bool prevent_deferred_probe;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h35246 struct platform_driver { struct
35247 int (*probe)(struct platform_device *);
35248 int (*remove)(struct platform_device *);
35249 void (*shutdown)(struct platform_device *);
35250 int (*suspend)(struct platform_device *, pm_message_t);
35251 int (*resume)(struct platform_device *);
35252 struct device_driver driver;
35253 const struct platform_device_id *id_table;
35254 bool prevent_deferred_probe;
35255 bool driver_managed_dma;
H A Dvmlinux.h35246 struct platform_driver { struct
35247 int (*probe)(struct platform_device *);
35248 int (*remove)(struct platform_device *);
35249 void (*shutdown)(struct platform_device *);
35250 int (*suspend)(struct platform_device *, pm_message_t);
35251 int (*resume)(struct platform_device *);
35252 struct device_driver driver;
35253 const struct platform_device_id *id_table;
35254 bool prevent_deferred_probe;
35255 bool driver_managed_dma;
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h22121 struct platform_driver { struct
22122 int (*probe)(struct platform_device *);
22123 int (*remove)(struct platform_device *);
22124 void (*shutdown)(struct platform_device *);
22125 int (*suspend)(struct platform_device *, pm_message_t);
22126 int (*resume)(struct platform_device *);
22127 struct device_driver driver;
22128 const struct platform_device_id *id_table;
22129 bool prevent_deferred_probe;
22130 bool driver_managed_dma;
H A Dvmlinux.h22121 struct platform_driver { struct
22122 int (*probe)(struct platform_device *);
22123 int (*remove)(struct platform_device *);
22124 void (*shutdown)(struct platform_device *);
22125 int (*suspend)(struct platform_device *, pm_message_t);
22126 int (*resume)(struct platform_device *);
22127 struct device_driver driver;
22128 const struct platform_device_id *id_table;
22129 bool prevent_deferred_probe;
22130 bool driver_managed_dma;