Home
last modified time | relevance | path

Searched refs:I2C_OP_STOP_P (Results 1 – 21 of 21) sorted by relevance

/openbsd/sys/dev/i2c/
H A Di2c_io.h52 #define I2C_OP_STOP_P(x) (((int)(x) & I2C_OPMASK_STOP) != 0) macro
H A Di2c_exec.c88 if (len == 0 && I2C_OP_STOP_P(op)) in iic_exec()
/openbsd/sys/dev/ic/
H A Ddwiic.c317 if (x == (cmdlen - 1) && len == 0 && I2C_OP_STOP_P(op)) in dwiic_i2c_exec()
346 if (x == (len - 1) && I2C_OP_STOP_P(op)) in dwiic_i2c_exec()
467 if (I2C_OP_STOP_P(op) && I2C_OP_WRITE_P(op)) { in dwiic_i2c_exec()
H A Dimxiic.c265 if (!I2C_OP_STOP_P(op)) in imxiic_i2c_exec()
/openbsd/sys/dev/fdt/
H A Dqciic_fdt.c222 if (buflen == 0 && I2C_OP_STOP_P(op)) in qciic_fdt_exec()
244 if (I2C_OP_STOP_P(op)) in qciic_fdt_exec()
H A Damliic.c221 if (pos == buflen && I2C_OP_STOP_P(op)) in amliic_exec()
H A Dociic.c302 if (I2C_OP_STOP_P(op)) in ociic_exec()
H A Drkiic.c368 if (I2C_OP_STOP_P(op)) in rkiic_exec()
/openbsd/sys/arch/macppc/dev/
H A Dpiic.c114 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 5) in piic_i2c_exec()
H A Dkiic.c347 if (!I2C_OP_STOP_P(op) || cmdlen > 1) in kiic_i2c_exec()
H A Dsmu.c974 if (!I2C_OP_STOP_P(op) || cmdlen > 3 || len > 5) in smu_i2c_exec()
/openbsd/sys/dev/acpi/
H A Dqciic.c267 if (buflen == 0 && I2C_OP_STOP_P(op)) in qciic_exec()
289 if (I2C_OP_STOP_P(op)) in qciic_exec()
/openbsd/sys/dev/pci/
H A Dnviic.c235 if (I2C_OP_STOP_P(op) == 0 || cmdlen > 1 || len > 2) in nviic_i2c_exec()
H A Damdiic.c283 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2) in amdiic_i2c_exec()
H A Dalipm.c268 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2) in alipm_smb_exec()
H A Dichiic.c267 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2) in ichiic_i2c_exec()
H A Damdpm.c422 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2) in amdpm_i2c_exec()
H A Dpiixpm.c365 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2) in piixpm_i2c_exec()
H A Dviapm.c541 if (!I2C_OP_STOP_P(op) || cmdlen > 1 || len > 2) in viapm_i2c_exec()
/openbsd/sys/arch/arm64/dev/
H A Dapliic.c197 if (!I2C_OP_STOP_P(op)) in apliic_exec()
/openbsd/sys/arch/armv7/omap/
H A Dti_iic.c281 if (I2C_OP_STOP_P(op)) in ti_iic_exec()