Lines Matching refs:lpss_device_desc
66 struct lpss_device_desc { struct
74 static struct lpss_device_desc lpss_dma_desc = { argument
83 const struct lpss_device_desc *dev_desc;
132 static const struct lpss_device_desc lpt_dev_desc = {
137 static const struct lpss_device_desc lpt_i2c_dev_desc = {
142 static const struct lpss_device_desc lpt_uart_dev_desc = {
149 static const struct lpss_device_desc lpt_sdio_dev_desc = {
155 static const struct lpss_device_desc byt_pwm_dev_desc = {
159 static const struct lpss_device_desc bsw_pwm_dev_desc = {
163 static const struct lpss_device_desc byt_uart_dev_desc = {
170 static const struct lpss_device_desc bsw_uart_dev_desc = {
178 static const struct lpss_device_desc byt_spi_dev_desc = {
183 static const struct lpss_device_desc byt_sdio_dev_desc = {
187 static const struct lpss_device_desc byt_i2c_dev_desc = {
193 static const struct lpss_device_desc bsw_i2c_dev_desc = {
199 static struct lpss_device_desc bsw_spi_dev_desc = {
276 const struct lpss_device_desc *dev_desc = pdata->dev_desc; in register_device_clock()
346 const struct lpss_device_desc *dev_desc; in acpi_lpss_create_device()
353 dev_desc = (const struct lpss_device_desc *)id->driver_data; in acpi_lpss_create_device()