Searched refs:store_mode (Results 1 – 5 of 5) sorted by relevance
493 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_any_motion_interrupt() local495 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_any_motion_interrupt()544 if (store_mode == OPERATION) { in kxcjk1013_setup_any_motion_interrupt()557 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_new_data_interrupt() local559 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_new_data_interrupt()604 if (store_mode == OPERATION) { in kxcjk1013_setup_new_data_interrupt()646 enum kxcjk1013_mode store_mode; in kxcjk1013_set_odr() local649 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_odr()686 if (store_mode == OPERATION) { in kxcjk1013_set_odr()725 enum kxcjk1013_mode store_mode; in kxcjk1013_set_scale() local[all …]
428 store_mode(1)429 store_mode(2)430 store_mode(3)
47 #define store_mode(nr) \ macro
449 store_mode(1)450 store_mode(2)451 store_mode(3)
128 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() function505 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),