Lines Matching +full:attribute +full:- +full:sets
8 Configfs is a filesystem-based manager of kernel objects. IIO uses some
24 $ mount -t configfs none /config
42 * drivers/iio/trigger/iio-trig-sample.c
69 .name = "trig-sample",
77 iio-trig-sample module will create 'trig-sample' trigger type directory
78 /config/iio/triggers/trig-sample.
85 ---------------------------------------------
87 Loading iio-trig-hrtimer module will register hrtimer trigger types allowing
98 --------------------------------------
100 "hrtimer" trigger type doesn't have any configurable attribute from /config dir.
101 It does introduce the sampling_frequency attribute to trigger directory.
102 That attribute sets the polling frequency in Hz, with mHz precision.