Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
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()
Dab3100-core.c392 static struct abx500_ops ab3100_ops = {
Dab8500-core.c331 static struct abx500_ops ab8500_ops = {
/Linux-v5.4/include/linux/mfd/
Dabx500.h333 struct abx500_ops { struct
345 int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); argument