'\" t .\" Title: clk_set_phase .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Clock Framework .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "CLK_SET_PHASE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Clock Framework" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" clk_set_phase \- adjust the phase shift of a clock signal .SH "SYNOPSIS" .HP \w'int\ clk_set_phase('u .BI "int clk_set_phase(struct\ clk\ *\ " "clk" ", int\ " "degrees" ");" .SH "ARGUMENTS" .PP \fIclk\fR .RS 4 clock signal source .RE .PP \fIdegrees\fR .RS 4 number of degrees the signal is shifted .RE .SH "DESCRIPTION" .PP Shifts the phase of a clock signal by the specified degrees\&. Returns 0 on success, \-EERROR otherwise\&. .SH "COPYRIGHT" .br