Searched refs:abx500_ops (Results 1 – 3 of 3) sorted by relevance
19 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()
323 static struct abx500_ops ab8500_ops = {
57 struct abx500_ops { struct69 int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); argument