Lines Matching refs:store_mode
649 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_any_motion_interrupt() local
651 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_any_motion_interrupt()
698 if (store_mode == OPERATION) { in kxcjk1013_setup_any_motion_interrupt()
711 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_new_data_interrupt() local
713 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_new_data_interrupt()
756 if (store_mode == OPERATION) { in kxcjk1013_setup_new_data_interrupt()
798 enum kxcjk1013_mode store_mode; in kxcjk1013_set_odr() local
801 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_odr()
838 if (store_mode == OPERATION) { in kxcjk1013_set_odr()
877 enum kxcjk1013_mode store_mode; in kxcjk1013_set_scale() local
881 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_scale()
893 if (store_mode == OPERATION) { in kxcjk1013_set_scale()