Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dabx500-core.c19 struct abx500_ops ops;
23 static void lookup_ops(struct device *dev, struct abx500_ops **ops) in lookup_ops()
36 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) in abx500_register_ops()
65 struct abx500_ops *ops; in abx500_set_register_interruptible()
78 struct abx500_ops *ops; in abx500_get_register_interruptible()
91 struct abx500_ops *ops; in abx500_get_register_page_interruptible()
105 struct abx500_ops *ops; in abx500_mask_and_set_register_interruptible()
118 struct abx500_ops *ops; in abx500_get_chip_id()
130 struct abx500_ops *ops; in abx500_event_registers_startup_state_get()
142 struct abx500_ops *ops; in abx500_startup_irq_enabled()
H A Dab8500-core.c322 static struct abx500_ops ab8500_ops = {
/openbmc/linux/include/linux/mfd/
H A Dabx500.h57 struct abx500_ops { struct
69 int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); argument