HomeSort by: relevance | last modified time | path
    Searched defs:axp20x_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
axp20x.c 205 static int axp20x_read(struct axp20x_softc *, uint8_t, uint8_t *, size_t);
246 error = axp20x_read(sc, AXP_INPUT_STATUS,
252 error = axp20x_read(sc, AXP_POWER_MODE,
266 error = axp20x_read(sc, AXP_ADC_EN2, &value, 1);
380 if (axp20x_read(sc, AXP_DCDC2, &value, 1) == 0) {
384 if (axp20x_read(sc, AXP_DCDC3, &value, 1) == 0) {
388 if (axp20x_read(sc, AXP_LDO2_4, &value, 1) == 0) {
395 if (axp20x_read(sc, AXP_LDO3, &value, 1) == 0) {
404 if (axp20x_read(sc, AXP_BKUP_CTRL, &value, 1) == 0) {
426 error = axp20x_read(sc, reg, buf, sizeof(buf))
560 axp20x_read(struct axp20x_softc *sc, uint8_t reg, uint8_t *val, size_t len) function in typeref:typename:int
    [all...]
axp20x.c 205 static int axp20x_read(struct axp20x_softc *, uint8_t, uint8_t *, size_t);
246 error = axp20x_read(sc, AXP_INPUT_STATUS,
252 error = axp20x_read(sc, AXP_POWER_MODE,
266 error = axp20x_read(sc, AXP_ADC_EN2, &value, 1);
380 if (axp20x_read(sc, AXP_DCDC2, &value, 1) == 0) {
384 if (axp20x_read(sc, AXP_DCDC3, &value, 1) == 0) {
388 if (axp20x_read(sc, AXP_LDO2_4, &value, 1) == 0) {
395 if (axp20x_read(sc, AXP_LDO3, &value, 1) == 0) {
404 if (axp20x_read(sc, AXP_BKUP_CTRL, &value, 1) == 0) {
426 error = axp20x_read(sc, reg, buf, sizeof(buf))
560 axp20x_read(struct axp20x_softc *sc, uint8_t reg, uint8_t *val, size_t len) function in typeref:typename:int
    [all...]

Completed in 25 milliseconds