HomeSort by: relevance | last modified time | path
    Searched defs:i2c_tag_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
i2cvar.h 91 * i2c_tag_t. By default, each i2c_tag_t is initialized
94 * indicate which logical bus number this i2c_tag_t is
132 } *i2c_tag_t; typedef in typeref:struct:i2c_controller *
137 i2c_tag_channel(i2c_tag_t tag)
145 i2c_tag_t iba_tag; /* the controller */
150 i2c_tag_t ia_tag; /* our controller */
164 void iic_tag_init(i2c_tag_t);
165 void iic_tag_fini(i2c_tag_t);
171 iicbus_attach_with_devhandle(device_t dev, i2c_tag_t tag, devhandle_t devhandle
    [all...]

Completed in 14 milliseconds