Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_extplug.c258 return ext->data->callback->init(ext->data); in snd_pcm_extplug_init()
277 size = ext->data->callback->transfer(ext->data, slave_areas, slave_offset, in snd_pcm_extplug_write_areas()
299 size = ext->data->callback->transfer(ext->data, areas, offset, in snd_pcm_extplug_read_areas()
313 ext->data->callback->close(ext->data); in snd_pcm_extplug_close()
314 free(ext); in snd_pcm_extplug_close()
466 err = ext->data->callback->hw_params(ext->data, params); in snd_pcm_extplug_hw_params()
480 return ext->data->callback->hw_free(ext->data); in snd_pcm_extplug_hw_free()
490 ext->data->callback->dump(ext->data); in snd_pcm_extplug_dump()
543 ext = calloc(1, sizeof(*ext)); in snd_pcm_extplug_create()
544 if (!ext) { in snd_pcm_extplug_create()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/thirdparty/sona_audioaef/
A Dpcm_sona_audioaef.c50 snd_pcm_extplug_t ext; member
72 int in_channels = ext->channels; in sona_audioaef_transfer()
73 int out_channls = ext->slave_channels; in sona_audioaef_transfer()
126 audioaef->instance = audioaef_create_fromBuffer(ext->rate, ext->rate, in sona_audioaef_hw_params()
131 audioaef->instance = audioaef_create(ext->rate, ext->rate, in sona_audioaef_hw_params()
168 static int sona_audioaef_hw_free(snd_pcm_extplug_t *ext) in sona_audioaef_hw_free() argument
186 static int sona_audioaef_close(snd_pcm_extplug_t *ext) in sona_audioaef_close() argument
241 audioaef->ext.name = "Sona Audio Effect Plugin"; in _snd_pcm_sona_audioaef_open()
242 audioaef->ext.callback = &sona_audioaef_callback; in _snd_pcm_sona_audioaef_open()
243 audioaef->ext.private_data = audioaef; in _snd_pcm_sona_audioaef_open()
[all …]
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/arch/risc-v/t-head/
A Drv_hart.c23 int rv_hart_misa_ext_chk(char ext) in rv_hart_misa_ext_chk() argument
28 if ('A' <= ext && ext <= 'Z') { in rv_hart_misa_ext_chk()
29 return misa & (1 << (ext - 'A')); in rv_hart_misa_ext_chk()
32 if ('a' <= ext && ext <= 'z') { in rv_hart_misa_ext_chk()
33 return misa & (1 << (ext - 'a')); in rv_hart_misa_ext_chk()
A Drv_hart.h7 int rv_hart_misa_ext_chk(char ext);
/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm_extplug.h103 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
112 int (*close)(snd_pcm_extplug_t *ext);
116 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params);
120 int (*hw_free)(snd_pcm_extplug_t *ext);
124 void (*dump)(snd_pcm_extplug_t *ext);
128 int (*init)(snd_pcm_extplug_t *ext);
147 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *ext);
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_can.c337 assert_param(IS_CAN_EXTID(msg->ext)); in ald_can_send()
338 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_STDID_MSK, ((msg->ext >> 18) & 0x7FF) << CA… in ald_can_send()
339 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_EXID_MSK, (msg->ext & 0x3FFFF) << CAN_TXID0… in ald_can_send()
400 assert_param(IS_CAN_EXTID(msg->ext)); in ald_can_send_by_it()
401 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_STDID_MSK, ((msg->ext >> 18) & 0x7FF) << CA… in ald_can_send_by_it()
402 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_EXID_MSK, (msg->ext & 0x3FFFF) << CAN_TXID0… in ald_can_send_by_it()
460 msg->ext = (stid << 18) | exid; in ald_can_recv()
1071 _msg->ext = (stid << 18) | exid; in __can_recv_by_it()
A Dald_sram.c72 ald_ebi_nor_sram_ext_timing_init(hperh->ext, ext_timing, hperh->init.bank, hperh->init.ext_mode); in ald_sram_init()
86 ald_ebi_nor_sram_deinit(hperh->instance, hperh->ext, hperh->init.bank); in ald_sram_deinit()
A Dald_nor_lcd.c81 ald_ebi_nor_sram_ext_timing_init(hperh->ext, ext_timing, hperh->init.bank, hperh->init.ext_mode); in ald_nor_init()
102 ald_ebi_nor_sram_deinit(hperh->instance, hperh->ext, hperh->init.bank); in ald_nor_deinit()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_can.c332 assert_param(IS_CAN_EXTID(msg->ext)); in ald_can_send()
333 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_STDID_MSK, ((msg->ext >> 18) & 0x7FF) << CA… in ald_can_send()
334 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_EXID_MSK, (msg->ext & 0x3FFFF) << CAN_TXID0… in ald_can_send()
395 assert_param(IS_CAN_EXTID(msg->ext)); in ald_can_send_by_it()
396 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_STDID_MSK, ((msg->ext >> 18) & 0x7FF) << CA… in ald_can_send_by_it()
397 …MODIFY_REG(hperh->perh->TxMailBox[idx].TXID, CAN_TXID0_EXID_MSK, (msg->ext & 0x3FFFF) << CAN_TXID0… in ald_can_send_by_it()
452 msg->ext = (stid << 18) | exid; in ald_can_recv()
1063 _msg->ext = (stid << 18) | exid; in __can_recv_by_it()
/bsp/renesas/ra6m3-hmi-board/board/ports/avi/player/
A Dplayer.c108 static void search_files(player_t player, const char *dir_path, const char *ext) in search_files() argument
128 search_files(player, subdir_path, ext); in search_files()
133 if (file_ext != NULL && strcmp(file_ext, ext) == 0) in search_files()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_sram.h71 EBI_NOR_SRAM_EXTENDED_TypeDef *ext; /**< Extended mode register base address */ member
A Dald_can.h285 uint32_t ext; /**< Specifies the extended identifier. */ member
297 uint32_t ext; /**< Specifies the extended identifier. */ member
A Dald_nor_lcd.h168 EBI_NOR_SRAM_EXTENDED_TypeDef *ext; /**< Extended mode register base address */ member
/bsp/nrf5x/nrf52832/.ci/attachconfig/
A Dci.attachconfig.yml66 nimble.ext.advertiser:
/bsp/nrf5x/nrf52840/.ci/attachconfig/
A Dci.attachconfig.yml70 nimble.ext.advertiser:
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_can.h283 uint32_t ext; /**< Specifies the extended identifier. */ member
295 uint32_t ext; /**< Specifies the extended identifier. */ member
/bsp/essemi/es32f0654/drivers/
A Ddrv_can.c408 txheader.ext = pmsg->id; in _can_sendmsg()
428 …h_can->perh->TxMailBox[box_num].TXID |= (txheader.ext << CAN_TXID0_EXID_POSS) | (txheader.type << … in _can_sendmsg()
489 pmsg->id = rxheader.ext; in _can_recvmsg()
/bsp/essemi/es32f369x/drivers/
A Ddrv_can.c402 txheader.ext = pmsg->id; in _can_sendmsg()
423 …h_can->perh->TxMailBox[box_num].TXID |= (txheader.ext << CAN_TXID0_EXID_POSS) | (txheader.type << … in _can_sendmsg()
486 pmsg->id = rxheader.ext; in _can_recvmsg()
/bsp/stm32/stm32h563-st-nucleo/
A Dcontext_rvds.lst186 ext
252 ext
285 ext
432 ext
/bsp/stm32/stm32g030-tiny-board/
A DREADME.md40 - 12-bit, 0.4 µs ADC (up to 16 ext. channels)
/bsp/stm32/stm32g070-st-nucleo/
A DREADME.md37 - 12-bit, 0.4 µs ADC (up to 16 ext. channels)
/bsp/stm32/stm32g071-st-nucleo/
A DREADME.md38 - 12-bit, 0.4 µs ADC (up to 16 ext. channels)
/bsp/stm32/stm32f072-st-nucleo/
A DREADME.md40 - Internal 48 MHz oscillator with automatic trimming based on ext. synchronization
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md15 - soc: update soc cmakelists to add b ext info
132 - cmake/scripts/soc: support b ext convertion to tools
1328 - middleware: hpm_math: add ext-dsp for SES
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile327 # using this tag. The format is ext=language, where ext is a file extension, and
1114 # *.ext= (so without naming a filter).

Completed in 40 milliseconds