freebsd-dev/sys/dev/iicbus
Warner Losh d7fac9732b Allow iic bridges to support a generalized transfer, rather than
forcing all transfers to do the start read/write stop by hand.  Some
smart bridges prefer this sort of operation, and this allows us to
support their features more easily.  When bridges don't support it, we
fall back to using the old-style opertaions.  Expand the ioctl
interface to expose this function.  Unlike the old-style interface,
this interface is thread safe, even on old bridges.
2006-07-14 23:15:06 +00:00
..
if_ic.c Turn a file that was mostly style(9) compliant to a file that's really close 2006-04-04 19:30:47 +00:00
iic.c Allow iic bridges to support a generalized transfer, rather than 2006-07-14 23:15:06 +00:00
iic.h Allow iic bridges to support a generalized transfer, rather than 2006-07-14 23:15:06 +00:00
iicbb_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
iicbb.c newbus will zero softc, so no need to duplicate the zeroing here. 2006-04-04 23:29:17 +00:00
iicbus_if.m Allow iic bridges to support a generalized transfer, rather than 2006-07-14 23:15:06 +00:00
iicbus.c Allow iic bridges to support a generalized transfer, rather than 2006-07-14 23:15:06 +00:00
iicbus.h Allow iic bridges to support a generalized transfer, rather than 2006-07-14 23:15:06 +00:00
iiconf.c Allow iic bridges to support a generalized transfer, rather than 2006-07-14 23:15:06 +00:00
iiconf.h Allow iic bridges to support a generalized transfer, rather than 2006-07-14 23:15:06 +00:00
iicsmb.c newbus will zero softc, so no need to duplicate the zeroing here. 2006-04-04 23:29:17 +00:00