Searched refs:RT_Object_Class_Device (Results 1 – 8 of 8) sorted by relevance
59 rt_object_init(&(dev->parent), RT_Object_Class_Device, name); in rt_device_register()83 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_unregister()123 information = rt_object_get_information(RT_Object_Class_Device); in rt_device_find()187 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_destroy()245 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_open()310 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_close()352 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_read()391 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_write()424 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_control()450 RT_ASSERT(rt_object_get_type(&dev->parent) == RT_Object_Class_Device); in rt_device_set_rx_indicate()[all …]
98 …{RT_Object_Class_Device, _OBJ_CONTAINER_LIST_INIT(RT_Object_Info_Device), sizeof(struct rt_device)…
141 information = rt_object_get_information(RT_Object_Class_Device); in dfs_device_fs_open()
102 information = rt_object_get_information(RT_Object_Class_Device); in tcpip_init_done_callback()
104 information = rt_object_get_information(RT_Object_Class_Device); in tcpip_init_done_callback()
106 information = rt_object_get_information(RT_Object_Class_Device); in tcpip_init_done_callback()
379 RT_Object_Class_Device, /**< The object is a device */ enumerator
816 … list_find_init(&find_arg, RT_Object_Class_Device, obj_list, sizeof(obj_list)/sizeof(obj_list[0])); in list_device()