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

  /src/sys/dev/pckbport/
pms.c 81 static int pmsprobe(device_t, cfdata_t, void *);
86 pmsprobe, pmsattach, NULL, NULL);
139 pmsprobe(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
155 aprint_debug("pmsprobe: reset error %d\n", res);
159 printf("pmsprobe: reset response 0x%x\n", resp[0]);
165 aprint_debug("pmsprobe: type 0x%x\n", resp[1]);
pms.c 81 static int pmsprobe(device_t, cfdata_t, void *);
86 pmsprobe, pmsattach, NULL, NULL);
139 pmsprobe(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
155 aprint_debug("pmsprobe: reset error %d\n", res);
159 printf("pmsprobe: reset response 0x%x\n", resp[0]);
165 aprint_debug("pmsprobe: type 0x%x\n", resp[1]);

Completed in 55 milliseconds