Home
last modified time | relevance | path

Searched refs:abx500_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mfd/
Dabx500-core.c18 struct abx500_ops ops;
22 static void lookup_ops(struct device *dev, struct abx500_ops **ops) in lookup_ops()
35 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) in abx500_register_ops()
47 memcpy(&dev_entry->ops, ops, sizeof(struct abx500_ops)); in abx500_register_ops()
67 struct abx500_ops *ops; in abx500_set_register_interruptible()
80 struct abx500_ops *ops; in abx500_get_register_interruptible()
93 struct abx500_ops *ops; in abx500_get_register_page_interruptible()
107 struct abx500_ops *ops; in abx500_mask_and_set_register_interruptible()
120 struct abx500_ops *ops; in abx500_get_chip_id()
132 struct abx500_ops *ops; in abx500_event_registers_startup_state_get()
[all …]
Dab3100-core.c390 static struct abx500_ops ab3100_ops = {
Dab8500-core.c331 static struct abx500_ops ab8500_ops = {
/linux-4.4.14/include/linux/mfd/
Dabx500.h334 struct abx500_ops { struct
346 int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); argument