Searched refs:notif (Results 1 – 2 of 2) sorted by relevance
74 struct gpio_notification *notif = in pmf_handle_notify() local77 mutex_lock(¬if->mutex); in pmf_handle_notify()78 if (notif->notify) in pmf_handle_notify()79 notif->notify(notif->data); in pmf_handle_notify()80 mutex_unlock(¬if->mutex); in pmf_handle_notify()124 struct gpio_notification *notif = data; in pmf_handle_notify_irq() local126 schedule_delayed_work(¬if->work, 0); in pmf_handle_notify_irq()134 struct gpio_notification *notif; in pmf_set_notify() local142 notif = &rt->headphone_notify; in pmf_set_notify()146 notif = &rt->line_in_notify; in pmf_set_notify()[all …]
212 struct gpio_notification *notif = in ftr_handle_notify() local215 mutex_lock(¬if->mutex); in ftr_handle_notify()216 if (notif->notify) in ftr_handle_notify()217 notif->notify(notif->data); in ftr_handle_notify()218 mutex_unlock(¬if->mutex); in ftr_handle_notify()303 struct gpio_notification *notif = data; in ftr_handle_notify_irq() local305 schedule_delayed_work(¬if->work, 0); in ftr_handle_notify_irq()315 struct gpio_notification *notif; in ftr_set_notify() local323 notif = &rt->headphone_notify; in ftr_set_notify()328 notif = &rt->line_in_notify; in ftr_set_notify()[all …]