Home
last modified time | relevance | path

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

/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h129 * @put_clock: Release the clock to be auto managed by TISCI
168 * usage count by balancing get_clock with put_clock. No refcounting is
176 int (*put_clock)(const struct ti_sci_handle *handle, u32 did, u32 cid); member
/linux/drivers/clk/keystone/
H A Dsci-clk.c95 ret = clk->provider->ops->put_clock(clk->provider->sci, clk->dev_id, in sci_clk_unprepare()
/linux/drivers/firmware/
H A Dti_sci.c3187 cops->put_clock = ti_sci_cmd_put_clock; in ti_sci_setup_ops()