Searched refs:vtg_field_nb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_gdp.c | 115 * @vtg_field_nb: callback for VTG FIELD (top or bottom) notification 127 struct notifier_block vtg_field_nb; member 466 if (sti_vtg_unregister_client(gdp->vtg, &gdp->vtg_field_nb)) in sti_gdp_disable() 490 struct sti_gdp *gdp = container_of(nb, struct sti_gdp, vtg_field_nb); in sti_gdp_field_cb() 742 sti_vtg_register_client(gdp->vtg, &gdp->vtg_field_nb, crtc); in sti_gdp_atomic_update() 932 gdp->vtg_field_nb.notifier_call = sti_gdp_field_cb; in sti_gdp_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_gdp.c | 117 * @vtg_field_nb: callback for VTG FIELD (top or bottom) notification 129 struct notifier_block vtg_field_nb; member 468 if (sti_vtg_unregister_client(gdp->vtg, &gdp->vtg_field_nb)) in sti_gdp_disable() 492 struct sti_gdp *gdp = container_of(nb, struct sti_gdp, vtg_field_nb); in sti_gdp_field_cb() 751 sti_vtg_register_client(gdp->vtg, &gdp->vtg_field_nb, crtc); in sti_gdp_atomic_update() 936 gdp->vtg_field_nb.notifier_call = sti_gdp_field_cb; in sti_gdp_create()
|
Completed in 4 milliseconds