Home | History | Annotate | Download | only in hw

Lines Matching full:opaque

301     struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
332 static void csrhci_out_hci_packet_event(void *opaque,
335 struct csrhci_s *s = (struct csrhci_s *) opaque;
344 static void csrhci_out_hci_packet_acl(void *opaque,
347 struct csrhci_s *s = (struct csrhci_s *) opaque;
360 struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
404 static void csrhci_out_tick(void *opaque)
406 csrhci_fifo_wake((struct csrhci_s *) opaque);
409 static void csrhci_pins(void *opaque, int line, int level)
411 struct csrhci_s *s = (struct csrhci_s *) opaque;
430 struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
440 s->chr.opaque = s;
445 s->hci->opaque = s;