Home
last modified time | relevance | path

Searched refs:i2c_write_byte (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Daction.md31i2c_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" or
57 "i2c_write_byte": {
H A Di2c_write_byte.md1 # i2c_write_byte chapter
24 "i2c_write_byte": {
H A Dconfiguration.md58 { "i2c_write_byte": { "register": "0x31", "value": "0xDB" } },
59 { "i2c_write_byte": { "register": "0x34", "value": "0x1B" } }
H A Drule.md35 { "i2c_write_byte": { "register": "0x00", "value": "0x00" } },
H A DREADME.md134 - [i2c_write_byte](i2c_write_byte.md)
/openbmc/linux/drivers/comedi/drivers/
H A Dcb_pcidas64.c1642 static void i2c_write_byte(struct comedi_device *dev, u8 byte) in i2c_write_byte() function
1705 i2c_write_byte(dev, bitstream); in i2c_write()
1715 i2c_write_byte(dev, data[i]); in i2c_write()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp384 "i2c_write_byte": { in TEST()