Searched refs:i2c_start (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_i2c.c96 static int i2c_start(device_t, u_char, int);
261 i2c_start(device_t dev, u_char slave, int timeout) function
451 DEVMETHOD(iicbus_start, i2c_start),
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c101 static int i2c_start(device_t, u_char, int);
238 i2c_start(device_t dev, u_char slave, int timeout) function
462 DEVMETHOD(iicbus_start, i2c_start),
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Di2c.c95 static int i2c_start(device_t dev, u_char slave, int timeout);
108 DEVMETHOD(iicbus_start, i2c_start),
273 i2c_start(device_t dev, u_char slave, int timeout) function
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_i2c.c161 static int i2c_start(device_t, u_char, int);
177 DEVMETHOD(iicbus_start, i2c_start),
529 i2c_start(device_t dev, u_char slave, int timeout) function
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c450 static void i2c_start( bktr_ptr_t bktr);
4074 static void i2c_start( bktr_ptr_t bktr) { function
4169 i2c_start(bktr);
4187 i2c_start(bktr);
4193 i2c_start(bktr);
4210 i2c_start(bktr);
4218 i2c_start(bktr);
4232 i2c_start(bktr);
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c842 i2c_start(void *codec, void (*ctrl)(void*, unsigned int, unsigned int)) function
887 i2c_start(ptr, ctrl);

Completed in 126 milliseconds