apd_device_desc
static const struct apd_device_desc cz_i2c_desc = {
static const struct apd_device_desc wt_i2c_desc = {
static const struct apd_device_desc wt_i3c_desc = {
static const struct apd_device_desc cz_uart_desc = {
static const struct apd_device_desc fch_misc_desc = {
static const struct apd_device_desc xgene_i2c_desc = {
static const struct apd_device_desc vulcan_spi_desc = {
static const struct apd_device_desc hip07_i2c_desc = {
static const struct apd_device_desc hip08_i2c_desc = {
static const struct apd_device_desc hip08_lite_i2c_desc = {
static const struct apd_device_desc thunderx2_i2c_desc = {
static const struct apd_device_desc nxp_i2c_desc = {
static const struct apd_device_desc hip08_spi_desc = {
const struct apd_device_desc *dev_desc = (void *)id->driver_data;
const struct apd_device_desc *dev_desc;
const struct apd_device_desc *dev_desc = pdata->dev_desc;