Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dsec-core.h17 int sec_pmic_probe(struct device *dev, int device_type, unsigned int irq,
H A Dsec-common.c174 int sec_pmic_probe(struct device *dev, int device_type, unsigned int irq, in sec_pmic_probe() function
268 EXPORT_SYMBOL_GPL(sec_pmic_probe);
H A Dsec-i2c.c157 return sec_pmic_probe(&client->dev, pdata->device_type, client->irq, in sec_pmic_i2c_probe()