Home
last modified time | relevance | path

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

12

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/
A Dhal_reset.c45 struct reset_control *rc = NULL; in hal_reset_control_get()
47 rc = (struct reset_control *)malloc(sizeof(*rc)); in hal_reset_control_get()
71 int hal_reset_control_put(struct reset_control *reset) in hal_reset_control_put()
81 int hal_reset_control_assert(struct reset_control *reset) in hal_reset_control_assert()
100 int hal_reset_control_deassert(struct reset_control *reset) in hal_reset_control_deassert()
119 int hal_reset_control_reset(struct reset_control *reset) in hal_reset_control_reset()
139 int hal_reset_control_status(struct reset_control *reset) in hal_reset_control_status()
166 int hal_reset_control_put(struct reset_control *reset) in hal_reset_control_put()
172 int hal_reset_control_assert(struct reset_control *reset) in hal_reset_control_assert()
182 int hal_reset_control_reset(struct reset_control *reset) in hal_reset_control_reset()
[all …]
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_reset.h59 struct reset_control { struct
67 int reset_control_unregister(struct reset_control *reset); //for reset system argument
69 struct reset_control *hal_reset_control_get(hal_reset_type_t type, hal_reset_id_t id);
71 int hal_reset_control_put(struct reset_control *reset);
73 int hal_reset_control_set(struct reset_control *reset); //for other module
75 int hal_reset_control_deassert(struct reset_control *reset); //for other module
77 int hal_reset_control_assert(struct reset_control *reset); //for other_module
79 int hal_reset_control_reset(struct reset_control *reset); //for other_module
81 int hal_reset_control_status(struct reset_control *reset); //for other_module
A Dsunxi_hal_tpadc.h78 struct reset_control *rst_clk;
A Dsunxi_hal_pwm.h127 struct reset_control *pwm_reset;
A Dsunxi_hal_spi.h103 struct reset_control *reset;
A Dsunxi_hal_cir.h168 struct reset_control *cir_reset;
A Dsunxi_hal_rtc.h124 struct reset_control *reset;
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/soc/
A Dplatform_resource.h40 struct reset_control *rst;
51 s32 plat_get_clk_from_id(hal_clk_id_t clk_id, hal_clk_t *clk, struct reset_control **rst);
53 s32 plat_get_rst_by_name(char *name, struct reset_control **rst);
A Dplatform_resource.c83 s32 plat_get_clk_from_id(hal_clk_id_t clk_id, hal_clk_t *clk, struct reset_control **rst) in plat_get_clk_from_id()
101 s32 plat_get_rst_by_name(char *name, struct reset_control **rst) in plat_get_rst_by_name()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/
A Ddisp_sys_intf.c28 struct reset_control *rst = NULL; in disp_sys_clk_set_rate()
43 struct reset_control *rst = NULL; in disp_sys_clk_get_rate()
54 struct reset_control *rst = NULL; in disp_sys_clk_enable()
85 struct reset_control *rst = NULL; in disp_clock_is_enabled()
100 struct reset_control *rst = NULL; in disp_sys_clk_disable()
129 struct reset_control *rst = NULL; in disp_sys_clk_set_parent()
628 struct reset_control *disp_get_rst_by_name(char *main_name) in disp_get_rst_by_name()
632 struct reset_control *rst; in disp_get_rst_by_name()
A Ddisp_sys_intf.h101 struct reset_control *disp_get_rst_by_name(char *main_name);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/
A Dudc.h134 struct reset_control *reset_phy;
135 struct reset_control *reset_otg;
/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d_driver_i.h66 struct reset_control *reset;
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-dmic.h180 struct reset_control *rstclk;
A Dsunxi-spdif.h188 struct reset_control *rstclk;
A Dsunxi-daudio.h386 struct reset_control *rstclk;
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dsunxi-hci.h396 struct reset_control *reset_hci;
397 struct reset_control *reset_phy;
/bsp/allwinner/libraries/sunxi-hal/hal/test/ccmu/
A Dtest_ng_ccmu.c68 struct reset_control *reset; in cmd_test_ng_ccmu()
/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/msgbox_amp/
A Dmsgbox_amp.c59 struct reset_control *rst; in hal_msgbox_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dhal_ce.c35 struct reset_control *reset; in sunxi_ce_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ledc/
A Dhal_ledc.c27 struct reset_control *reset; in ledc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/gpadc/
A Dhal_gpadc.c47 struct reset_control *reset; in hal_gpadc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/tpadc/
A Dhal_tpadc.c416 struct reset_control *reset; in hal_tpadc_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/
A Dhal_dma.c306 struct reset_control *reset; in sunxi_dma_clk_init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Dhal_uart.c487 struct reset_control *reset; in uart_clk_init()

Completed in 41 milliseconds

12