Searched refs:store_mode (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | dma.h | 42 unsigned store_mode : 1; member in struct:dma_descr_context
|
H A D | dma_defs.h | 160 unsigned int store_mode : 1; member in struct:__anon425
|
/linux-4.1.27/drivers/iio/accel/ |
H A D | kxcjk-1013.c | 430 enum kxcjk1013_mode store_mode; kxcjk1013_setup_any_motion_interrupt() local 432 ret = kxcjk1013_get_mode(data, &store_mode); kxcjk1013_setup_any_motion_interrupt() 481 if (store_mode == OPERATION) { kxcjk1013_setup_any_motion_interrupt() 494 enum kxcjk1013_mode store_mode; kxcjk1013_setup_new_data_interrupt() local 496 ret = kxcjk1013_get_mode(data, &store_mode); kxcjk1013_setup_new_data_interrupt() 541 if (store_mode == OPERATION) { kxcjk1013_setup_new_data_interrupt() 582 enum kxcjk1013_mode store_mode; kxcjk1013_set_odr() local 584 ret = kxcjk1013_get_mode(data, &store_mode); kxcjk1013_set_odr() 617 if (store_mode == OPERATION) { kxcjk1013_set_odr() 659 enum kxcjk1013_mode store_mode; kxcjk1013_set_scale() local 665 ret = kxcjk1013_get_mode(data, &store_mode); kxcjk1013_set_scale() 677 if (store_mode == OPERATION) { kxcjk1013_set_scale()
|
/linux-4.1.27/drivers/leds/ |
H A D | leds-lp5521.c | 427 store_mode(1) 428 store_mode(2) 429 store_mode(3)
|
H A D | leds-lp55xx-common.h | 47 #define store_mode(nr) \ macro
|
H A D | leds-lp5523.c | 444 store_mode(1) 445 store_mode(2) 446 store_mode(3)
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | fbsysfs.c | 127 static ssize_t store_mode(struct device *device, struct device_attribute *attr, store_mode() function 504 __ATTR(mode, S_IRUGO|S_IWUSR, show_mode, store_mode),
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
H A D | cryptocop.c | 1311 (*int_op)->ctx_out.store_mode = 0; cryptocop_setup_dma_list() 1325 (*int_op)->ctx_in.store_mode = 0; cryptocop_setup_dma_list()
|
Completed in 211 milliseconds