Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 180) sorted by relevance

12345678

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_base.c189 free(virt_dev->manufacturer); in usb_host_free_virt_dev()
199 free(virt_dev->product); in usb_host_free_virt_dev()
209 free(virt_dev->serial); in usb_host_free_virt_dev()
234 free(virt_dev->config[j].intf_cache[k]->altsetting_array[l].endpoint); in usb_host_free_virt_dev()
247 free(virt_dev->config[j].intf_cache[k]->altsetting_array); in usb_host_free_virt_dev()
257 free(virt_dev->config[j].intf_cache[k]); in usb_host_free_virt_dev()
282 free(virt_dev->config); in usb_host_free_virt_dev()
295 free(virt_dev->rawdescriptors[i]); in usb_host_free_virt_dev()
306 free(virt_dev->rawdescriptors); in usb_host_free_virt_dev()
315 free(virt_dev); in usb_host_free_virt_dev()
A Dusb_msg.c94 free((void *)dr); in usb_control_msg()
376 free(tbuf); in usb_string()
560 free(new_interfaces[n]); in usb_set_configuration()
571 free(new_interfaces); in usb_set_configuration()
650 free(new_interfaces); in usb_set_configuration()
712 free(intf->cur_altsetting->string); in usb_set_configuration()
782 free((void *)desc);
864 free(status); in usb_get_status()
A Dusb_core_config.c495 free(config->intf_cache[i]); in _usb_parse_config_desc()
659 free(bigbuffer); in usb_get_all_config_desc_and_parser()
687 free(buffer); in usb_get_all_config_desc_and_parser()
721 free(intfc->altsetting_array[j].endpoint); in usb_release_interface_cache()
730 free(intfc); in usb_release_interface_cache()
753 free(dev->rawdescriptors[i]); in usb_destroy_configuration()
764 free(dev->rawdescriptors); in usb_destroy_configuration()
779 free(cf->string); in usb_destroy_configuration()
799 free(dev->config); in usb_destroy_configuration()
/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d_wb.c183 free(p_wb->reg_blks); in wb_destory()
186 free(p_wb->reg_info); in wb_destory()
189 free(p_wb); in wb_destory()
229 free(p_wb->reg_blks); in g2d_wb_submodule_setup()
230 free(p_wb->reg_info); in g2d_wb_submodule_setup()
231 free(p_wb); in g2d_wb_submodule_setup()
A Dg2d_ovl_u.c235 free(p_ovl_u->reg_blks); in ovl_u_destory()
238 free(p_ovl_u->reg_info); in ovl_u_destory()
241 free(p_ovl_u); in ovl_u_destory()
282 free(p_ovl_u->reg_blks); in g2d_ovl_u_submodule_setup()
283 free(p_ovl_u->reg_info); in g2d_ovl_u_submodule_setup()
284 free(p_ovl_u); in g2d_ovl_u_submodule_setup()
A Dg2d_scal.c491 free(p_scal->reg_blks); in scal_destory()
494 free(p_scal->reg_info); in scal_destory()
496 free(p_scal); in scal_destory()
537 free(p_scal->reg_blks); in g2d_scaler_submodule_setup()
538 free(p_scal->reg_info); in g2d_scaler_submodule_setup()
539 free(p_scal); in g2d_scaler_submodule_setup()
A Dg2d_ovl_v.c354 free(p_ovl_v->reg_blks); in ovl_v_destory()
357 free(p_ovl_v->reg_info); in ovl_v_destory()
359 free(p_ovl_v); in ovl_v_destory()
400 free(p_ovl_v->reg_blks); in g2d_ovl_v_submodule_setup()
401 free(p_ovl_v->reg_info); in g2d_ovl_v_submodule_setup()
402 free(p_ovl_v); in g2d_ovl_v_submodule_setup()
A Dg2d_mixer.c768 free(p_frame->wb); in g2d_mixer_frame_setup()
769 free(p_frame->ovl_v); in g2d_mixer_frame_setup()
770 free(p_frame->ovl_u); in g2d_mixer_frame_setup()
771 free(p_frame->bld); in g2d_mixer_frame_setup()
772 free(p_frame->scal); in g2d_mixer_frame_setup()
840 free(p_task->p_para); in g2d_mixer_task_destory()
845 free(p_task->frame); in g2d_mixer_task_destory()
846 free(p_task); in g2d_mixer_task_destory()
925 free(task->frame); in create_mixer_task()
926 free(task->p_rcq_info); in create_mixer_task()
[all …]
A Dg2d_bld.c585 free(p_bld->reg_blks); in bld_destory()
588 free(p_bld->reg_info); in bld_destory()
590 free(p_bld); in bld_destory()
631 free(p_bld->reg_blks); in g2d_bld_submodule_setup()
632 free(p_bld->reg_info); in g2d_bld_submodule_setup()
633 free(p_bld); in g2d_bld_submodule_setup()
A Dsimple_idr.c192 free(lu[i]->layer[id_index]); in id_free()
209 free(lu[0]); in id_free()
292 free(free_id_layer); in id_destroyed()
294 free(dir); in id_destroyed()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/
A Darecord_mad.c266 free(capture_data); in capture_then_play()
284 free(capture_data); in capture_then_play()
320 free(g_pcm_name); in cmd_arecord_mad()
323 free(g_ctl_name); in cmd_arecord_mad()
369 free(g_ctl_name); in cmd_arecord_mad()
371 free(g_pcm_name); in cmd_arecord_mad()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_multi.c72 free(multi->slaves); in snd_pcm_multi_close()
73 free(multi->channels); in snd_pcm_multi_close()
74 free(multi); in snd_pcm_multi_close()
874 free(map);
1027 free(multi); in snd_pcm_multi_open()
1034 free(multi); in snd_pcm_multi_open()
1060 free(multi); in snd_pcm_multi_open()
1170 free(slaves_conf); in _snd_pcm_multi_open()
1171 free(slaves_pcm); in _snd_pcm_multi_open()
1173 free(channels_sidx); in _snd_pcm_multi_open()
[all …]
A Dpcm_mmap.c203 free(pcm->mmap_channels); in snd_pcm_mmap()
212 free(pcm->mmap_channels); in snd_pcm_mmap()
213 free(pcm->running_areas); in snd_pcm_mmap()
325 free(i->addr); in snd_pcm_munmap()
336 free(pcm->mmap_channels); in snd_pcm_munmap()
337 free(pcm->running_areas); in snd_pcm_munmap()
A Dpcm_file.c270 free(a); in snd_pcm_file_close()
277 free(s); in snd_pcm_file_close()
283 free(file->server); in snd_pcm_file_close()
385 free(file->wbuf); in snd_pcm_file_hw_free()
386 free(file->wbuf_areas); in snd_pcm_file_hw_free()
585 free(sock); in file_mode_network_init()
654 free(file->server); in snd_pcm_file_open()
655 free(file); in snd_pcm_file_open()
A Dpcm_rate.c425 if (rate->ops.free) in snd_pcm_rate_hw_params()
440 if (rate->ops.free) in snd_pcm_rate_hw_free()
442 free(rate->src_buf); in snd_pcm_rate_hw_free()
443 free(rate->dst_buf); in snd_pcm_rate_hw_free()
1573 free(rate); in snd_pcm_rate_open()
1615 free(rate); in snd_pcm_rate_open()
1622 free(rate); in snd_pcm_rate_open()
1628 free(rate); in snd_pcm_rate_open()
1643 free(rate); in snd_pcm_rate_open()
1650 free(rate); in snd_pcm_rate_open()
[all …]
A Dpcm_route.c566 free(current); in route_chmap_init()
582 free(params->dsts[dst_channel].srcs); in snd_pcm_route_close()
584 free(params->dsts); in snd_pcm_route_close()
586 free(route->chmap); in snd_pcm_route_close()
809 free(slave_map); in snd_pcm_route_get_chmap()
823 free(slave_map); in snd_pcm_route_get_chmap()
835 free(map); in snd_pcm_route_query_chmaps()
1018 free(route); in snd_pcm_route_open()
1088 free(ttable); in _snd_pcm_route_open()
1097 free(ttable); in _snd_pcm_route_open()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLiteKernel/rtos/
A Dvg_lite_hal.c117 uint32_t free; member
242 if (aligned_size > device->heap.free) { in vg_lite_hal_allocate_contiguous()
264 device->heap.free -= aligned_size; in vg_lite_hal_allocate_contiguous()
291 device->heap.free += node->size; in vg_lite_hal_free_contiguous()
370 mem->bytes = device->heap.free; in vg_lite_hal_query_mem()
479 device->heap.free = device->size; in vg_lite_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu.c585 free(parents); in clk_core_populate_parent_map()
601 free(core->parents);
654 free(core); in clk_hw_register()
664 free(core->clk); in clk_hw_register()
668 free(core); in clk_hw_register()
694 free(core->clk); in clk_hw_unregister()
695 free(core); in clk_hw_unregister()
/bsp/dm365/platform/
A Dfindbit.S31 3: mov r0, r1 @ no free bits
74 3: mov r0, r1 @ no free bits
113 3: mov r0, r1 @ no free bits
147 3: mov r0, r1 @ no free bits
/bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/
A Dhal_spinor.c125 free(buf); in get_rtos_toc_package_size()
262 free(gpt_buf); in nor_blkpart_init()
268 free(norblk.parts); in nor_blkpart_init()
270 free(gpt_buf); in nor_blkpart_init()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Ddma_wrap.h77 free(chan); in dma_request_channel()
91 free(chan); in dma_release_channel()
/bsp/phytium/doc/
A Duse_cherryusb.md54 …ed/phytium-free-rtos-sdk/blob/master/example/peripheral/usb/xhci_platform),以及[在 LVGL 中使用鼠标键盘](http…
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/
A DKconfig1 menu "sdmmc free rtos osal"
/bsp/microchip/samc21/bsp/hal/documentation/
A Dadc_sync.rst40 There are two conversion modes supported by ADC, single shot and free running.
42 application, in free running mode it continues to make conversion from it
44 the ADC should be set to free running mode.
/bsp/microchip/saml10/bsp/hal/documentation/
A Dadc_sync.rst40 There are two conversion modes supported by ADC, single shot and free running.
42 application, in free running mode it continues to make conversion from it
44 the ADC should be set to free running mode.

Completed in 67 milliseconds

12345678