Home
last modified time | relevance | path

Searched refs:WRITE_I2C (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dec168.h31 WRITE_I2C = 0x21, enumerator
H A Dec168.c24 case WRITE_I2C: in ec168_ctrl_msg()
154 req.cmd = WRITE_I2C; in ec168_i2c_xfer()
254 req.cmd = WRITE_I2C; in ec168_download_firmware()
H A Daf9015.h81 WRITE_I2C, enumerator
H A Daf9015.c47 case WRITE_I2C: in af9015_ctrl_msg()
117 struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val}; in af9015_write_reg_i2c()
201 req.cmd = WRITE_I2C; in af9015_i2c_xfer()
/openbmc/qemu/include/hw/misc/
H A Dauxbus.h40 WRITE_I2C = 0, enumerator
/openbmc/qemu/hw/misc/
H A Dauxbus.c149 case WRITE_I2C: in aux_request()
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc15 /* sed -e 's/^WRITE_I2C:\(..\):\(..\)/\{pmic_i2c, 0x\1, 0x\2\},/g' -e 's/^DELAY:\([0-9]*\)/\{pmic_d…
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc15 /* sed -e 's/^WRITE_I2C:\(..\):\(..\)/\{pmic_i2c, 0x\1, 0x\2\},/g' -e 's/^DELAY:\([0-9]*\)/\{pmic_d…
/openbmc/qemu/hw/display/
H A Dxlnx_dp.c524 case WRITE_I2C: in xlnx_dp_aux_set_command()