Lines Matching refs:resbuf
275 unsigned char *resbuf; in acpi_uhub_parse_pld() local
286 resbuf = obj1->Buffer.Pointer; in acpi_uhub_parse_pld()
289 resbuf = obj->Buffer.Pointer; in acpi_uhub_parse_pld()
294 memcpy(port->pld, resbuf, len); in acpi_uhub_parse_pld()
302 resbuf[0] & 0x7f); in acpi_uhub_parse_pld()
303 if ((resbuf[0] & 0x80) == 0) { in acpi_uhub_parse_pld()
306 resbuf[1], resbuf[2], in acpi_uhub_parse_pld()
307 resbuf[3]); in acpi_uhub_parse_pld()
310 resbuf[4] | (resbuf[5] << 8), in acpi_uhub_parse_pld()
311 resbuf[6] | (resbuf[7] << 8)); in acpi_uhub_parse_pld()
312 if (resbuf[8] & 1) { in acpi_uhub_parse_pld()
315 if (resbuf[8] & 2) { in acpi_uhub_parse_pld()
318 if (resbuf[8] & 4) { in acpi_uhub_parse_pld()
322 (resbuf[8] >> 3) & 7); in acpi_uhub_parse_pld()
324 (resbuf[8] >> 6) & 3); in acpi_uhub_parse_pld()
326 (resbuf[9]) & 3); in acpi_uhub_parse_pld()
328 (resbuf[9] >> 2) & 0xf); in acpi_uhub_parse_pld()
330 resbuf[9], resbuf[10], resbuf[11]); in acpi_uhub_parse_pld()
332 resbuf[12], resbuf[13], in acpi_uhub_parse_pld()
333 resbuf[14], resbuf[15]); in acpi_uhub_parse_pld()
335 if ((resbuf[0] & 0x7f) >= 2) { in acpi_uhub_parse_pld()
337 resbuf[16] | (resbuf[17] << 8), in acpi_uhub_parse_pld()
338 resbuf[18] | (resbuf[19] << 8)); in acpi_uhub_parse_pld()