Searched refs:i2c_write_byte (Results 1 – 7 of 7) sorted by relevance
31 … i2c_write_byte | see [notes](#notes) | [i2c_write_byte](i2c_write_byte.md) …44 - You must specify exactly one action type property, such as "i2c_write_byte" or57 "i2c_write_byte": {
1 # i2c_write_byte chapter24 "i2c_write_byte": {
58 { "i2c_write_byte": { "register": "0x31", "value": "0xDB" } },59 { "i2c_write_byte": { "register": "0x34", "value": "0x1B" } }
35 { "i2c_write_byte": { "register": "0x00", "value": "0x00" } },
134 - [i2c_write_byte](i2c_write_byte.md)
1642 static void i2c_write_byte(struct comedi_device *dev, u8 byte) in i2c_write_byte() function1705 i2c_write_byte(dev, bitstream); in i2c_write()1715 i2c_write_byte(dev, data[i]); in i2c_write()
384 "i2c_write_byte": { in TEST()