HomeSort by: relevance | last modified time | path
    Searched defs:shpcmcia_queue_event (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 210 static void shpcmcia_queue_event(struct shpcmcia_handle *, int);
456 shpcmcia_queue_event(struct shpcmcia_handle *h, int event) function in typeref:typename:void
463 panic("shpcmcia_queue_event: can't allocate event");
535 shpcmcia_queue_event(h, SHPCMCIA_EVENT_REMOVE);
541 shpcmcia_queue_event(h, SHPCMCIA_EVENT_INSERT);
566 shpcmcia_queue_event(h, SHPCMCIA_EVENT_REMOVE);
572 shpcmcia_queue_event(h, SHPCMCIA_EVENT_INSERT);

Completed in 11 milliseconds