Lines Matching defs:sValue
359 uint16_t sValue;
368 drsOps->GetUint16(node, SSP_ISOC_EPCOMP_WRESEVED, &sValue, 0) != HDF_SUCCESS ||
373 desc->wReseved = LE16_TO_CPU(sValue);
383 uint16_t sValue;
393 drsOps->GetUint16(node, SS_EP_COMP_WPERINTERVAL, &sValue, 0) != HDF_SUCCESS) {
397 desc->wBytesPerInterval = LE16_TO_CPU(sValue);
406 uint16_t sValue;
419 drsOps->GetUint16(node, QUALIFIER_BCD, &sValue, 0) != HDF_SUCCESS) {
423 desc->bcdUSB = LE16_TO_CPU(sValue);
433 uint16_t sValue;
448 if (drsOps->GetUint16(node, QUALIFIER_BCD, &sValue, 0) != HDF_SUCCESS) {
451 desc2->bcdOTG = LE16_TO_CPU(sValue);
481 uint16_t sValue;
490 drsOps->GetUint16(node, SECURITY_TOTALLENGTH, &sValue, 0) != HDF_SUCCESS) {
494 desc->wTotalLength = LE16_TO_CPU(sValue);