Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/plat-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);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpxa2xx_ssp.h258 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node,
265 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n, in pxa_ssp_request_of() function
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A Dpxa-ssp.c790 priv->ssp = pxa_ssp_request_of(ssp_handle, "SoC audio"); in pxa_ssp_probe()