Searched refs:i2ct (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c405 i2c_transfer_t i2ct; local
409 if (ddi_copyin((void *)arg, (caddr_t)&i2ct,
423 bcopy(&i2ct, i2ctp, sizeof (i2c_transfer_t));
432 if (i2ct.i2c_wlen != 0) {
433 if (ddi_copyin(i2ct.i2c_wbuf, (caddr_t)i2ctp->i2c_wbuf,
434 i2ct.i2c_wlen, mode) != DDI_SUCCESS) {
445 i2c_transfer_t i2ct; local
459 * First copyin the user structure to the temporary i2ct,
482 if (ddi_copyin((void *)arg, &i2ct,
488 * copyout the read buffer to the saved user buffer in i2ct
[all...]
H A Dpcf8574_nct.c878 i2c_transfer_t i2ct; local
882 if (ddi_copyin((void *)arg, (caddr_t)&i2ct,
896 bcopy(&i2ct, i2ctp, sizeof (i2c_transfer_t));
905 if (i2ct.i2c_wlen != 0) {
906 if (ddi_copyin(i2ct.i2c_wbuf, (caddr_t)i2ctp->i2c_wbuf,
907 i2ct.i2c_wlen, mode) != DDI_SUCCESS) {
918 i2c_transfer_t i2ct; local
931 * First copyin the user structure to the temporary i2ct,
954 if (ddi_copyin((void *)arg, &i2ct,
960 * copyout the read buffer to the saved user buffer in i2ct
[all...]

Completed in 47 milliseconds