Searched refs:pdcspath_entry (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dpdc_stable.c99 struct pdcspath_entry { struct
111 ssize_t (*show)(struct pdcspath_entry *entry, char *buf);
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)
141 * @entry: A pointer to an allocated pdcspath_entry.
152 pdcspath_fetch(struct pdcspath_entry *entry)
182 * @entry: A pointer to an allocated pdcspath_entry.
193 pdcspath_store(struct pdcspath_entry *entry)
236 pdcspath_hwpath_read(struct pdcspath_entry *entr
[all...]

Completed in 66 milliseconds