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