headphone_notify   77 sound/aoa/aoa-gpio.h 	struct gpio_notification headphone_notify;
headphone_notify  275 sound/aoa/core/gpio-feature.c 	INIT_DELAYED_WORK(&rt->headphone_notify.work, ftr_handle_notify);
headphone_notify  278 sound/aoa/core/gpio-feature.c 	mutex_init(&rt->headphone_notify.mutex);
headphone_notify  287 sound/aoa/core/gpio-feature.c 	if (rt->headphone_notify.notify)
headphone_notify  288 sound/aoa/core/gpio-feature.c 		free_irq(headphone_detect_irq, &rt->headphone_notify);
headphone_notify  293 sound/aoa/core/gpio-feature.c 	cancel_delayed_work_sync(&rt->headphone_notify.work);
headphone_notify  296 sound/aoa/core/gpio-feature.c 	mutex_destroy(&rt->headphone_notify.mutex);
headphone_notify  323 sound/aoa/core/gpio-feature.c 		notif = &rt->headphone_notify;
headphone_notify   87 sound/aoa/core/gpio-pmf.c 	INIT_DELAYED_WORK(&rt->headphone_notify.work, pmf_handle_notify);
headphone_notify   90 sound/aoa/core/gpio-pmf.c 	mutex_init(&rt->headphone_notify.mutex);
headphone_notify  100 sound/aoa/core/gpio-pmf.c 	if (rt->headphone_notify.gpio_private)
headphone_notify  101 sound/aoa/core/gpio-pmf.c 		pmf_unregister_irq_client(rt->headphone_notify.gpio_private);
headphone_notify  109 sound/aoa/core/gpio-pmf.c 	cancel_delayed_work_sync(&rt->headphone_notify.work);
headphone_notify  113 sound/aoa/core/gpio-pmf.c 	mutex_destroy(&rt->headphone_notify.mutex);
headphone_notify  117 sound/aoa/core/gpio-pmf.c 	kfree(rt->headphone_notify.gpio_private);
headphone_notify  142 sound/aoa/core/gpio-pmf.c 		notif = &rt->headphone_notify;