Searched full:sdam (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/nvmem/ |
H A D | qcom-spmi-sdam.c | 34 static bool sdam_is_valid(struct sdam_chip *sdam, unsigned int offset, in sdam_is_valid() argument 37 unsigned int sdam_mem_end = SDAM_MEM_START + sdam->size - 1; in sdam_is_valid() 66 struct sdam_chip *sdam = priv; in sdam_read() local 67 struct device *dev = sdam->sdam_config.dev; in sdam_read() 70 if (!sdam_is_valid(sdam, offset, bytes)) { in sdam_read() 71 dev_err(dev, "Invalid SDAM offset %#x len=%zd\n", in sdam_read() 76 rc = regmap_bulk_read(sdam->regmap, sdam->base + offset, val, bytes); in sdam_read() 78 dev_err(dev, "Failed to read SDAM offset %#x len=%zd, rc=%d\n", in sdam_read() 87 struct sdam_chip *sdam in sdam_write() local 113 struct sdam_chip *sdam; sdam_probe() local [all...] |
/linux/drivers/leds/rgb/ |
H A D | leds-qcom-lpg.c | 96 * @lpg_chan_sdam: LPG SDAM peripheral device 97 * @lut_sdam: LUT SDAM peripheral device 141 * @sdam_offset: channel offset in LPG SDAM 220 * @sdam_offset: Channel offset in LPG SDAM 1038 * SDAM-based devices do not support "ping pong", and only supports in lpg_pattern_set() 1039 * "low pause" and "high pause" with a dedicated SDAM LUT. in lpg_pattern_set() 1084 * SDAM-based devices without dedicated LUT SDAM require equal in lpg_pattern_set() 1556 /* Get the 1st SDAM device for LPG/LUT config */ in lpg_init_sdam() 1560 "Failed to get LPG chan SDAM device\n"); in lpg_init_sdam() 1563 /* Get PBS device node if single SDAM device */ in lpg_init_sdam() [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | pmk8550.dtsi | 55 compatible = "qcom,spmi-sdam";
|
H A D | sa8540p-pmics.dtsi | 43 compatible = "qcom,spmi-sdam";
|
H A D | pmi632.dtsi | 165 compatible = "qcom,spmi-sdam";
|
H A D | sa8775p-pmics.dtsi | 146 compatible = "qcom,spmi-sdam";
|
H A D | sc8280xp-pmics.dtsi | 143 compatible = "qcom,spmi-sdam";
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | qcom,spmi-pmic.yaml | 165 $ref: /schemas/nvmem/qcom,spmi-sdam.yaml#
|