Linux Kernel
3.7.1
|
#include <enclosure.h>
Data Fields | |
void(* | get_status )(struct enclosure_device *, struct enclosure_component *) |
int(* | set_status )(struct enclosure_device *, struct enclosure_component *, enum enclosure_status) |
void(* | get_fault )(struct enclosure_device *, struct enclosure_component *) |
int(* | set_fault )(struct enclosure_device *, struct enclosure_component *, enum enclosure_component_setting) |
void(* | get_active )(struct enclosure_device *, struct enclosure_component *) |
int(* | set_active )(struct enclosure_device *, struct enclosure_component *, enum enclosure_component_setting) |
void(* | get_locate )(struct enclosure_device *, struct enclosure_component *) |
int(* | set_locate )(struct enclosure_device *, struct enclosure_component *, enum enclosure_component_setting) |
Definition at line 61 of file enclosure.h.
void(* get_active)(struct enclosure_device *, struct enclosure_component *) |
Definition at line 72 of file enclosure.h.
void(* get_fault)(struct enclosure_device *, struct enclosure_component *) |
Definition at line 67 of file enclosure.h.
void(* get_locate)(struct enclosure_device *, struct enclosure_component *) |
Definition at line 77 of file enclosure.h.
void(* get_status)(struct enclosure_device *, struct enclosure_component *) |
Definition at line 62 of file enclosure.h.
int(* set_active)(struct enclosure_device *, struct enclosure_component *, enum enclosure_component_setting) |
Definition at line 74 of file enclosure.h.
int(* set_fault)(struct enclosure_device *, struct enclosure_component *, enum enclosure_component_setting) |
Definition at line 69 of file enclosure.h.
int(* set_locate)(struct enclosure_device *, struct enclosure_component *, enum enclosure_component_setting) |
Definition at line 79 of file enclosure.h.
int(* set_status)(struct enclosure_device *, struct enclosure_component *, enum enclosure_status) |
Definition at line 64 of file enclosure.h.