Searched refs:store_mode (Results 1 – 5 of 5) sorted by relevance
430 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_any_motion_interrupt() local432 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_any_motion_interrupt()481 if (store_mode == OPERATION) { in kxcjk1013_setup_any_motion_interrupt()494 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_new_data_interrupt() local496 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_new_data_interrupt()541 if (store_mode == OPERATION) { in kxcjk1013_setup_new_data_interrupt()582 enum kxcjk1013_mode store_mode; in kxcjk1013_set_odr() local584 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_odr()617 if (store_mode == OPERATION) { in kxcjk1013_set_odr()659 enum kxcjk1013_mode store_mode; in kxcjk1013_set_scale() local[all …]
427 store_mode(1)428 store_mode(2)429 store_mode(3)
47 #define store_mode(nr) \ macro
451 store_mode(1)452 store_mode(2)453 store_mode(3)
127 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() function504 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),