Home
last modified time | relevance | path

Searched refs:notifys (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_usif.c58 list_for_each_entry(ntfy, &cli->notifys, head) { in usif_notify_find()
160 list_add(&ntfy->head, &cli->notifys); in usif_notify_new()
384 list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) { in usif_client_fini()
397 INIT_LIST_HEAD(&cli->notifys); in usif_client_init()
Dnouveau_drv.h106 struct list_head notifys; member