Searched refs:omapfb_nb (Results 1 – 1 of 1) sorted by relevance
974 int omapfb_register_client(struct omapfb_notifier_block *omapfb_nb, in omapfb_register_client() argument980 if ((unsigned)omapfb_nb->plane_idx > OMAPFB_PLANE_NUM) in omapfb_register_client()988 omapfb_nb->nb.notifier_call = (int (*)(struct notifier_block *, in omapfb_register_client()990 omapfb_nb->data = callback_data; in omapfb_register_client()992 &omapfb_client_list[omapfb_nb->plane_idx], in omapfb_register_client()993 &omapfb_nb->nb); in omapfb_register_client()998 omapfb_dev->ctrl->bind_client(omapfb_nb); in omapfb_register_client()1005 int omapfb_unregister_client(struct omapfb_notifier_block *omapfb_nb) in omapfb_unregister_client() argument1008 &omapfb_client_list[omapfb_nb->plane_idx], &omapfb_nb->nb); in omapfb_unregister_client()