Home
last modified time | relevance | path

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

/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_pnp_server.c37 static struct HdfDeviceObject *g_audioPnpDevice = NULL; variable
41 if (g_audioPnpDevice == NULL) { in AudioPnpUpdateInfo()
50 if (HdfDeviceObjectSetServInfo(g_audioPnpDevice, statusInfo) != HDF_SUCCESS) { in AudioPnpUpdateInfo()
54 if (HdfDeviceObjectUpdate(g_audioPnpDevice) != HDF_SUCCESS) { in AudioPnpUpdateInfo()
109 g_audioPnpDevice = device; in HdfAudioPnpInit()