Home | History | Annotate | Download | only in ic

Lines Matching defs:slhci_cc_times

314 struct slhci_cc_times {
320 static struct slhci_cc_times t_ab[2];
321 static struct slhci_cc_times t_abdone;
322 static struct slhci_cc_times t_copy_to_dev;
323 static struct slhci_cc_times t_copy_from_dev;
324 static struct slhci_cc_times t_intr;
325 static struct slhci_cc_times t_lock;
326 static struct slhci_cc_times t_delay;
327 static struct slhci_cc_times t_hard_int;
328 static struct slhci_cc_times t_callback;
331 start_cc_time(struct slhci_cc_times *times, unsigned int misc) {
336 stop_cc_time(struct slhci_cc_times *times) {
348 struct slhci_cc_times *times;