Lines Matching refs:apd_device_desc
31 struct apd_device_desc { struct
40 const struct apd_device_desc *dev_desc; argument
48 const struct apd_device_desc *dev_desc = pdata->dev_desc; in acpi_apd_setup()
109 static const struct apd_device_desc cz_i2c_desc = {
114 static const struct apd_device_desc wt_i2c_desc = {
126 static const struct apd_device_desc cz_uart_desc = {
132 static const struct apd_device_desc fch_misc_desc = {
138 static const struct apd_device_desc xgene_i2c_desc = {
143 static const struct apd_device_desc vulcan_spi_desc = {
148 static const struct apd_device_desc hip07_i2c_desc = {
153 static const struct apd_device_desc hip08_i2c_desc = {
158 static const struct apd_device_desc hip08_lite_i2c_desc = {
163 static const struct apd_device_desc thunderx2_i2c_desc = {
168 static const struct apd_device_desc nxp_i2c_desc = {
173 static const struct apd_device_desc hip08_spi_desc = {
188 const struct apd_device_desc *dev_desc = (void *)id->driver_data; in acpi_apd_create_device()