Lines Matching refs:pdcspath_entry
86 struct pdcspath_entry { struct
98 ssize_t (*show)(struct pdcspath_entry *entry, char *buf); argument
99 ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count);
103 struct pdcspath_entry pdcspath_entry_##_name = { \
124 #define to_pdcspath_entry(obj) container_of(obj, struct pdcspath_entry, kobj)
139 pdcspath_fetch(struct pdcspath_entry *entry) in pdcspath_fetch()
180 pdcspath_store(struct pdcspath_entry *entry) in pdcspath_store()
221 pdcspath_hwpath_read(struct pdcspath_entry *entry, char *buf) in pdcspath_hwpath_read()
264 pdcspath_hwpath_write(struct pdcspath_entry *entry, const char *buf, size_t count) in pdcspath_hwpath_write()
342 pdcspath_layer_read(struct pdcspath_entry *entry, char *buf) in pdcspath_layer_read()
380 pdcspath_layer_write(struct pdcspath_entry *entry, const char *buf, size_t count) in pdcspath_layer_write()
437 struct pdcspath_entry *entry = to_pdcspath_entry(kobj); in pdcspath_attr_show()
458 struct pdcspath_entry *entry = to_pdcspath_entry(kobj); in pdcspath_attr_store()
499 static struct pdcspath_entry *pdcspath_entries[] = {
540 struct pdcspath_entry *pathentry; in pdcs_auto_read()
586 struct pdcspath_entry *pathentry; in pdcs_timer_read()
745 struct pdcspath_entry *pathentry; in pdcs_auto_write()
964 struct pdcspath_entry *entry; in pdcs_register_pathentries()
1011 struct pdcspath_entry *entry; in pdcs_unregister_pathentries()