i2c_node_type
if (i2c_node_type(dn) != I2C_NODE_T_PORT) {
i2c_node_type_t type = i2c_node_type(dn);
return (i2c_node_type(dn) == type);
i2c_node_type_t type = i2c_node_type(dn);
if (i2c_node_type(dn) == I2C_NODE_T_MUX) {
if (i2c_node_type(dn) != I2C_NODE_T_DEV) {
if (i2c_node_type(di) != I2C_NODE_T_DEV) {
extern i2c_node_type_t i2c_node_type(di_node_t);
ptype = i2c_node_type(parent);
i2c_node_type_t type = i2c_node_type(dn);
if (i2c_node_type(dn) != type)
if (i2c_node_type(dn) == I2C_D_MUX) {
if (i2c_node_type(dn) != I2C_D_DEVICE)
if (i2c_node_type(dn) != I2C_D_PORT) {