Home
last modified time | relevance | path

Searched refs:cros_ec_i2c_of_match (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c293 static const struct of_device_id cros_ec_i2c_of_match[] __maybe_unused = { variable
297 MODULE_DEVICE_TABLE(of, cros_ec_i2c_of_match);
311 .of_match_table = of_match_ptr(cros_ec_i2c_of_match),
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_i2c.c347 static const struct of_device_id cros_ec_i2c_of_match[] = { variable
351 MODULE_DEVICE_TABLE(of, cros_ec_i2c_of_match);
372 .of_match_table = of_match_ptr(cros_ec_i2c_of_match),