Searched refs:notifys (Results 1 – 2 of 2) sorted by relevance
58 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()
106 struct list_head notifys; member