Home | Sort by: relevance | last modified time | path |
/src/sys/dev/fdt/ | |
fdt_i2c.c | 73 int i2c_phandle; member in struct:fdtbus_i2c_controller 89 i2c->i2c_phandle = phandle; 100 if (i2c->i2c_phandle == phandle) 122 int i2c_phandle; local in function:fdtbus_i2c_acquire 124 i2c_phandle = fdtbus_get_phandle(phandle, prop); 125 if (i2c_phandle == -1) 128 return fdtbus_i2c_get_tag(i2c_phandle); |
fdt_i2c.c | 73 int i2c_phandle; member in struct:fdtbus_i2c_controller 89 i2c->i2c_phandle = phandle; 100 if (i2c->i2c_phandle == phandle) 122 int i2c_phandle; local in function:fdtbus_i2c_acquire 124 i2c_phandle = fdtbus_get_phandle(phandle, prop); 125 if (i2c_phandle == -1) 128 return fdtbus_i2c_get_tag(i2c_phandle); |