freebsd_amp_hwpstate/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
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.c
iicbb_if.m
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
iicbus_if.m 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