Searched refs:omapfb_nb (Results 1 – 1 of 1) sorted by relevance
939 int omapfb_register_client(struct omapfb_notifier_block *omapfb_nb, in omapfb_register_client() argument945 if ((unsigned)omapfb_nb->plane_idx >= OMAPFB_PLANE_NUM) in omapfb_register_client()953 omapfb_nb->nb.notifier_call = (int (*)(struct notifier_block *, in omapfb_register_client()955 omapfb_nb->data = callback_data; in omapfb_register_client()957 &omapfb_client_list[omapfb_nb->plane_idx], in omapfb_register_client()958 &omapfb_nb->nb); in omapfb_register_client()963 omapfb_dev->ctrl->bind_client(omapfb_nb); in omapfb_register_client()970 int omapfb_unregister_client(struct omapfb_notifier_block *omapfb_nb) in omapfb_unregister_client() argument973 &omapfb_client_list[omapfb_nb->plane_idx], &omapfb_nb->nb); in omapfb_unregister_client()