Searched refs:store_mode (Results 1 – 5 of 5) sorted by relevance
649 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_any_motion_interrupt() local651 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() local713 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() local801 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[all …]
434 store_mode(1)435 store_mode(2)436 store_mode(3)
46 #define store_mode(nr) \ macro
438 store_mode(1)439 store_mode(2)440 store_mode(3)
135 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() function507 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),