Searched defs:hotplug_slot_ops (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 60244 struct hotplug_slot_ops { struct 60245 int (*enable_slot)(struct hotplug_slot *); 60246 int (*disable_slot)(struct hotplug_slot *); 60247 int (*set_attention_status)(struct hotplug_slot *, u8); 60248 int (*hardware_test)(struct hotplug_slot *, u32); 60249 int (*get_power_status)(struct hotplug_slot *, u8 *); 60250 int (*get_attention_status)(struct hotplug_slot *, u8 *); 60251 int (*get_latch_status)(struct hotplug_slot *, u8 *); 60252 int (*get_adapter_status)(struct hotplug_slot *, u8 *); 60253 int (*reset_slot)(struct hotplug_slot *, bool);
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 18870 struct hotplug_slot_ops { struct 18871 int (*enable_slot)(struct hotplug_slot *); 18872 int (*disable_slot)(struct hotplug_slot *); 18873 int (*set_attention_status)(struct hotplug_slot *, u8); 18874 int (*hardware_test)(struct hotplug_slot *, u32); 18875 int (*get_power_status)(struct hotplug_slot *, u8 *); 18876 int (*get_attention_status)(struct hotplug_slot *, u8 *); 18877 int (*get_latch_status)(struct hotplug_slot *, u8 *); 18878 int (*get_adapter_status)(struct hotplug_slot *, u8 *); 18879 int (*reset_slot)(struct hotplug_slot *, int);
|
| D | vmlinux.h | 18870 struct hotplug_slot_ops { struct 18871 int (*enable_slot)(struct hotplug_slot *); 18872 int (*disable_slot)(struct hotplug_slot *); 18873 int (*set_attention_status)(struct hotplug_slot *, u8); 18874 int (*hardware_test)(struct hotplug_slot *, u32); 18875 int (*get_power_status)(struct hotplug_slot *, u8 *); 18876 int (*get_attention_status)(struct hotplug_slot *, u8 *); 18877 int (*get_latch_status)(struct hotplug_slot *, u8 *); 18878 int (*get_adapter_status)(struct hotplug_slot *, u8 *); 18879 int (*reset_slot)(struct hotplug_slot *, int);
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 64200 struct hotplug_slot_ops { struct 64201 int (*enable_slot)(struct hotplug_slot *); 64202 int (*disable_slot)(struct hotplug_slot *); 64203 int (*set_attention_status)(struct hotplug_slot *, u8); 64204 int (*hardware_test)(struct hotplug_slot *, u32); 64205 int (*get_power_status)(struct hotplug_slot *, u8 *); 64206 int (*get_attention_status)(struct hotplug_slot *, u8 *); 64207 int (*get_latch_status)(struct hotplug_slot *, u8 *); 64208 int (*get_adapter_status)(struct hotplug_slot *, u8 *); 64209 int (*reset_slot)(struct hotplug_slot *, int);
|
| D | vmlinux_510.h | 64200 struct hotplug_slot_ops { struct 64201 int (*enable_slot)(struct hotplug_slot *); 64202 int (*disable_slot)(struct hotplug_slot *); 64203 int (*set_attention_status)(struct hotplug_slot *, u8); 64204 int (*hardware_test)(struct hotplug_slot *, u32); 64205 int (*get_power_status)(struct hotplug_slot *, u8 *); 64206 int (*get_attention_status)(struct hotplug_slot *, u8 *); 64207 int (*get_latch_status)(struct hotplug_slot *, u8 *); 64208 int (*get_adapter_status)(struct hotplug_slot *, u8 *); 64209 int (*reset_slot)(struct hotplug_slot *, int);
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 61254 struct hotplug_slot_ops { struct 61255 int (*enable_slot)(struct hotplug_slot *); 61256 int (*disable_slot)(struct hotplug_slot *); 61257 int (*set_attention_status)(struct hotplug_slot *, u8); 61258 int (*hardware_test)(struct hotplug_slot *, u32); 61259 int (*get_power_status)(struct hotplug_slot *, u8 *); 61260 int (*get_attention_status)(struct hotplug_slot *, u8 *); 61261 int (*get_latch_status)(struct hotplug_slot *, u8 *); 61262 int (*get_adapter_status)(struct hotplug_slot *, u8 *); 61263 int (*reset_slot)(struct hotplug_slot *, int);
|
| D | vmlinux.h | 61254 struct hotplug_slot_ops { struct 61255 int (*enable_slot)(struct hotplug_slot *); 61256 int (*disable_slot)(struct hotplug_slot *); 61257 int (*set_attention_status)(struct hotplug_slot *, u8); 61258 int (*hardware_test)(struct hotplug_slot *, u32); 61259 int (*get_power_status)(struct hotplug_slot *, u8 *); 61260 int (*get_attention_status)(struct hotplug_slot *, u8 *); 61261 int (*get_latch_status)(struct hotplug_slot *, u8 *); 61262 int (*get_adapter_status)(struct hotplug_slot *, u8 *); 61263 int (*reset_slot)(struct hotplug_slot *, int);
|