notifys           106 drivers/gpu/drm/nouveau/nouveau_drv.h 	struct list_head notifys;
notifys            58 drivers/gpu/drm/nouveau/nouveau_usif.c 	list_for_each_entry(ntfy, &cli->notifys, head) {
notifys           160 drivers/gpu/drm/nouveau/nouveau_usif.c 		list_add(&ntfy->head, &cli->notifys);
notifys           384 drivers/gpu/drm/nouveau/nouveau_usif.c 	list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) {
notifys           397 drivers/gpu/drm/nouveau/nouveau_usif.c 	INIT_LIST_HEAD(&cli->notifys);