Lines Matching defs:counter

103 	struct counter_device *const counter = counter_from_dev(dev);  in counter_comp_u8_show()  local
135 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u8_store() local
171 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u32_show() local
236 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u32_store() local
300 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u64_show() local
328 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_u64_store() local
360 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u32_show() local
382 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u32_store() local
410 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u64_show() local
442 struct counter_device *const counter = counter_from_dev(dev); in counter_comp_array_u64_store() local
834 static int counter_signal_attrs_create(struct counter_device *const counter, in counter_signal_attrs_create()
860 static int counter_sysfs_signals_add(struct counter_device *const counter, in counter_sysfs_signals_add()
884 static int counter_sysfs_synapses_add(struct counter_device *const counter, in counter_sysfs_synapses_add()
934 static int counter_count_attrs_create(struct counter_device *const counter, in counter_count_attrs_create()
969 static int counter_sysfs_counts_add(struct counter_device *const counter, in counter_sysfs_counts_add()
1000 static int counter_num_signals_read(struct counter_device *counter, u8 *val) in counter_num_signals_read()
1006 static int counter_num_counts_read(struct counter_device *counter, u8 *val) in counter_num_counts_read()
1012 static int counter_events_queue_size_read(struct counter_device *counter, in counter_events_queue_size_read()
1019 static int counter_events_queue_size_write(struct counter_device *counter, in counter_events_queue_size_write()
1053 static int counter_sysfs_attr_add(struct counter_device *const counter, in counter_sysfs_attr_add()
1112 int counter_sysfs_add(struct counter_device *const counter) in counter_sysfs_add()