Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/pxa/
H A Dssp.c61 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, in pxa_ssp_request_of() function
83 EXPORT_SYMBOL(pxa_ssp_request_of);
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h294 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node,
301 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n, in pxa_ssp_request_of() function
/openbmc/linux/sound/soc/pxa/
H A Dpxa-ssp.c766 priv->ssp = pxa_ssp_request_of(ssp_handle, "SoC audio"); in pxa_ssp_probe()