Searched defs:platform_driver (Results 1 – 11 of 11) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 45581 struct platform_driver { struct 45582 int (*probe)(struct platform_device *); 45583 int (*remove)(struct platform_device *); 45584 void (*remove_new)(struct platform_device *); 45585 void (*shutdown)(struct platform_device *); 45586 int (*suspend)(struct platform_device *, pm_message_t); 45587 int (*resume)(struct platform_device *); 45588 struct device_driver driver; 45589 const struct platform_device_id *id_table; 45590 bool prevent_deferred_probe; [all …]
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_600.h | 24492 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;
|
| D | vmlinux.h | 24492 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;
|
| /external/bcc/libbpf-tools/loongarch/ |
| D | vmlinux_602.h | 35870 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;
|
| D | vmlinux.h | 35870 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;
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_518.h | 37277 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;
|
| D | vmlinux.h | 37277 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;
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 35246 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;
|
| D | vmlinux_608.h | 35246 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;
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 22121 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;
|
| D | vmlinux_602.h | 22121 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;
|