HomeSort by relevance Sort by last modified time
    Searched defs:i2c (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun4u/io/i2c/nexus/
i2bsc.c 28 * i2bsc.c is the nexus driver i2c traffic against devices hidden behind the
53 #include <sys/i2c/clients/i2c_client.h>
54 #include <sys/i2c/misc/i2c_svc.h>
55 #include <sys/i2c/misc/i2c_svc_impl.h>
56 #include <sys/i2c/nexus/i2bsc_impl.h>
229 i2bsc_t *i2c; local
232 i2c = (i2bsc_t *)ddi_get_soft_state(i2bsc_state, instance);
234 if ((i2c->i2bsc_attachflags & IMUTEX) != 0) {
235 mutex_destroy(&i2c->i2bsc_imutex);
236 cv_destroy(&i2c->i2bsc_icv)
254 i2bsc_t *i2c; local
367 i2bsc_t *i2c; local
400 i2bsc_t *i2c; local
425 i2bsc_t *i2c; local
487 i2bsc_t *i2c; local
532 i2bsc_t *i2c; local
549 i2bsc_t *i2c; local
591 i2bsc_t *i2c; local
654 i2bsc_t *i2c; local
1186 i2bsc_t *i2c; local
    [all...]
pcf8584.c 46 #include <sys/i2c/clients/i2c_client.h>
47 #include <sys/i2c/misc/i2c_svc.h>
48 #include <sys/i2c/misc/i2c_svc_impl.h>
49 #include <sys/i2c/nexus/pcf8584.h>
70 static void pcf8584_select_bus(pcf8584_t *i2c);
72 static void pcf8584_put_s1(pcf8584_t *i2c, char cmd);
73 static void pcf8584_put_s0(pcf8584_t *i2c, char data);
74 static uint8_t pcf8584_get_s0(pcf8584_t *i2c);
75 static uint8_t pcf8584_get_s1(pcf8584_t *i2c);
76 static int pcf8584_bbn_ready(pcf8584_t *i2c);
279 pcf8584_t *i2c; local
314 pcf8584_t *i2c; local
466 pcf8584_t *i2c; local
499 pcf8584_t *i2c; local
524 pcf8584_t *i2c; local
603 pcf8584_t *i2c; local
620 pcf8584_t *i2c; local
1144 pcf8584_t *i2c = (pcf8584_t *)arg; local
1392 pcf8584_t *i2c; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
ppmvar.h 180 } i2c; member in union:ppm_dc::__anon2

Completed in 60 milliseconds