Home | History | Annotate | Download | only in kern

Lines Matching refs:tch

422 	if ((rv = todr_wenable(tch, 1)) != 0) {				\
430 if (todr_wenable(tch, 0) != 0) \
436 todr_gettime(todr_chip_handle_t tch, struct timeval *tvp)
445 if (tch->todr_gettime) {
447 rv = tch->todr_gettime(tch, tvp);
457 } else if (tch->todr_gettime_ymdhms) {
460 rv = tch->todr_gettime_ymdhms(tch, &dt);
494 todr_settime(todr_chip_handle_t tch, struct timeval *tvp)
498 if (tch->todr_settime) {
502 rv = tch->todr_settime(tch, &copy);
506 } else if (tch->todr_settime_ymdhms) {
513 rv = tch->todr_settime_ymdhms(tch, &dt);