| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/ |
| A D | hal_reset.c | 100 int hal_reset_control_deassert(struct reset_control *reset) in hal_reset_control_deassert() function 177 int hal_reset_control_deassert(struct reset_control *reset) in hal_reset_control_deassert() function
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_reset.h | 75 int hal_reset_control_deassert(struct reset_control *reset); //for other module
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/ccmu/ |
| A D | test_ng_ccmu.c | 127 hal_reset_control_deassert(reset); in cmd_test_ng_ccmu()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_amp/ |
| A D | msgbox_amp.c | 63 hal_reset_control_deassert(rst); in hal_msgbox_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/pwm/ |
| A D | hal_pwm.c | 321 hal_reset_control_deassert(sunxi_pwm.pwm_reset); in hal_pwm_init() 535 if (hal_reset_control_deassert(sunxi_pwm.pwm_reset)) in hal_pwm_resume()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | sunxi-hci.c | 263 hal_reset_control_deassert(sunxi_hci->reset_phy); in open_clock() 267 hal_reset_control_deassert(sunxi_hci->reset_hci); in open_clock()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/cir/ |
| A D | hal_cir.c | 376 if (hal_reset_control_deassert(cir->cir_reset)) { in sunxi_cir_clk_init() 406 if (hal_reset_control_deassert(cir->cir_reset)) { in sunxi_cir_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d.c | 389 hal_reset_control_deassert(info->reset); in g2d_clk_init() 421 ret = hal_reset_control_deassert(info->reset); in g2d_clock_enable()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ce/ |
| A D | hal_ce.c | 42 hal_reset_control_deassert(reset); in sunxi_ce_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/ |
| A D | sunxi-dmic.c | 304 ret = hal_reset_control_deassert(sunxi_dmic->rstclk); in sunxi_dmic_clk_init()
|
| A D | sunxi-spdif.c | 697 ret = hal_reset_control_deassert(sunxi_spdif->rstclk); in sunxi_spdif_clk_init()
|
| A D | sunxi-daudio.c | 912 ret = hal_reset_control_deassert(sunxi_daudio->rstclk); in sunxi_daudio_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ledc/ |
| A D | hal_ledc.c | 30 if (hal_reset_control_deassert(reset)) in ledc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpadc/ |
| A D | hal_gpadc.c | 58 if (hal_reset_control_deassert(reset)) in hal_gpadc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/rtc/ |
| A D | hal_rtc.c | 82 if(hal_reset_control_deassert(rtc->reset)) in hal_rtc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/ |
| A D | disp_sys_intf.c | 67 ret = hal_reset_control_deassert(rst); in disp_sys_clk_enable()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/tpadc/ |
| A D | hal_tpadc.c | 419 if (hal_reset_control_deassert(reset)) in hal_tpadc_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/ |
| A D | hal_udc.c | 1638 ret = hal_reset_control_deassert(sunxi_udc.reset_phy); in open_udc_clk() 1646 ret = hal_reset_control_deassert(sunxi_udc.reset_otg); in open_udc_clk()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/dma/ |
| A D | hal_dma.c | 313 hal_reset_control_deassert(reset); in sunxi_dma_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/ |
| A D | hal_uart.c | 514 hal_reset_control_deassert(reset); in uart_clk_init()
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_uart.c | 916 hal_reset_control_deassert(reset); in uart_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/ |
| A D | sun8iw20-codec.c | 966 hal_reset_control_deassert(reset); in sun8iw20_codec_probe()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spi/ |
| A D | hal_spi.c | 1295 hal_reset_control_deassert(sspi->reset); in spi_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/twi/ |
| A D | hal_twi.c | 1950 hal_reset_control_deassert(reset); in hal_twi_clk_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | disp_lcd.c | 719 ret = hal_reset_control_deassert(lcdp->rst_bus_lvds); in lcd_clk_enable()
|