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]);
|