Searched refs:store_mode (Results 1 – 2 of 2) sorted by relevance
679 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_interrupt() local681 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() local783 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() local863 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_scale()875 if (store_mode == OPERATION) { in kxcjk1013_set_scale()
56 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() function423 static DEVICE_ATTR(mode, 0644, show_mode, store_mode);
Completed in 12 milliseconds