Searched refs:omapfb_nb (Results 1 – 1 of 1) sorted by relevance
1003 int omapfb_register_client(struct omapfb_notifier_block *omapfb_nb, in omapfb_register_client() argument1009 if ((unsigned)omapfb_nb->plane_idx > OMAPFB_PLANE_NUM) in omapfb_register_client()1017 omapfb_nb->nb.notifier_call = (int (*)(struct notifier_block *, in omapfb_register_client()1019 omapfb_nb->data = callback_data; in omapfb_register_client()1021 &omapfb_client_list[omapfb_nb->plane_idx], in omapfb_register_client()1022 &omapfb_nb->nb); in omapfb_register_client()1027 omapfb_dev->ctrl->bind_client(omapfb_nb); in omapfb_register_client()1034 int omapfb_unregister_client(struct omapfb_notifier_block *omapfb_nb) in omapfb_unregister_client() argument1037 &omapfb_client_list[omapfb_nb->plane_idx], &omapfb_nb->nb); in omapfb_unregister_client()