Symbol: pdcspath_entry
drivers/parisc/pdc_stable.c
103
struct pdcspath_entry pdcspath_entry_##_name = { \
drivers/parisc/pdc_stable.c
1039
struct pdcspath_entry *entry;
drivers/parisc/pdc_stable.c
124
#define to_pdcspath_entry(obj) container_of(obj, struct pdcspath_entry, kobj)
drivers/parisc/pdc_stable.c
139
pdcspath_fetch(struct pdcspath_entry *entry)
drivers/parisc/pdc_stable.c
180
pdcspath_store(struct pdcspath_entry *entry)
drivers/parisc/pdc_stable.c
221
pdcspath_hwpath_read(struct pdcspath_entry *entry, char *buf)
drivers/parisc/pdc_stable.c
264
pdcspath_hwpath_write(struct pdcspath_entry *entry, const char *buf, size_t count)
drivers/parisc/pdc_stable.c
341
pdcspath_layer_read(struct pdcspath_entry *entry, char *buf)
drivers/parisc/pdc_stable.c
379
pdcspath_layer_write(struct pdcspath_entry *entry, const char *buf, size_t count)
drivers/parisc/pdc_stable.c
435
struct pdcspath_entry *entry = to_pdcspath_entry(kobj);
drivers/parisc/pdc_stable.c
456
struct pdcspath_entry *entry = to_pdcspath_entry(kobj);
drivers/parisc/pdc_stable.c
498
static struct pdcspath_entry *pdcspath_entries[] = {
drivers/parisc/pdc_stable.c
543
struct pdcspath_entry *pathentry;
drivers/parisc/pdc_stable.c
595
struct pdcspath_entry *pathentry;
drivers/parisc/pdc_stable.c
766
struct pdcspath_entry *pathentry;
drivers/parisc/pdc_stable.c
98
ssize_t (*show)(struct pdcspath_entry *entry, char *buf);
drivers/parisc/pdc_stable.c
99
ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count);
drivers/parisc/pdc_stable.c
992
struct pdcspath_entry *entry;