void mmi_panel_notify(unsigned int state, void *data) { struct mipi_mot_panel *mot_panel = mipi_mot_get_mot_panel(); pr_debug("%s (%d) is called\n", __func__, state); srcu_notifier_call_chain(&mot_panel->panel_notifier_list, state, data); }
void modem_notify(void *data, unsigned int state) { srcu_notifier_call_chain(&modem_notifier_list, state, data); }
void ambarella_audio_notify_transition ( struct ambarella_i2s_interface *data, unsigned int type) { srcu_notifier_call_chain(&audio_notifier_list, type, data); }