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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c634 INIT_LIST_HEAD(&func->irq_clients);
859 if (list_empty(&func->irq_clients))
864 list_add(&client->link, &func->irq_clients);
890 if (list_empty(&func->irq_clients))
907 list_for_each_entry(client, &func->irq_clients, link) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpmac_pfunc.h147 struct list_head irq_clients; member in struct:pmf_function

Completed in 375 milliseconds