Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Drohm-bd718x7.c24 static const u8 supported_revisions[] = { 0xA2 /* BD71837 */ }; variable
122 for (i = 0; i < ARRAY_SIZE(supported_revisions); i++) in bd71837_i2c_probe()
123 if (supported_revisions[i] == val) in bd71837_i2c_probe()
126 if (i == ARRAY_SIZE(supported_revisions)) { in bd71837_i2c_probe()