Searched refs:pcf8574soft_statep (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | pcf8574.c | 39 static void *pcf8574soft_statep; variable 120 (void) ddi_soft_state_init(&pcf8574soft_statep, 132 ddi_soft_state_fini(&pcf8574soft_statep); 161 ddi_get_soft_state(pcf8574soft_statep, instance); 206 ddi_get_soft_state(pcf8574soft_statep, instance); 306 ddi_get_soft_state(pcf8574soft_statep, instance); 493 if (ddi_soft_state_zalloc(pcf8574soft_statep, instance) != 0) { 499 unitp = ddi_get_soft_state(pcf8574soft_statep, instance); 515 ddi_soft_state_free(pcf8574soft_statep, instance); 522 ddi_soft_state_free(pcf8574soft_statep, instanc [all...] |
/illumos-gate/usr/src/uts/sun4u/littleneck/io/ |
H A D | pcf8574_lneck.c | 41 static void *pcf8574soft_statep; variable 133 (void) ddi_soft_state_init(&pcf8574soft_statep, 145 ddi_soft_state_fini(&pcf8574soft_statep); 173 ddi_get_soft_state(pcf8574soft_statep, instance); 217 ddi_get_soft_state(pcf8574soft_statep, instance); 318 ddi_get_soft_state(pcf8574soft_statep, instance); 507 if (ddi_soft_state_zalloc(pcf8574soft_statep, instance) != 0) { 513 unitp = ddi_get_soft_state(pcf8574soft_statep, instance); 529 ddi_soft_state_free(pcf8574soft_statep, instance); 536 ddi_soft_state_free(pcf8574soft_statep, instanc [all...] |
Completed in 44 milliseconds