Home
last modified time | relevance | path

Searched refs:i2c_stop (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_i2c.c106 static int i2c_stop(device_t);
419 i2c_stop(device_t dev) in i2c_stop() function
621 DEVMETHOD(iicbus_stop, i2c_stop),
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_i2c.c173 static int i2c_stop(device_t);
189 DEVMETHOD(iicbus_stop, i2c_stop),
589 i2c_stop(device_t dev) in i2c_stop() function
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_i2c.c339 i2c_if->i2c_stop = axgbe_i2c_stop; in axgbe_init_function_ptrs_i2c()
H A Daxgbe_ethdev.h386 void (*i2c_stop)(struct axgbe_port *); member
H A Daxgbe_phy_impl.c2010 pdata->i2c_if.i2c_stop(pdata); in axgbe_phy_stop()