Query: clk_disable
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CLK_DISABLE(9) Clock Framework CLK_DISABLE(9)NAMEclk_disable - inform the system when the clock source is no longer required.SYNOPSISvoid clk_disable(struct clk * clk);ARGUMENTSclk clock sourceDESCRIPTIONInform the system that a clock source is no longer required by a driver and may be shut down. May be called from atomic contexts.IMPLEMENTATION DETAILif the clock source is shared between multiple drivers, clk_enable calls must be balanced by the same number of clk_disable calls for the clock source to be disabled.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CLK_DISABLE(9)
| Related Man Pages |
|---|
| pvm_hostsync(3pvm) - debian |
| oclock(1) - xfree86 |
| oclock(1) - suse |
| drv_usectohz(9f) - redhat |
| drv_usectohz(9f) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |