Searched refs:irq_clients (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c651 INIT_LIST_HEAD(&func->irq_clients);
879 if (list_empty(&func->irq_clients))
884 list_add(&client->link, &func->irq_clients);
910 if (list_empty(&func->irq_clients))
927 list_for_each_entry(client, &func->irq_clients, link) {
/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h153 struct list_head irq_clients; member in struct:pmf_function

Completed in 173 milliseconds