Searched refs:abx500_ops (Results 1 – 4 of 4) sorted by relevance
18 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 …]
390 static struct abx500_ops ab3100_ops = {
331 static struct abx500_ops ab8500_ops = {
334 struct abx500_ops { struct346 int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); argument