Searched refs:tca64xx_write (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iicbus/gpio/ |
H A D | tca64xx.c | 107 static int tca64xx_write(device_t, uint8_t, uint8_t); 188 tca64xx_write(device_t dev, uint8_t reg, uint8_t val) in tca64xx_write() function 411 error = tca64xx_write(dev, addr, val); in tca64xx_pin_setflags() 416 error = tca64xx_write(dev, addr, inv_val); in tca64xx_pin_setflags() 497 error = tca64xx_write(dev, addr, value); in tca64xx_pin_set() 538 error = tca64xx_write(dev, addr, value); in tca64xx_pin_toggle()
|