Searched refs:i2c_stop (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/powerpc/mpc85xx/ |
H A D | i2c.c | 95 static int i2c_stop(device_t dev); 108 DEVMETHOD(iicbus_stop, i2c_stop), 285 i2c_stop(dev); in i2c_start() 305 i2c_stop(device_t dev) in i2c_stop() function
|
/freebsd/sys/dev/iicbus/controller/vybrid/ |
H A D | vf_i2c.c | 113 static int i2c_stop(device_t); 384 i2c_stop(device_t dev) in i2c_stop() function 565 DEVMETHOD(iicbus_stop, i2c_stop),
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_i2c.c | 170 static int i2c_stop(device_t); 186 DEVMETHOD(iicbus_stop, i2c_stop), 583 i2c_stop(device_t dev) in i2c_stop() function
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-i2c.c | 522 i2c_if->i2c_stop = xgbe_i2c_stop; in xgbe_init_function_ptrs_i2c()
|
H A D | xgbe.h | 928 void (*i2c_stop)(struct xgbe_prv_data *); member
|
H A D | xgbe-phy-v2.c | 3597 pdata->i2c_if.i2c_stop(pdata); in xgbe_phy_stop() 3663 pdata->i2c_if.i2c_stop(pdata); in xgbe_phy_start()
|
/freebsd/sys/dev/sound/pci/ |
H A D | envy24.c | 855 i2c_stop(void *codec, void (*ctrl)(void*, unsigned int, unsigned int)) in i2c_stop() function 903 i2c_stop(ptr, ctrl); in i2c_wr()
|