'\" t .\" Title: builtin_i2c_driver .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: I2C and SMBus Subsystem .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "BUILTIN_I2C_DRIVER" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "I2C and SMBus Subsystem" .\" ----------------------------------------------------------------- .\" * 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" builtin_i2c_driver \- Helper macro for registering a builtin I2C driver .SH "SYNOPSIS" .HP \w'builtin_i2c_driver('u .BI "builtin_i2c_driver(" "__i2c_driver" ");" .SH "ARGUMENTS" .PP \fI__i2c_driver\fR .RS 4 i2c_driver struct .RE .SH "DESCRIPTION" .PP Helper macro for I2C drivers which do not do anything special in their init\&. This eliminates a lot of boilerplate\&. Each driver may only use this macro once, and calling it replaces \fBdevice_initcall\fR\&. .SH "COPYRIGHT" .br