Home
last modified time | relevance | path

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

/drivers/net/phy/
Dspi_ks8995.c165 static inline u8 get_chip_id(u8 val) in get_chip_id() function
351 if ((get_chip_id(id1) == CHIPID_M) && in ks8995_get_revision()
352 (get_chip_id(id1) == ks->chip->chip_id)) { in ks8995_get_revision()
355 } else if (get_chip_id(id1) != CHIPID_M) { in ks8995_get_revision()
382 if (get_chip_id(id1) == ks->chip->chip_id) { in ks8995_get_revision()
/drivers/mfd/
Dabx500-core.c123 if ((ops != NULL) && (ops->get_chip_id != NULL)) in abx500_get_chip_id()
124 return ops->get_chip_id(dev); in abx500_get_chip_id()
Dab3100-core.c393 .get_chip_id = ab3100_get_chip_id,
Dab8500-core.c328 .get_chip_id = ab8500_get_chip_id,