struct_i2c_client man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

STRUCT I2C_CLIENT(9)	    I2C and SMBus Subsystem	  STRUCT I2C_CLIENT(9)

NAME
       struct_i2c_client - represent an I2C slave device

SYNOPSIS
       struct i2c_client {
	 unsigned short flags;
	 unsigned short addr;
	 char name[I2C_NAME_SIZE];
	 struct i2c_adapter * adapter;
	 struct i2c_driver * driver;
	 struct device dev;
	 int irq;
	 struct list_head detected;
       };

MEMBERS
       flags
	   I2C_CLIENT_TEN indicates the device uses a ten bit chip address;
	   I2C_CLIENT_PEC indicates it uses SMBus Packet Error Checking

       addr
	   Address used on the I2C bus connected to the parent adapter.

       name[I2C_NAME_SIZE]
	   Indicates the type of the device, usually a chip name that´s
	   generic enough to hide second-sourcing and compatible revisions.

       adapter
	   manages the bus segment hosting this I2C device

       driver
	   device´s driver, hence pointer to access routines

       dev
	   Driver model device node for the slave.

       irq
	   indicates the IRQ generated by this device (if any)

       detected
	   member of an i2c_driver.clients list or i2c-core´s
	   userspace_devices list

DESCRIPTION
       An i2c_client identifies a single device (i.e. chip) connected to an
       i2c bus. The behaviour exposed to Linux is defined by the driver
       managing the device.

COPYRIGHT
Kernel Hackers Manual 2.6.	 November 2013		  STRUCT I2C_CLIENT(9)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net