Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dspmi.h115 struct spmi_controller *spmi_controller_alloc(struct device *parent,
/linux-4.1.27/drivers/spmi/
Dspmi.c392 struct spmi_controller *spmi_controller_alloc(struct device *parent, in spmi_controller_alloc() function
426 EXPORT_SYMBOL_GPL(spmi_controller_alloc);
Dspmi-pmic-arb.c791 ctrl = spmi_controller_alloc(&pdev->dev, sizeof(*pa)); in spmi_pmic_arb_probe()