Searched refs:diva_notify_adapter_change (Results 1 – 1 of 1) sorted by relevance
87 static void diva_notify_adapter_change(DESCRIPTOR *d, int removal);115 diva_notify_adapter_change(&MAdapter, 0); /* Inserted */ in diva_didd_add_descriptor()119 diva_notify_adapter_change(&MAdapter, 1); /* About to remove */ in diva_didd_add_descriptor()131 diva_notify_adapter_change(d, 0); /* we have new adapter */ in diva_didd_add_descriptor()151 diva_notify_adapter_change(&MAdapter, 1); /* About to remove */ in diva_didd_remove_descriptor()157 diva_notify_adapter_change(&HandleTable[i], 1); /* About to remove */ in diva_didd_remove_descriptor()309 static void diva_notify_adapter_change(DESCRIPTOR *d, int removal) { in diva_notify_adapter_change() function