Rechercher une page de manuel
clk_disable
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
clk_disable - inform the system when the clock source is no longer required.SYNOPSIS
- void clk_disable(struct clk * clk);
ARGUMENTS
clk
- clock source
DESCRIPTION
Inform the system that a clock source is no longer required by a driver and may be shut down.
IMPLEMENTATION DETAIL
if 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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre