Home
last modified time | relevance | path

Searched refs:cros_ec_i2c_of_match (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c295 static const struct of_device_id cros_ec_i2c_of_match[] = { variable
299 MODULE_DEVICE_TABLE(of, cros_ec_i2c_of_match);
313 .of_match_table = of_match_ptr(cros_ec_i2c_of_match),
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_i2c.c340 static const struct of_device_id cros_ec_i2c_of_match[] = { variable
344 MODULE_DEVICE_TABLE(of, cros_ec_i2c_of_match);
365 .of_match_table = of_match_ptr(cros_ec_i2c_of_match),
/kernel/linux/linux-6.6/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),
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c293 static const struct of_device_id cros_ec_i2c_of_match[] __maybe_unused = {
297 MODULE_DEVICE_TABLE(of, cros_ec_i2c_of_match);
311 .of_match_table = of_match_ptr(cros_ec_i2c_of_match),

Completed in 3 milliseconds