irq_client 136 sound/aoa/core/gpio-pmf.c struct pmf_irq_client *irq_client; irq_client 173 sound/aoa/core/gpio-pmf.c irq_client = notif->gpio_private; irq_client 174 sound/aoa/core/gpio-pmf.c pmf_unregister_irq_client(irq_client); irq_client 175 sound/aoa/core/gpio-pmf.c kfree(irq_client); irq_client 179 sound/aoa/core/gpio-pmf.c irq_client = kzalloc(sizeof(struct pmf_irq_client), irq_client 181 sound/aoa/core/gpio-pmf.c if (!irq_client) { irq_client 185 sound/aoa/core/gpio-pmf.c irq_client->data = notif; irq_client 186 sound/aoa/core/gpio-pmf.c irq_client->handler = pmf_handle_notify_irq; irq_client 187 sound/aoa/core/gpio-pmf.c irq_client->owner = THIS_MODULE; irq_client 190 sound/aoa/core/gpio-pmf.c irq_client); irq_client 194 sound/aoa/core/gpio-pmf.c kfree(irq_client); irq_client 197 sound/aoa/core/gpio-pmf.c notif->gpio_private = irq_client;