Lines Matching refs:pcal64xxa_i2c_read

434 static int pcal64xxa_i2c_read(const struct i2c_dt_spec *i2c, uint8_t register_address,  in pcal64xxa_i2c_read()  function
487 rc = pcal64xxa_i2c_read(i2c, PCAL6408A_REG_PULL_UP_DOWN_SELECT, &value); in pcal6408a_pins_cfg_read()
494 rc = pcal64xxa_i2c_read(i2c, PCAL6408A_REG_PULL_UP_DOWN_ENABLE, &value); in pcal6408a_pins_cfg_read()
501 rc = pcal64xxa_i2c_read(i2c, PCAL6408A_REG_OUTPUT_PORT, &value); in pcal6408a_pins_cfg_read()
508 rc = pcal64xxa_i2c_read(i2c, PCAL6408A_REG_CONFIGURATION, &value); in pcal6408a_pins_cfg_read()
524 rc = pcal64xxa_i2c_read(i2c, PCAL6408A_REG_INTERRUPT_STATUS, &value); in pcal6408a_inputs_read()
532 rc = pcal64xxa_i2c_read(i2c, PCAL6408A_REG_INPUT_PORT, &value); in pcal6408a_inputs_read()
676 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_PULL_UP_DOWN_SELECT_0, &value_low); in pcal6416a_pins_cfg_read()
681 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_PULL_UP_DOWN_SELECT_1, &value_high); in pcal6416a_pins_cfg_read()
688 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_PULL_UP_DOWN_ENABLE_0, &value_low); in pcal6416a_pins_cfg_read()
693 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_PULL_UP_DOWN_ENABLE_1, &value_high); in pcal6416a_pins_cfg_read()
700 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_OUTPUT_PORT_0, &value_low); in pcal6416a_pins_cfg_read()
705 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_OUTPUT_PORT_1, &value_high); in pcal6416a_pins_cfg_read()
712 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_CONFIGURATION_0, &value_low); in pcal6416a_pins_cfg_read()
717 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_CONFIGURATION_1, &value_high); in pcal6416a_pins_cfg_read()
734 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_INTERRUPT_STATUS_0, &value_low); in pcal6416a_inputs_read()
739 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_INTERRUPT_STATUS_1, &value_high); in pcal6416a_inputs_read()
747 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_INPUT_PORT_0, &value_low); in pcal6416a_inputs_read()
752 rc = pcal64xxa_i2c_read(i2c, PCAL6416A_REG_INPUT_PORT_1, &value_high); in pcal6416a_inputs_read()