Lines Matching refs:pdcspath_entry
99 struct pdcspath_entry { struct
111 ssize_t (*show)(struct pdcspath_entry *entry, char *buf); argument
112 ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count);
116 struct pdcspath_entry pdcspath_entry_##_name = { \
137 #define to_pdcspath_entry(obj) container_of(obj, struct pdcspath_entry, kobj)
152 pdcspath_fetch(struct pdcspath_entry *entry) in pdcspath_fetch()
193 pdcspath_store(struct pdcspath_entry *entry) in pdcspath_store()
234 pdcspath_hwpath_read(struct pdcspath_entry *entry, char *buf) in pdcspath_hwpath_read()
277 pdcspath_hwpath_write(struct pdcspath_entry *entry, const char *buf, size_t count) in pdcspath_hwpath_write()
355 pdcspath_layer_read(struct pdcspath_entry *entry, char *buf) in pdcspath_layer_read()
393 pdcspath_layer_write(struct pdcspath_entry *entry, const char *buf, size_t count) in pdcspath_layer_write()
450 struct pdcspath_entry *entry = to_pdcspath_entry(kobj); in pdcspath_attr_show()
471 struct pdcspath_entry *entry = to_pdcspath_entry(kobj); in pdcspath_attr_store()
512 static struct pdcspath_entry *pdcspath_entries[] = {
553 struct pdcspath_entry *pathentry; in pdcs_auto_read()
599 struct pdcspath_entry *pathentry; in pdcs_timer_read()
758 struct pdcspath_entry *pathentry; in pdcs_auto_write()
977 struct pdcspath_entry *entry; in pdcs_register_pathentries()
1022 struct pdcspath_entry *entry; in pdcs_unregister_pathentries()