Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
Dddk_pnp_listener_mgr.c68 static int32_t DdkListenerMgrNotifyOne(const struct UsbPnpNotifyMatchInfoTable *device, void *priv) in DdkListenerMgrNotifyOne() function
127 if (DdkListenerMgrNotifyOne(device, &handlePriv) != HDF_SUCCESS) { in DdkListenerMgrNotifyAll()
153 int32_t ret = DdkDevMgrForEachDeviceSafe(DdkListenerMgrNotifyOne, (void *)&handlePriv); in DdkListenerMgrAdd()