Home
last modified time | relevance | path

Searched refs:store_mode (Results 1 – 2 of 2) sorted by relevance

/drivers/iio/accel/
A Dkxcjk-1013.c679 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_interrupt() local
681 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_interrupt()
737 if (store_mode == OPERATION) { in kxcjk1013_setup_interrupt()
780 enum kxcjk1013_mode store_mode; in kxcjk1013_set_odr() local
783 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_odr()
820 if (store_mode == OPERATION) { in kxcjk1013_set_odr()
859 enum kxcjk1013_mode store_mode; in kxcjk1013_set_scale() local
863 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_scale()
875 if (store_mode == OPERATION) { in kxcjk1013_set_scale()
/drivers/video/fbdev/core/
A Dfbsysfs.c56 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() function
423 static DEVICE_ATTR(mode, 0644, show_mode, store_mode);

Completed in 12 milliseconds