aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/ab3100.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/ab3100.h')
-rw-r--r--include/linux/mfd/ab3100.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/mfd/ab3100.h b/include/linux/mfd/ab3100.h
index 7a3f316e3848..56343b8013b5 100644
--- a/include/linux/mfd/ab3100.h
+++ b/include/linux/mfd/ab3100.h
@@ -86,11 +86,11 @@ struct ab3100 {
86 bool startup_events_read; 86 bool startup_events_read;
87}; 87};
88 88
89int ab3100_set_register(struct ab3100 *ab3100, u8 reg, u8 regval); 89int ab3100_set_register_interruptible(struct ab3100 *ab3100, u8 reg, u8 regval);
90int ab3100_get_register(struct ab3100 *ab3100, u8 reg, u8 *regval); 90int ab3100_get_register_interruptible(struct ab3100 *ab3100, u8 reg, u8 *regval);
91int ab3100_get_register_page(struct ab3100 *ab3100, 91int ab3100_get_register_page_interruptible(struct ab3100 *ab3100,
92 u8 first_reg, u8 *regvals, u8 numregs); 92 u8 first_reg, u8 *regvals, u8 numregs);
93int ab3100_mask_and_set_register(struct ab3100 *ab3100, 93int ab3100_mask_and_set_register_interruptible(struct ab3100 *ab3100,
94 u8 reg, u8 andmask, u8 ormask); 94 u8 reg, u8 andmask, u8 ormask);
95u8 ab3100_get_chip_type(struct ab3100 *ab3100); 95u8 ab3100_get_chip_type(struct ab3100 *ab3100);
96int ab3100_event_register(struct ab3100 *ab3100, 96int ab3100_event_register(struct ab3100 *ab3100,