Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_usif.c57 list_for_each_entry(ntfy, &cli->notifys, head) { in usif_notify_find()
158 list_add(&ntfy->head, &cli->notifys); in usif_notify_new()
370 list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) { in usif_client_fini()
383 INIT_LIST_HEAD(&cli->notifys); in usif_client_init()
Dnouveau_drm.h90 struct list_head notifys; member