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()
111 static const struct apd_device_desc cz_i2c_desc = {
116 static const struct apd_device_desc wt_i2c_desc = {
128 static const struct apd_device_desc cz_uart_desc = {
134 static const struct apd_device_desc fch_misc_desc = {
140 static const struct apd_device_desc xgene_i2c_desc = {
145 static const struct apd_device_desc vulcan_spi_desc = {
150 static const struct apd_device_desc hip07_i2c_desc = {
155 static const struct apd_device_desc hip08_i2c_desc = {
160 static const struct apd_device_desc hip08_lite_i2c_desc = {
165 static const struct apd_device_desc thunderx2_i2c_desc = {
170 static const struct apd_device_desc nxp_i2c_desc = {
175 static const struct apd_device_desc hip08_spi_desc = {
190 const struct apd_device_desc *dev_desc = (void *)id->driver_data; in acpi_apd_create_device()