Home
last modified time | relevance | path

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

/linux/drivers/reset/
H A Dreset-ti-sci.c47 * ti_sci_reset_set() - program a device's reset
62 static int ti_sci_reset_set(struct reset_controller_dev *rcdev, in ti_sci_reset_set() function
100 * using the TI SCI protocol. This invokes the function ti_sci_reset_set()
109 return ti_sci_reset_set(rcdev, id, true); in ti_sci_reset_assert()
118 * using the TI SCI protocol. This invokes the function ti_sci_reset_set()
127 return ti_sci_reset_set(rcdev, id, false); in ti_sci_reset_deassert()