wbsio.c | 106 static const struct wbsio_product *wbsio_lookup(uint8_t id, uint8_t rev); 173 wbsio_lookup(uint8_t id, uint8_t rev) function in typeref:typename:const struct wbsio_product * 225 if ((product = wbsio_lookup(id, rev)) == NULL) 271 if ((product = wbsio_lookup(id, rev)) == NULL) { 403 if ((product = wbsio_lookup(devid, rev)) == NULL) { 472 if ((product = wbsio_lookup(devid, rev)) == NULL) { 823 if ((product = wbsio_lookup(devid, rev)) == NULL) {
|