lpss_device_desc
const struct lpss_device_desc *dev_desc;
static const struct lpss_device_desc lpt_spi_dev_desc = {
static const struct lpss_device_desc lpt_i2c_dev_desc = {
static const struct lpss_device_desc lpt_uart_dev_desc = {
static const struct lpss_device_desc lpt_sdio_dev_desc = {
static const struct lpss_device_desc byt_pwm_dev_desc = {
static const struct lpss_device_desc bsw_pwm_dev_desc = {
static const struct lpss_device_desc bsw_pwm2_dev_desc = {
static const struct lpss_device_desc byt_uart_dev_desc = {
static const struct lpss_device_desc bsw_uart_dev_desc = {
static const struct lpss_device_desc byt_spi_dev_desc = {
static const struct lpss_device_desc byt_sdio_dev_desc = {
static const struct lpss_device_desc byt_i2c_dev_desc = {
static const struct lpss_device_desc bsw_i2c_dev_desc = {
static const struct lpss_device_desc bsw_spi_dev_desc = {
const struct lpss_device_desc *dev_desc = pdata->dev_desc;
const struct lpss_device_desc *dev_desc;
dev_desc = (const struct lpss_device_desc *)id->driver_data;
static const struct lpss_device_desc lpss_dma_desc = {