Searched refs:reset_control (Results 1 – 25 of 30) sorted by relevance
12
45 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 …]
59 struct reset_control { struct67 int reset_control_unregister(struct reset_control *reset); //for reset system argument69 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 module75 int hal_reset_control_deassert(struct reset_control *reset); //for other module77 int hal_reset_control_assert(struct reset_control *reset); //for other_module79 int hal_reset_control_reset(struct reset_control *reset); //for other_module81 int hal_reset_control_status(struct reset_control *reset); //for other_module
78 struct reset_control *rst_clk;
127 struct reset_control *pwm_reset;
103 struct reset_control *reset;
168 struct reset_control *cir_reset;
124 struct reset_control *reset;
40 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);
83 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()
28 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()
101 struct reset_control *disp_get_rst_by_name(char *main_name);
134 struct reset_control *reset_phy;135 struct reset_control *reset_otg;
66 struct reset_control *reset;
180 struct reset_control *rstclk;
188 struct reset_control *rstclk;
386 struct reset_control *rstclk;
396 struct reset_control *reset_hci;397 struct reset_control *reset_phy;
68 struct reset_control *reset; in cmd_test_ng_ccmu()
59 struct reset_control *rst; in hal_msgbox_init()
35 struct reset_control *reset; in sunxi_ce_clk_init()
27 struct reset_control *reset; in ledc_clk_init()
47 struct reset_control *reset; in hal_gpadc_clk_init()
416 struct reset_control *reset; in hal_tpadc_clk_init()
306 struct reset_control *reset; in sunxi_dma_clk_init()
487 struct reset_control *reset; in uart_clk_init()
Completed in 41 milliseconds