Searched refs:irq_clients (Results 1 – 2 of 2) sorted by relevance
651 INIT_LIST_HEAD(&func->irq_clients); in pmf_add_function_prop()879 if (list_empty(&func->irq_clients)) in pmf_register_irq_client()884 list_add(&client->link, &func->irq_clients); in pmf_register_irq_client()910 if (list_empty(&func->irq_clients)) in pmf_unregister_irq_client()927 list_for_each_entry(client, &func->irq_clients, link) { in pmf_do_irq()
153 struct list_head irq_clients; member