Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
Dtps65218.c210 static const struct of_device_id of_tps65218_match_table[] = { variable
214 MODULE_DEVICE_TABLE(of, of_tps65218_match_table);
223 match = of_match_device(of_tps65218_match_table, &client->dev); in tps65218_probe()
284 .of_match_table = of_tps65218_match_table,