Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/
A Delm_object.c193 object->object.index = index; in alloc_ebo()
215 object->object.index = index; in alloc_ego()
249 object->object.index = index; in alloc_grad()
300 list->object = object; in add_object()
318 list->object = object; in add_object()
344 if (list->object == object) { in remove_object()
417 object = list->object; in get_object()
1410 switch (object->object.type) { in _set_color()
1450 switch (object->object.type) { in _set_pattern()
1487 switch (object->object.type) { in _set_pattern_mode()
[all …]
A Dvelm.h141 el_Object object; member
150 el_Object object; member
207 el_Object object; member
232 el_Object object; member
254 el_Object object; member
265 el_Object object; member
274 el_Object *object; member
344 int add_object (el_Object *object);
345 int remove_object (el_Object *object);
A Delm_buffer.c106 buffer_obj->object.type = ELM_OBJECT_TYPE_BUF; in ElmCreateBuffer()
119 handle = buffer_obj->object.handle; in ElmCreateBuffer()
158 buffer_obj->object.type = ELM_OBJECT_TYPE_BUF; in ElmWrapBuffer()
170 handle = buffer_obj->object.handle; in ElmWrapBuffer()
A Delm_text.c85 int ref_object (el_Object *object);
588 evo_text->object.type = ELM_OBJECT_TYPE_EVO; in _load_text_data()
589 evo_text->object.reference = 0; in _load_text_data()
592 ref_object(&evo_text->object); in _load_text_data()
593 JUMP_IF_NON_ZERO_VALUE(add_object(&evo_text->object), error_exit); in _load_text_data()
595 return evo_text->object.handle; in _load_text_data()
A Delm_draw.c364 BOOL ElmDraw(ElmBuffer buffer, ElmHandle object) in ElmDraw() argument
371 elm = get_object(object); in ElmDraw()
403 if (evo->object.handle == ELM_NULL_HANDLE) in ElmDraw()
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.c93 if ((ENET_Type *)object == HPM_ENET0) in phy_init()
97 dp83867_reset((ENET_Type *)object); in phy_init()
112 if ((ENET_Type *)object == HPM_ENET0) in phy_init()
116 rtl8211_reset((ENET_Type *)object); in phy_init()
127 if ((ENET_Type *)object == HPM_ENET0) in phy_init()
131 rtl8201_reset((ENET_Type *)object); in phy_init()
142 if ((ENET_Type *)object == HPM_ENET1) in phy_init()
146 dp83848_reset((ENET_Type *)object); in phy_init()
157 if ((ENET_Type *)object == HPM_ENET1) in phy_init()
161 rtl8201_reset((ENET_Type *)object); in phy_init()
[all …]
/bsp/renesas/rzt2m_rsk/script/
A Dfsp_xspi0_boot.icf538 ro code object system.o,
640 initialize manually { ro code object startup_core.o,
641 ro code object system_core.o,
642 ro code object startup.o,
643 ro code object system.o,
644 ro code object bsp_clocks.o,
645 ro code object bsp_irq_core.o,
646 ro code object bsp_irq.o,
647 ro code object bsp_semaphore.o,
649 ro code object r_ioport.o,
[all …]
/bsp/renesas/rzn2l_rsk/script/
A Dfsp_xspi0_boot.icf510 ro code object system.o,
525 rw code object system.o,
602 initialize manually { ro code object startup_core.o,
603 ro code object system_core.o,
604 ro code object startup.o,
605 ro code object system.o,
606 ro code object bsp_clocks.o,
607 ro code object bsp_irq_core.o,
608 ro code object bsp_irq.o,
610 ro code object r_ioport.o,
[all …]
/bsp/simulator/SDL2/include/
A DSDL_vulkan.h44 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; argument
47 #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef struct object##_T *object; argument
49 #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object;
/bsp/renesas/rzn2l_etherkit/script/
A Dfsp_xspi0_boot.icf561 ro code object system.o,
576 rw code object system.o,
653 initialize manually { ro code object startup_core.o,
654 ro code object system_core.o,
655 ro code object startup.o,
656 ro code object system.o,
657 ro code object bsp_clocks.o,
658 ro code object bsp_irq_core.o,
659 ro code object bsp_irq.o,
661 ro code object r_ioport.o,
[all …]
/bsp/efm32/
A Dapplication.c97 static rt_bool_t pic_view_event_handler(rtgui_object_t *object, rtgui_event_t *event) in pic_view_event_handler() argument
102 result = rtgui_container_event_handler(object, event); in pic_view_event_handler()
131 dc = rtgui_dc_begin_drawing(RTGUI_WIDGET(object)); in pic_view_event_handler()
137 rtgui_widget_get_rect(RTGUI_WIDGET(object), &rect); in pic_view_event_handler()
324 static rt_bool_t photo_view_event_handler(rtgui_object_t *object, rtgui_event_t *event) in photo_view_event_handler() argument
329 result = rtgui_container_event_handler(object, event); in photo_view_event_handler()
342 rtgui_widget_get_rect(RTGUI_WIDGET(object), &rect); in photo_view_event_handler()
347 dc = rtgui_dc_begin_drawing(RTGUI_WIDGET(object)); in photo_view_event_handler()
368 static rt_bool_t photo_lable_event_handler(rtgui_object_t *object, rtgui_event_t *event) in photo_lable_event_handler() argument
372 result = rtgui_label_event_handler(object, event); in photo_lable_event_handler()
[all …]
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_list.h33 #define HAL_LIST_OBJECT_INIT(object) { &(object), &(object) } argument
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.h126 USBH_Status USBH_MTP_GetObject(USBH_Info_t *phost, uint32_t handle, uint8_t *object);
127 …nfo_t *phost, uint32_t handle, uint32_t offset, uint32_t maxbytes, uint8_t *object, uint32_t *len);
130 USBH_Status USBH_MTP_SendObject(USBH_Info_t *phost, uint32_t handle, uint8_t *object, uint32_t size…
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_list.h149 #define DLIST_OBJECT_INIT(object) \ argument
151 &(object), &(object) \
/bsp/m16c62p/drivers/
A Dvectors_gcc.S13 .type _HardwareVectors, @object
35 .type _VariableVectors, @object
/bsp/simulator/drivers/
A Dmodule_win32.c165 struct rt_object *object; in rt_module_find() local
181 object = rt_list_entry(node, struct rt_object, list); in rt_module_find()
182 if (rt_strncmp(object->name, name, RT_NAME_MAX) == 0) in rt_module_find()
187 return (rt_module_t)object; in rt_module_find()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/inc/
A DElm.h361 BOOL ElmDraw(ElmBuffer buffer, ElmHandle object);
624 BOOL ElmDestroyObject(ElmHandle object);
/bsp/wh44b0/
A Dproject.Uv221 File 2,1,<..\..\src\object.c><object.c>
/bsp/nxp/lpc/lpc2148/
A Dproject.Opt31 OPTFFF 3,12,1,0,0,0,0,0,<..\..\src\object.c><object.c>
/bsp/samd21/sam_d2x_asflib/common/utils/make/
A DMakefile.avr.in311 # Create object files list from source files list.
372 # Create object files from C source files.
383 # Create object files from C++ source files.
394 # Preprocess and assemble: create object files from assembler source files.
405 # Preprocess and assemble: create object files from assembler source files.
420 # Archive object files into an archive
428 # Link the object files into an ELF file. Also make sure the target is rebuilt
/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_CodeStartBranch.asm96 SETC OBJMODE ;Set OBJMODE for 28x object code
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_ksz8081.c112 static rt_phy_status rt_phy_init(void *object, rt_uint32_t phy_addr, rt_uint32_t src_clock_hz) in rt_phy_init() argument
128 rt_mdio_t *mdio_bus = rt_hw_mdio_register(object, "phy_mdio"); in rt_phy_init()
/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/arch/e902/
A Dstartup.S24 .type __Vectors, @object
/bsp/nxp/lpc/lpc2478/
A Dproject.Uv225 File 3,1,<..\..\src\object.c><object.c>
/bsp/pic32ethernet/
A Dprocdefs.ld2 * Processor-specific object file. Contains SFR definitions.

Completed in 50 milliseconds

12345678910>>...20