Searched refs:ic_exec (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/sys/dev/i2c/
H A Di2c_exec.c70 if (tag->ic_exec != NULL)
71 return ((*tag->ic_exec)(tag->ic_cookie, op, addr, cmd,
H A Di2cvar.h85 int (*ic_exec)(void *, i2c_op_t, i2c_addr_t, const void *, size_t, member in struct:i2c_controller
H A Dpca9548.c173 pb->pb_ic.ic_exec = pcamux_exec;
226 pb->pb_ic.ic_exec = pcamux_exec;
/openbsd-current/sys/arch/macppc/dev/
H A Dpiic.c80 sc->sc_i2c_tag.ic_exec = piic_i2c_exec;
H A Dkiic.c135 sc->sc_i2c_tag.ic_exec = kiic_i2c_exec;
/openbsd-current/sys/dev/fdt/
H A Dimxiic_fdt.c107 sc->i2c_tag.ic_exec = imxiic_i2c_exec;
H A Ddwiic_fdt.c109 sc->sc_i2c_tag.ic_exec = dwiic_i2c_exec;
H A Diicmux.c149 pb->pb_ic.ic_exec = iicmux_exec;
H A Dmviic.c157 sc->sc_ic.ic_exec = NULL;
H A Damliic.c143 sc->sc_ic.ic_exec = amliic_exec;
H A Dbcm2835_bsc.c149 sc->sc_ic.ic_exec = bcmbsc_exec;
H A Dqciic_fdt.c115 sc->sc_ic.ic_exec = qciic_fdt_exec;
H A Dociic.c171 sc->sc_ic.ic_exec = ociic_exec;
H A Drkiic.c165 sc->sc_ic.ic_exec = rkiic_exec;
H A Dsxitwi.c260 sc->sc_ic.ic_exec = NULL;
/openbsd-current/sys/dev/pci/
H A Dnviic.c185 nc->nc_i2c.ic_exec = nviic_i2c_exec;
H A Dichiic.c206 sc->sc_i2c_tag.ic_exec = ichiic_i2c_exec;
H A Damdiic.c181 sc->sc_i2c_tag.ic_exec = amdiic_i2c_exec;
H A Ddwiic_pci.c270 sc->sc_i2c_tag.ic_exec = dwiic_i2c_exec;
/openbsd-current/sys/dev/acpi/
H A Dimxiic_acpi.c132 sc->i2c_tag.ic_exec = imxiic_i2c_exec;
/openbsd-current/sys/arch/macppc/macppc/
H A Dmem.c141 ic.ic_exec = mem_i2c_exec;
/openbsd-current/sys/dev/ic/
H A Dpcf8584.c130 sc->sc_i2c.ic_exec = pcfiic_i2c_exec;
/openbsd-current/sys/arch/sparc64/dev/
H A Dmgiic.c136 sc->sc_i2c.ic_exec = mgiic_i2c_exec;
/openbsd-current/sys/arch/arm64/dev/
H A Dapliic.c143 sc->sc_ic.ic_exec = apliic_exec;
/openbsd-current/sys/arch/armv7/exynos/
H A Dexiic.c141 sc->i2c_tag.ic_exec = exiic_i2c_exec;

Completed in 379 milliseconds

12