Lines Matching refs:lpss_device_desc
80 struct lpss_device_desc {
90 static const struct lpss_device_desc lpss_dma_desc = {
100 const struct lpss_device_desc *dev_desc;
223 static const struct lpss_device_desc lpt_dev_desc = {
229 static const struct lpss_device_desc lpt_i2c_dev_desc = {
241 static const struct lpss_device_desc lpt_uart_dev_desc = {
250 static const struct lpss_device_desc lpt_sdio_dev_desc = {
256 static const struct lpss_device_desc byt_pwm_dev_desc = {
262 static const struct lpss_device_desc bsw_pwm_dev_desc = {
269 static const struct lpss_device_desc byt_uart_dev_desc = {
277 static const struct lpss_device_desc bsw_uart_dev_desc = {
286 static const struct lpss_device_desc byt_spi_dev_desc = {
291 static const struct lpss_device_desc byt_sdio_dev_desc = {
295 static const struct lpss_device_desc byt_i2c_dev_desc = {
302 static const struct lpss_device_desc bsw_i2c_dev_desc = {
309 static const struct lpss_device_desc bsw_spi_dev_desc = {
394 const struct lpss_device_desc *dev_desc = pdata->dev_desc;
624 const struct lpss_device_desc *dev_desc;
631 dev_desc = (const struct lpss_device_desc *)id->driver_data;