Home
last modified time | relevance | path

Searched refs:store_mode (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dkxcjk-1013.c529 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_any_motion_interrupt() local
531 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_any_motion_interrupt()
580 if (store_mode == OPERATION) { in kxcjk1013_setup_any_motion_interrupt()
593 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_new_data_interrupt() local
595 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_new_data_interrupt()
640 if (store_mode == OPERATION) { in kxcjk1013_setup_new_data_interrupt()
682 enum kxcjk1013_mode store_mode; in kxcjk1013_set_odr() local
685 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_odr()
722 if (store_mode == OPERATION) { in kxcjk1013_set_odr()
761 enum kxcjk1013_mode store_mode; in kxcjk1013_set_scale() local
[all...]
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dkxcjk-1013.c648 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_any_motion_interrupt() local
650 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_any_motion_interrupt()
697 if (store_mode == OPERATION) { in kxcjk1013_setup_any_motion_interrupt()
710 enum kxcjk1013_mode store_mode; in kxcjk1013_setup_new_data_interrupt() local
712 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_setup_new_data_interrupt()
755 if (store_mode == OPERATION) { in kxcjk1013_setup_new_data_interrupt()
797 enum kxcjk1013_mode store_mode; in kxcjk1013_set_odr() local
800 ret = kxcjk1013_get_mode(data, &store_mode); in kxcjk1013_set_odr()
837 if (store_mode == OPERATION) { in kxcjk1013_set_odr()
876 enum kxcjk1013_mode store_mode; in kxcjk1013_set_scale() local
[all...]
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-lp5521.c434 store_mode(1)
435 store_mode(2)
436 store_mode(3)
H A Dleds-lp55xx-common.h46 #define store_mode(nr) \ macro
H A Dleds-lp5523.c438 store_mode(1)
439 store_mode(2)
440 store_mode(3)
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-lp5521.c433 store_mode(1)
434 store_mode(2)
435 store_mode(3)
H A Dleds-lp55xx-common.h46 #define store_mode(nr) \ macro
H A Dleds-lp5523.c442 store_mode(1)
443 store_mode(2)
444 store_mode(3)
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbsysfs.c125 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() function
497 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbsysfs.c56 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode() function
424 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),

Completed in 14 milliseconds