Searched refs:waithow (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.c | 522 uint16_t buflen, int waithow) in iicdev_readfrom() argument 543 return (iicbus_transfer_excl(slavedev, msgs, nitems(msgs), waithow)); in iicdev_readfrom() 547 uint16_t buflen, int waithow) in iicdev_writeto() argument 573 (waithow & IIC_WAIT) ? M_WAITOK : M_NOWAIT); in iicdev_writeto() 586 error = iicbus_transfer_excl(slavedev, &msg, 1, waithow); in iicdev_writeto()
|
/freebsd/sys/dev/iicbus/rtc/ |
H A D | rtc8583.c | 90 void *buffer, uint16_t buflen, int waithow); 96 uint16_t buflen, int waithow) in rtc8583_writeto() argument 111 return (iicbus_transfer_excl(slavedev, &msgs, 1, waithow)); in rtc8583_writeto()
|
H A D | nxprtc.c | 259 uint16_t buflen, int waithow) in nxprtc_readfrom() argument 279 if ((err = iicbus_transfer_excl(slavedev, &msg, 1, waithow)) != 0) in nxprtc_readfrom() 287 return (iicbus_transfer_excl(slavedev, &msg, 1, waithow)); in nxprtc_readfrom()
|