Searched refs:normal_cplt_cbk (Results 1 – 6 of 6) sorted by relevance
416 if (hperh->h_adc.normal_cplt_cbk) in adc_dma_timer_trigger_cplt()417 hperh->h_adc.normal_cplt_cbk(&hperh->h_adc); in adc_dma_timer_trigger_cplt()471 config->h_adc.normal_cplt_cbk = config->cplt_cbk; in ald_adc_timer_trigger_insert()541 config->h_adc.normal_cplt_cbk = config->cplt_cbk; in ald_adc_timer_trigger_adc_by_dma()756 if (hperh->normal_cplt_cbk) in ald_adc_irq_handler()757 hperh->normal_cplt_cbk(hperh); in ald_adc_irq_handler()1087 if (hperh->normal_cplt_cbk) in adc_dma_normal_conv_cplt()1088 hperh->normal_cplt_cbk(hperh); in adc_dma_normal_conv_cplt()
439 if (hperh->h_adc.normal_cplt_cbk) in adc_dma_timer_trigger_cplt()440 hperh->h_adc.normal_cplt_cbk(&hperh->h_adc); in adc_dma_timer_trigger_cplt()510 config->h_adc.normal_cplt_cbk = config->cplt_cbk; in ald_adc_timer_trigger_insert()598 config->h_adc.normal_cplt_cbk = config->cplt_cbk; in ald_adc_timer_trigger_adc_by_dma()815 if (hperh->normal_cplt_cbk) in ald_adc_irq_handler()816 hperh->normal_cplt_cbk(hperh); in ald_adc_irq_handler()1184 if (hperh->normal_cplt_cbk) in adc_dma_normal_conv_cplt()1185 hperh->normal_cplt_cbk(hperh); in adc_dma_normal_conv_cplt()
445 if (hperh->h_adc.normal_cplt_cbk) in adc_dma_timer_trigger_cplt()446 hperh->h_adc.normal_cplt_cbk(&hperh->h_adc); in adc_dma_timer_trigger_cplt()510 config->h_adc.normal_cplt_cbk = config->cplt_cbk; in ald_adc_timer_trigger_adc_by_dma()753 if (hperh->normal_cplt_cbk) in ald_adc_irq_handler()754 hperh->normal_cplt_cbk(hperh); in ald_adc_irq_handler()1065 if (hperh->normal_cplt_cbk) in adc_dma_normal_conv_cplt()1066 hperh->normal_cplt_cbk(hperh); in adc_dma_normal_conv_cplt()
364 void (*normal_cplt_cbk)( struct adc_handle_s *arg); /**< Regluar Conversion complete callback */ member
381 void (*normal_cplt_cbk)( struct adc_handle_s *arg); /**< Regluar Conversion complete callback */ member
380 …void (*normal_cplt_cbk)(struct ald_adc_handle_s *arg); /**< Regluar Conversion complete callb… member
Completed in 28 milliseconds