Lines Matching defs:system_port_status
351 struct sd_status_header system_port_status;
507 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0;
509 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0;
578 0x0000, 0x0000, &vub300->system_port_status,
579 sizeof(vub300->system_port_status), 1000);
580 if (sizeof(vub300->system_port_status) == retval)
605 vub300->system_port_status = vub300->resp.status;
2304 0x0000, 0x0000, &vub300->system_port_status,
2305 sizeof(vub300->system_port_status), 1000);
2308 } else if (sizeof(vub300->system_port_status) == retval) {
2310 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0;
2312 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0;