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

  /src/sys/arch/macppc/dev/
snapper.c 2070 int headphone_detect_intr, lineout_detect_intr; local in function:snapper_init
2083 headphone_detect_intr = -1;
2147 headphone_detect_intr = intr[0];
2191 DPRINTF(" headphone-detect intr %x\n", headphone_detect_intr);
2197 if (headphone_detect_intr != -1) {
2200 intr_establish_xname(headphone_detect_intr, IST_EDGE,

Completed in 14 milliseconds