Searched refs:vt (Results 1 – 7 of 7) sorted by relevance
28 vfs_wdg_t *vt = (vfs_wdg_t *)f->node->i_arg; in wdg_device_ioctl() local31 if (!vt || !wdg) { in wdg_device_ioctl()71 if (!vt) { in wdg_device_open()94 if (!vt || !wdg) { in wdg_device_close()181 if (!(*ppsdev) || !vt) { in vfs_wdg_drv_init()189 if (vt) in vfs_wdg_drv_init()190 free(vt); in vfs_wdg_drv_init()196 memset(vt, 0, sizeof(*vt)); in vfs_wdg_drv_init()198 vt->port = i; in vfs_wdg_drv_init()208 (*ppsdev)->user_data = vt; in vfs_wdg_drv_init()[all …]
39 if (!vt->started) { in timer_device_ioctl()45 if (vt->started) in timer_device_ioctl()72 if (!vt->started) { in timer_device_ioctl()98 if (vt->started) { in timer_device_ioctl()146 if (vt->started) { in timer_device_close()148 vt->started = false; in timer_device_close()228 if (vt) in vfs_timer_drv_init()229 free(vt); in vfs_timer_drv_init()235 memset(vt, 0, sizeof(*vt)); in vfs_timer_drv_init()237 vt->dev.port = i; in vfs_timer_drv_init()[all …]
168 valueX.vt == VT_R8 && valueY.vt == VT_R8 && valueZ.vt == VT_R8) { in ISensorEventsVtbl_OnDataUpdated()182 valueX.vt == VT_R8 && valueY.vt == VT_R8 && valueZ.vt == VT_R8) { in ISensorEventsVtbl_OnDataUpdated()
270 Json::ValueType vt = value[*it].type(); in JsonToMap() local271 switch (vt) { in JsonToMap()
55 …是否有信号返回。若检测到回响信号,会通过Echo引脚输出一个高电平脉冲,脉冲的宽度就是超声波从发射到返回的时间t。假设小车距离障碍物距离L,2L=vt,L=vt/2,其中v声音的传播速度340m/…
4 …vt����ik}UWfikxx{�������������^^kzz���������������������������������������������������������������…
314 if (SUCCEEDED(hr) && var.vt == VT_BSTR && var.bstrVal != NULL) {
Completed in 27 milliseconds