| /bsp/renesas/ra6m3-hmi-board/board/lvgl/demo/stress/ |
| A D | lv_demo_stress.c | 67 lv_obj_t * obj; in obj_test_task_cb() local 92 obj = lv_label_create(obj); in obj_test_task_cb() 134 obj = lv_label_create(obj); in obj_test_task_cb() 176 auto_delete(obj, 730); in obj_test_task_cb() 189 obj = lv_calendar_create(lv_win_get_content(obj)); in obj_test_task_cb() 266 obj = lv_label_create(obj); in obj_test_task_cb() 270 obj = lv_label_create(obj); in obj_test_task_cb() 274 obj = lv_label_create(obj); in obj_test_task_cb() 432 lv_anim_set_var(&a, obj); in auto_delete() 446 lv_obj_set_y(obj, v); in set_y_anim() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ |
| A D | Makefile | 1 obj-$(CONFIG_DRIVERS_CCMU) += ccmu/ 2 obj-$(CONFIG_DRIVERS_UART) += uart/ 4 obj-$(CONFIG_DRIVERS_RTC) += rtc/ 5 obj-$(CONFIG_DRIVERS_SPI) += spi/ 7 obj-$(CONFIG_DRIVERS_GPIO) += gpio/ 11 obj-$(CONFIG_DRIVERS_DMA) += dma/ 13 obj-$(CONFIG_DRIVERS_TWI) += twi/ 14 obj-$(CONFIG_DRIVERS_PWM) += pwm/ 21 obj-$(CONFIG_DRIVERS_CE) += ce/ 29 obj-$(CONFIG_DRIVERS_IR) += ir/ [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/ |
| A D | Makefile | 1 include $(obj)/de/Makefile 3 obj-y += dev_disp.o 4 obj-y += disp_sys_intf.o 5 obj-y += disp_debug.o 18 obj-$(CONFIG_EINK_PANEL_USED) += lcd/default_eink.o 21 obj-$(CONFIG_LCD_SUPPORT_T27P06) += lcd/t27p06.o 31 obj-$(CONFIG_LCD_SUPPORT_ILI9341) += lcd/ili9341.o 33 obj-$(CONFIG_LCD_SUPPORT_ST7789V) += lcd/st7789v.o 34 obj-$(CONFIG_LCD_SUPPORT_ST7796S) += lcd/st7796s.o 35 obj-$(CONFIG_LCD_SUPPORT_ST7701S) += lcd/st7701s.o [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | Makefile | 1 obj-y += pcm.o 2 obj-y += control.o 3 obj-y += alsa_config.o 4 obj-y += pcm_config.o 5 obj-y += pcm_hw.o 6 obj-y += pcm_direct.o 7 obj-y += pcm_dsnoop.o 8 obj-y += pcm_dmix.o 9 obj-y += pcm_asym.o 10 obj-y += pcm_mmap.o [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | Makefile | 1 ccflags-y += -I$(obj)/ \ 4 obj-y += clk.o 5 obj-y += ccu.o 6 obj-y += ccu_mux.o 7 obj-y += ccu_nm.o 10 obj-y += ccu_div.o 11 obj-y += ccu_frac.o 12 obj-y += ccu_gate.o 13 obj-y += ccu_mp.o 15 obj-y += ccu_nk.o [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/ |
| A D | Makefile | 1 obj-$(CONFIG_HAL_TEST_CCU) += ccmu/ 2 obj-$(CONFIG_HAL_TEST_GPIO) += gpio/ 3 obj-$(CONFIG_HAL_TEST_DMA) += dma/ 4 obj-$(CONFIG_HAL_TEST_UART) += uart/ 5 obj-$(CONFIG_HAL_TEST_TWI) += twi/ 6 obj-$(CONFIG_HAL_TEST_SPI) += spi/ 7 obj-$(CONFIG_HAL_TEST_PWM) += pwm/ 10 obj-$(CONFIG_HAL_TEST_RTC) += rtc/ 11 obj-$(CONFIG_HAL_TEST_UDC) += usb/ 14 obj-$(CONFIG_HAL_TEST_G2D) += g2d/ [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/ |
| A D | Makefile | 1 obj-$(CONFIG_USB_DEVICE) += udc/ 2 obj-$(CONFIG_USB_HOST) += core/ 3 obj-$(CONFIG_USB_HOST) += host/ 4 obj-$(CONFIG_USB_STORAGE) += storage/ 5 obj-$(CONFIG_USB_HID) += hid/ 7 obj-$(CONFIG_ARCH_SUN8IW19) += platform/sun8iw19/ 8 obj-$(CONFIG_ARCH_SUN8IW20) += platform/sun20iw1/ 9 obj-$(CONFIG_SOC_SUN20IW1) += platform/sun20iw1/ 10 obj-$(CONFIG_USB_CAMERA) += uvc/ 11 obj-y += include/ [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/osal/src/ |
| A D | Makefile | 1 subdir-ccflags-y += -I$(obj)/../include 2 obj-y += hal_cache.o 3 obj-y += hal_thread.o 4 obj-y += hal_interrupt.o 5 obj-y += hal_atomic.o 6 obj-y += hal_timer.o 7 obj-y += hal_sem.o 8 obj-y += hal_queue.o 9 obj-y += hal_mem.o 10 obj-y += hal_mutex.o [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/external_resample/speexrate/ |
| A D | rate_speexrate.c | 51 struct rate_src *rate = obj; in input_frames() 61 struct rate_src *rate = obj; in output_frames() 68 static void pcm_src_free(void *obj) in pcm_src_free() argument 70 struct rate_src *rate = obj; in pcm_src_free() 80 struct rate_src *rate = obj; in pcm_src_init() 101 struct rate_src *rate = obj; in pcm_src_adjust_pitch() 110 static void pcm_src_reset(void *obj) in pcm_src_reset() argument 112 struct rate_src *rate = obj; in pcm_src_reset() 119 struct rate_src *rate = obj; in pcm_src_convert_s16() 127 struct rate_src *rate = obj; in pcm_src_convert_s16_fix() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/plugin/ |
| A D | pcm_rate.h | 68 void (*close)(void *obj); 72 int (*init)(void *obj, snd_pcm_rate_info_t *info); 76 void (*free)(void *obj); 80 void (*reset)(void *obj); 84 int (*adjust_pitch)(void *obj, snd_pcm_rate_info_t *info); 88 void (*convert)(void *obj, 96 void (*convert_s16)(void *obj, int16_t *dst, unsigned int dst_frames, 104 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); 108 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames); 118 int (*get_supported_rates)(void *obj, unsigned int *rate_min, [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | Makefile | 10 obj-y += osal/ 11 obj-y += core.o 12 obj-y += hal_sdpin.o 13 obj-y += hal_sdhost.o 14 obj-y += mmc.o 15 obj-y += quirks.o 16 obj-y += sd.o 17 obj-y += sdio.o 18 obj-y += test.o 19 obj-y += sdio_irq.o [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/soc/ |
| A D | Makefile | 2 obj-y += platform_resource.o disp_board_config.o 4 obj-$(CONFIG_ARCH_SUN8IW19) += sun8iw19.o 5 obj-$(CONFIG_V459_PERF1) += v459_perf1.o 7 obj-$(CONFIG_ARCH_SUN20IW1) += sun20iw1.o 8 obj-$(CONFIG_F133_FPGA) += f133_fpga.o 9 obj-$(CONFIG_VVX07H005A10_MIPI) += VVX07H005A10_mipi_config.o 10 obj-$(CONFIG_TFT08006_MIPI)+= tft08006_mipi_config.o 11 obj-$(CONFIG_HE0801A068_MIPI)+= he0801a068_mipi_config.o 12 obj-$(CONFIG_DEFAULT_LVDS)+= f133_lvds.o
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_sci.c | 298 RT_ASSERT(obj != RT_NULL); in sci_uart_irq_callback() 317 struct ra_sci_object *obj; in ra_uart_configure() local 325 param = obj->param; in ra_uart_configure() 350 struct ra_sci_object *obj; in ra_uart_putc() local 355 param = obj->param; in ra_uart_putc() 597 ra_wait_complete(obj); in ra_write_message() 619 ra_wait_complete(obj); in ra_read_message() 642 ra_wait_complete(obj); in ra_write_read_message() 662 obj->spi_cfg = configuration; in ra_hw_spi_configure() 765 obj->param = param; in ra_hw_sci_init() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | Makefile | 4 obj-$(CONFIG_COMPONENTS_AW_ALSA_UTILS) += aplay.o 5 obj-$(CONFIG_COMPONENTS_AW_ALSA_UTILS) += arecord.o 6 obj-$(CONFIG_COMPONENTS_AW_ALSA_UTILS) += aduplex.o 7 obj-$(CONFIG_COMPONENTS_AW_ALSA_UTILS) += amixer.o 8 obj-$(CONFIG_COMPONENTS_AW_ALSA_UTILS) += common.o 9 obj-$(CONFIG_COMPONENTS_AW_ALSA_UTILS) += wav_parser.o 10 obj-$(CONFIG_COMPONENTS_AW_ALSA_UTILS) += card.o 11 obj-$(CONFIG_BUILTIN_WAV_FILE) += audio_wav/audio_wav.o
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/ |
| A D | Makefile | 1 obj-y += snd_core.o 2 obj-y += snd_dma.o 3 obj-y += snd_pcm.o 4 obj-y += snd_misc.o 5 obj-y += snd_io.o 6 obj-y += snd_ctl.o 7 obj-y += snd_params.o
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | Makefile | 1 ccflags-y += -I$(obj)/ \ 4 obj-y += clk.o 5 obj-y += clk_factors.o 6 obj-y += clk_periph.o 8 obj-$(CONFIG_SOC_SUN8IW19P1) += sun8iw19p1/ 9 obj-y += sun8iw19p1/
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | Makefile | 4 obj-y += os_debug.o 5 obj-y += os_mutex.o 6 obj-y += os_queue.o 7 obj-y += os_timer.o 8 obj-y += os_semaphore.o 9 obj-y += os_thread.o
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/ |
| A D | Makefile | 2 obj-$(SND_CODEC_SUNXI_RWFUNC) += sunxi_rw_func.o 5 obj-$(CONFIG_SND_CODEC_SUN8IW18_AUDIOCODEC) += sun8iw18-codec.o 8 obj-$(CONFIG_SND_CODEC_SUN8IW19_AUDIOCODEC) += sun8iw19-codec.o 11 obj-$(CONFIG_SND_CODEC_SUN8IW20_AUDIOCODEC) += sun8iw20-codec.o 14 obj-y += dummy_codec.o 17 obj-$(CONFIG_SND_CODEC_AC108) += ac108.o
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/ |
| A D | Makefile | 2 obj-$(CONFIG_SND_PLATFORM_SUNXI_CPUDAI) += sunxi-dummy-cpudai.o 5 obj-$(CONFIG_SND_PLATFORM_SUNXI_PCM) += sunxi-pcm.o 8 obj-$(CONFIG_SND_PLATFORM_SUNXI_DAUDIO) += sunxi-daudio.o 11 obj-$(CONFIG_SND_PLATFORM_SUNXI_DMIC) += sunxi-dmic.o 14 obj-$(CONFIG_SND_PLATFORM_SUNXI_SPDIF) += sunxi-spdif.o 17 obj-$(CONFIG_SND_PLATFORM_SUN8IW19_DAUDIO) += sun8iw19-daudio.o
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/ |
| A D | Makefile | 2 obj-y += core/ 5 obj-y += codecs/ 8 obj-y += platform/ 11 obj-$(CONFIG_COMPONENTS_AW_ALSA_LIB) += component/ 14 obj-y += card_default.o
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/ |
| A D | Makefile | 1 obj-y += hal_gpio.o 2 obj-$(CONFIG_ARCH_SUN8IW19) += sun8iw19/ 3 obj-$(CONFIG_ARCH_SUN8IW20) += sun8iw20/ 4 obj-$(CONFIG_SOC_SUN20IW1) += sun8iw20/ 5 obj-$(CONFIG_ARCH_SUN50IW11) += sun50iw11/
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/prcm/prcm-sun50iw11/ |
| A D | Makefile | 1 obj-y += ccu.o 2 obj-y += mclk.o 3 obj-y += power.o 4 obj-y += reset.o 5 obj-y += sclk.o
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/libmetal/lib/include/metal/compiler/gcc/ |
| A D | atomic.h | 65 typeof(OBJ) obj = (OBJ); \ 66 typeof(*obj) des = (DES); \ 67 typeof(*obj) expval; \ 68 typeof(*obj) oldval = atomic_load(obj); \ 72 obj, expval, des); \ 80 typeof(OBJ) obj = (OBJ); \ 82 typeof(*obj) expval = *exp; \ 83 typeof(*obj) oldval = __sync_val_compare_and_swap( \ 84 obj, expval, (DES)); \
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/libmetal/lib/include/metal/compiler/gcc/ |
| A D | atomic.h | 65 typeof(OBJ) obj = (OBJ); \ 66 typeof(*obj) des = (DES); \ 67 typeof(*obj) expval; \ 68 typeof(*obj) oldval = atomic_load(obj); \ 72 obj, expval, des); \ 80 typeof(OBJ) obj = (OBJ); \ 82 typeof(*obj) expval = *exp; \ 83 typeof(*obj) oldval = __sync_val_compare_and_swap( \ 84 obj, expval, (DES)); \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/ |
| A D | Makefile | 3 obj-y += BlkDev.o 4 obj-y += CD.o 5 obj-y += Disk.o 6 obj-y += LunMgr.o 7 obj-y += Scsi2.o
|