1CLK_DISABLE(9)                  Clock Framework                 CLK_DISABLE(9)
2
3
4

NAME

6       clk_disable - inform the system when the clock source is no longer
7       required.
8

SYNOPSIS

10       void clk_disable(struct clk * clk);
11

ARGUMENTS

13       clk
14           clock source
15

DESCRIPTION

17       Inform the system that a clock source is no longer required by a driver
18       and may be shut down.
19

IMPLEMENTATION DETAIL

21       if the clock source is shared between multiple drivers, clk_enable
22       calls must be balanced by the same number of clk_disable calls for the
23       clock source to be disabled.
24
26Kernel Hackers Manual 2.6.         June 2019                    CLK_DISABLE(9)
Impressum