Searched refs:DacTestReadConfig (Results 1 – 3 of 3) sorted by relevance
42 static int32_t DacTestReadConfig(struct DacTestConfig *config, const struct DeviceResourceNode *nod… in DacTestReadConfig() function96 ret = DacTestReadConfig(&g_config, device->property); in DacTestBind()
320 …实现自定义结构体,从驱动的角度看,自定义结构体是参数和数据的载体,dac_config.hcs文件中传递的参数和数据会被HDF驱动模块的DacTestReadConfig函数读入,通过Device…
304 …tom structure based on the function parameters of the device. The **DacTestReadConfig()** provided…