Home | History | Annotate | Download | only in hw

Lines Matching full:opaque

302     struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
333 static void csrhci_out_hci_packet_event(void *opaque,
336 struct csrhci_s *s = (struct csrhci_s *) opaque;
345 static void csrhci_out_hci_packet_acl(void *opaque,
348 struct csrhci_s *s = (struct csrhci_s *) opaque;
361 struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
405 static void csrhci_out_tick(void *opaque)
407 csrhci_fifo_wake((struct csrhci_s *) opaque);
410 static void csrhci_pins(void *opaque, int line, int level)
412 struct csrhci_s *s = (struct csrhci_s *) opaque;
431 struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
441 s->chr.opaque = s;
446 s->hci->opaque = s;