Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h60244 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/
Dvmlinux_510.h18870 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);
Dvmlinux.h18870 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/
Dvmlinux.h64200 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);
Dvmlinux_510.h64200 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/
Dvmlinux_505.h61254 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);
Dvmlinux.h61254 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);