Lines Matching refs:t
69 hp_sdc_transaction t; in hp_sdc_rtc_do_read_bbrtc() local
85 t.endidx = 91; in hp_sdc_rtc_do_read_bbrtc()
86 t.seq = tseq; in hp_sdc_rtc_do_read_bbrtc()
87 t.act.semaphore = &tsem; in hp_sdc_rtc_do_read_bbrtc()
90 if (hp_sdc_enqueue_transaction(&t)) return -1; in hp_sdc_rtc_do_read_bbrtc()
138 hp_sdc_transaction t; in hp_sdc_rtc_read_i8042timer() local
153 t.endidx = numreg * 5; in hp_sdc_rtc_read_i8042timer()
156 tseq[t.endidx - 4] |= HP_SDC_ACT_SEMAPHORE; /* numreg assumed > 1 */ in hp_sdc_rtc_read_i8042timer()
158 t.seq = tseq; in hp_sdc_rtc_read_i8042timer()
159 t.act.semaphore = &i8042tregs; in hp_sdc_rtc_read_i8042timer()
165 if (hp_sdc_enqueue_transaction(&t)) { in hp_sdc_rtc_read_i8042timer()