Home
last modified time | relevance | path

Searched refs:plat_shared_i2c_enter (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dplatform_module.h117 #pragma weak plat_shared_i2c_enter
124 extern void plat_shared_i2c_enter(dev_info_t *);
/illumos-gate/usr/src/uts/sun4u/littleneck/os/
H A Dlittleneck.c199 plat_shared_i2c_enter(dev_info_t *i2cnexus_dip) in plat_shared_i2c_enter() function
/illumos-gate/usr/src/uts/sun4u/excalibur/os/
H A Dexcalibur.c235 plat_shared_i2c_enter(dev_info_t *dip) in plat_shared_i2c_enter() function
/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c342 plat_shared_i2c_enter(dev_info_t *i2cnexus_dip) in plat_shared_i2c_enter() function
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c587 plat_shared_i2c_enter(dev_info_t *i2cnexus_dip) in plat_shared_i2c_enter() function
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c588 plat_shared_i2c_enter(dev_info_t *i2cnexus_dip) in plat_shared_i2c_enter() function
/illumos-gate/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c620 plat_shared_i2c_enter(dev_info_t *i2cnexus_dip) in plat_shared_i2c_enter() function
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c705 if ((&plat_shared_i2c_enter != NULL) && (dip != NULL)) { in smbus_acquire()
706 plat_shared_i2c_enter(smbus->smbus_dip); in smbus_acquire()
H A Dpcf8584.c664 if ((&plat_shared_i2c_enter != NULL) && (dip != NULL)) { in pcf8584_acquire()
665 plat_shared_i2c_enter(i2c->pcf8584_dip); in pcf8584_acquire()