Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_usif.c61 list_for_each_entry(ntfy, &cli->notifys, head) { in usif_notify_find()
163 list_add(&ntfy->head, &cli->notifys); in usif_notify_new()
415 list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) { in usif_client_fini()
428 INIT_LIST_HEAD(&cli->notifys); in usif_client_init()
Dnouveau_drv.h105 struct list_head notifys; member