Lines Matching defs:values
1419 u32 values[HDA_MAX_COMPONENTS];
1452 if (ret > ARRAY_SIZE(values)) {
1458 ret = device_property_read_u32_array(physdev, property, values, nval);
1464 if (values[i] == id) {
1482 ret = device_property_read_u32_array(physdev, property, values, nval);
1485 hw_cfg->spk_pos = values[cs35l41->index];
1489 if (values[i] == hw_cfg->spk_pos)
1493 ret = device_property_read_u32_array(physdev, property, values, nval);
1496 hw_cfg->gpio1.func = values[cs35l41->index];
1500 ret = device_property_read_u32_array(physdev, property, values, nval);
1503 hw_cfg->gpio2.func = values[cs35l41->index];
1507 ret = device_property_read_u32_array(physdev, property, values, nval);
1509 hw_cfg->bst_ipk = values[cs35l41->index];
1514 ret = device_property_read_u32_array(physdev, property, values, nval);
1516 hw_cfg->bst_ind = values[cs35l41->index];
1521 ret = device_property_read_u32_array(physdev, property, values, nval);
1523 hw_cfg->bst_cap = values[cs35l41->index];