Searched refs:lookup_ops (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/mfd/ |
H A D | abx500-core.c | 23 static void lookup_ops(struct device *dev, struct abx500_ops **ops) in lookup_ops() function 67 lookup_ops(dev->parent, &ops); in abx500_set_register_interruptible() 80 lookup_ops(dev->parent, &ops); in abx500_get_register_interruptible() 93 lookup_ops(dev->parent, &ops); in abx500_get_register_page_interruptible() 107 lookup_ops(dev->parent, &ops); in abx500_mask_and_set_register_interruptible() 120 lookup_ops(dev->parent, &ops); in abx500_get_chip_id() 132 lookup_ops(dev->parent, &ops); in abx500_event_registers_startup_state_get() 144 lookup_ops(dev->parent, &ops); in abx500_startup_irq_enabled()
|
/linux/samples/qmi/ |
H A D | qmi_sample_client.c | 572 static const struct qmi_ops lookup_ops = { variable 591 ret = qmi_handle_init(&lookup_client, 0, &lookup_ops, NULL); in qmi_sample_init()
|