Home
last modified time | relevance | path

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

/drivers/net/phy/
Dspi_ks8995.c103 static inline u8 get_chip_id(u8 val) in get_chip_id() function
291 if (get_chip_id(ids[1]) != CHIPID_M) { in ks8995_probe()
321 if (get_chip_id(ids[1]) == CHIPID_M) { in ks8995_probe()
324 get_chip_id(ids[1]), get_chip_rev(ids[1])); in ks8995_probe()
/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.c391 .get_chip_id = ab3100_get_chip_id,
Dab8500-core.c332 .get_chip_id = ab8500_get_chip_id,