Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dmax6650.c127 static const struct of_device_id __maybe_unused max6650_dt_match[] = { variable
138 MODULE_DEVICE_TABLE(of, max6650_dt_match);
767 of_match_device(of_match_ptr(max6650_dt_match), dev); in max6650_probe()
820 .of_match_table = of_match_ptr(max6650_dt_match),