Lines Matching refs:lpss_device_desc
81 struct lpss_device_desc {
91 static const struct lpss_device_desc lpss_dma_desc = {
101 const struct lpss_device_desc *dev_desc;
235 static const struct lpss_device_desc lpt_spi_dev_desc = {
242 static const struct lpss_device_desc lpt_i2c_dev_desc = {
254 static const struct lpss_device_desc lpt_uart_dev_desc = {
263 static const struct lpss_device_desc lpt_sdio_dev_desc = {
269 static const struct lpss_device_desc byt_pwm_dev_desc = {
275 static const struct lpss_device_desc bsw_pwm_dev_desc = {
282 static const struct lpss_device_desc bsw_pwm2_dev_desc = {
288 static const struct lpss_device_desc byt_uart_dev_desc = {
296 static const struct lpss_device_desc bsw_uart_dev_desc = {
310 static const struct lpss_device_desc byt_spi_dev_desc = {
316 static const struct lpss_device_desc byt_sdio_dev_desc = {
320 static const struct lpss_device_desc byt_i2c_dev_desc = {
327 static const struct lpss_device_desc bsw_i2c_dev_desc = {
339 static const struct lpss_device_desc bsw_spi_dev_desc = {
422 const struct lpss_device_desc *dev_desc = pdata->dev_desc;
653 const struct lpss_device_desc *dev_desc;
660 dev_desc = (const struct lpss_device_desc *)id->driver_data;