Searched refs:delay_init (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/ |
A D | device_vfs_core.c | 674 if (sdev->delay_init) { in _device_vfs_open() 683 sdev->delay_init = false; in _device_vfs_open() 824 if (sdev->delay_init) { in aos_dev_reg_with_flag() 879 if (sdev->delay_init) { in aos_dev_reg_with_flag() 885 …ret = aos_union_register_driver(path_name, fops, sdev->delay_init ? dev_n : sdev->user_data, main_… in aos_dev_reg_with_flag() 887 ret = aos_register_driver(path_name, fops, sdev->delay_init ? dev_n : sdev->user_data); in aos_dev_reg_with_flag() 892 …failed, rpc_only:%d, sdev->delay_init:%d, ret:%d\r\n", path_name, rpc_only, sdev->delay_init, ret); in aos_dev_reg_with_flag() 896 …r %s to vfs success, rpc_only:%d, sdev->delay_init:%d\r\n", path_name, rpc_only, sdev->delay_init); in aos_dev_reg_with_flag()
|
/AliOS-Things-master/components/drivers/core/base/include/devicevfs/ |
A D | devicevfs.h | 51 bool delay_init; member
|
Completed in 4 milliseconds