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

  /src/sys/arch/hpcsh/dev/
pfckbd.c 65 struct callout pc_soft_ch; member in struct:pfckbd_core
148 callout_init(&pfckbd_core.pc_soft_ch, 0);
149 callout_reset(&pfckbd_core.pc_soft_ch, 1,
210 callout_schedule(&pc->pc_soft_ch, 1);

Completed in 12 milliseconds