Home
last modified time | relevance | path

Searched refs:reset_control_bulk_put (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dreset.h54 void reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs);
171 reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs) in reset_control_bulk_put() function
/linux-6.1.9/drivers/reset/
Dcore.c1017 void reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs) in reset_control_bulk_put() function
1027 EXPORT_SYMBOL_GPL(reset_control_bulk_put);
1067 reset_control_bulk_put(devres->num_rstcs, devres->rstcs); in devm_reset_control_bulk_release()