pdcspath_entry
struct pdcspath_entry pdcspath_entry_##_name = { \
struct pdcspath_entry *entry;
#define to_pdcspath_entry(obj) container_of(obj, struct pdcspath_entry, kobj)
pdcspath_fetch(struct pdcspath_entry *entry)
pdcspath_store(struct pdcspath_entry *entry)
pdcspath_hwpath_read(struct pdcspath_entry *entry, char *buf)
pdcspath_hwpath_write(struct pdcspath_entry *entry, const char *buf, size_t count)
pdcspath_layer_read(struct pdcspath_entry *entry, char *buf)
pdcspath_layer_write(struct pdcspath_entry *entry, const char *buf, size_t count)
struct pdcspath_entry *entry = to_pdcspath_entry(kobj);
struct pdcspath_entry *entry = to_pdcspath_entry(kobj);
static struct pdcspath_entry *pdcspath_entries[] = {
struct pdcspath_entry *pathentry;
struct pdcspath_entry *pathentry;
struct pdcspath_entry *pathentry;
ssize_t (*show)(struct pdcspath_entry *entry, char *buf);
ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count);
struct pdcspath_entry *entry;