Searched refs:get_register_interruptible (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/mfd/ |
| D | ab8500-core.c | 242 static int get_register_interruptible(struct ab8500 *ab8500, u8 bank, in get_register_interruptible() function 272 ret = get_register_interruptible(ab8500, bank, reg, value); in ab8500_get_register() 514 status = get_register_interruptible(ab8500, in ab8500_handle_hierarchical_latch() 544 status = get_register_interruptible(ab8500, AB8500_INTERRUPT, in ab8500_hierarchical_irq() 1391 ret = get_register_interruptible(ab8500, AB8500_RTC, in show_switch_off_status() 1426 ret = get_register_interruptible(ab8500, AB8500_SYS_CTRL1_BLOCK, in show_turn_on_status() 1455 ret = get_register_interruptible(ab8500, AB8500_SYS_CTRL1_BLOCK, in show_turn_on_status_2() 1471 ret = get_register_interruptible(ab8500, AB8500_REGU_CTRL2, in show_ab9540_dbbrstn() 1614 ret = get_register_interruptible(ab8500, AB8500_MISC, in ab8500_probe() 1624 ret = get_register_interruptible(ab8500, AB8500_MISC, in ab8500_probe() [all …]
|
| D | ab3100-core.c | 207 static int get_register_interruptible(struct device *dev, u8 bank, u8 reg, in get_register_interruptible() function 393 .get_register = get_register_interruptible,
|