Lines Matching refs:item
20 static void _f_##_attr_release(struct config_item *item) \
22 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
32 static ssize_t _f_##_opts_dev_addr_show(struct config_item *item, \
35 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
45 static ssize_t _f_##_opts_dev_addr_store(struct config_item *item, \
48 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
67 static ssize_t _f_##_opts_host_addr_show(struct config_item *item, \
70 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
80 static ssize_t _f_##_opts_host_addr_store(struct config_item *item, \
83 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
102 static ssize_t _f_##_opts_qmult_show(struct config_item *item, \
105 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
114 static ssize_t _f_##_opts_qmult_store(struct config_item *item, \
117 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \
141 static ssize_t _f_##_opts_ifname_show(struct config_item *item, \
144 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \