Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dabx500-core.c116 int abx500_get_chip_id(struct device *dev) in abx500_get_chip_id() function
126 EXPORT_SYMBOL(abx500_get_chip_id);
/linux/include/linux/mfd/
H A Dabx500.h53 int abx500_get_chip_id(struct device *dev);
/linux/drivers/usb/phy/
H A Dphy-ab8500-usb.c877 rev = abx500_get_chip_id(&pdev->dev); in ab8500_usb_probe()