Searched refs:irq_clients (Results 1 – 2 of 2) sorted by relevance
650 INIT_LIST_HEAD(&func->irq_clients); in pmf_add_function_prop()878 if (list_empty(&func->irq_clients)) in pmf_register_irq_client()883 list_add(&client->link, &func->irq_clients); in pmf_register_irq_client()909 if (list_empty(&func->irq_clients)) in pmf_unregister_irq_client()926 list_for_each_entry(client, &func->irq_clients, link) { in pmf_do_irq()
152 struct list_head irq_clients; member