Lines Matching refs:counter_device

93 	struct counter_device *const counter = dev_get_drvdata(dev);  in counter_comp_u8_show()
125 struct counter_device *const counter = dev_get_drvdata(dev); in counter_comp_u8_store()
161 struct counter_device *const counter = dev_get_drvdata(dev); in counter_comp_u32_show()
224 struct counter_device *const counter = dev_get_drvdata(dev); in counter_comp_u32_store()
284 struct counter_device *const counter = dev_get_drvdata(dev); in counter_comp_u64_show()
312 struct counter_device *const counter = dev_get_drvdata(dev); in counter_comp_u64_store()
583 static int counter_signal_attrs_create(struct counter_device *const counter, in counter_signal_attrs_create()
623 static int counter_sysfs_signals_add(struct counter_device *const counter, in counter_sysfs_signals_add()
647 static int counter_sysfs_synapses_add(struct counter_device *const counter, in counter_sysfs_synapses_add()
697 static int counter_count_attrs_create(struct counter_device *const counter, in counter_count_attrs_create()
746 static int counter_sysfs_counts_add(struct counter_device *const counter, in counter_sysfs_counts_add()
777 static int counter_num_signals_read(struct counter_device *counter, u8 *val) in counter_num_signals_read()
783 static int counter_num_counts_read(struct counter_device *counter, u8 *val) in counter_num_counts_read()
789 static int counter_events_queue_size_read(struct counter_device *counter, in counter_events_queue_size_read()
796 static int counter_events_queue_size_write(struct counter_device *counter, in counter_events_queue_size_write()
830 static int counter_sysfs_attr_add(struct counter_device *const counter, in counter_sysfs_attr_add()
901 int counter_sysfs_add(struct counter_device *const counter) in counter_sysfs_add()