1I2C_ADD_ADAPTER(9)          I2C and SMBus Subsystem         I2C_ADD_ADAPTER(9)
2
3
4

NAME

6       i2c_add_adapter - declare i2c adapter, use dynamic bus number
7

SYNOPSIS

9       int i2c_add_adapter(struct i2c_adapter * adapter);
10

ARGUMENTS

12       adapter
13           the adapter to add
14

CONTEXT

16       can sleep
17

DESCRIPTION

19       This routine is used to declare an I2C adapter when its bus number
20       doesn't matter or when its bus number is specified by an dt alias.
21       Examples of bases when the bus number doesn't matter: I2C adapters
22       dynamically added by USB links or PCI plugin cards.
23
24       When this returns zero, a new bus number was allocated and stored in
25       adap->nr, and the specified adapter became available for clients.
26       Otherwise, a negative errno value is returned.
27
29Kernel Hackers Manual 3.10         June 2019                I2C_ADD_ADAPTER(9)
Impressum