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()
107 static const struct apd_device_desc cz_i2c_desc = {
112 static const struct apd_device_desc wt_i2c_desc = {
124 static const struct apd_device_desc cz_uart_desc = {
130 static const struct apd_device_desc fch_misc_desc = {
136 static const struct apd_device_desc xgene_i2c_desc = {
141 static const struct apd_device_desc vulcan_spi_desc = {
146 static const struct apd_device_desc hip07_i2c_desc = {
151 static const struct apd_device_desc hip08_i2c_desc = {
156 static const struct apd_device_desc hip08_lite_i2c_desc = {
161 static const struct apd_device_desc thunderx2_i2c_desc = {
166 static const struct apd_device_desc nxp_i2c_desc = {
171 static const struct apd_device_desc hip08_spi_desc = {
186 const struct apd_device_desc *dev_desc = (void *)id->driver_data; in acpi_apd_create_device()