Home
last modified time | relevance | path

Searched refs:portChange (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.c659 hp->RHportStatus->portChange |= PORT_CONNECT_CHANGE; in handleInsRmvIntr()
680 hp->RHportStatus->portChange |= PORT_ENABLE_CHANGE; in handleInsRmvIntr()
1035 portstatus = hp->RHportStatus->portChange << 16 | hp->RHportStatus->portStatus; in getPortStatusAndChange()
1058 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1062 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1066 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1070 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1074 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1078 hp->RHportStatus->portChange |= bitPos; in setPortChange()
1100 hp->RHportStatus->portChange &= ~bitPos; in clrPortChange()
[all …]
Dhc_sl811.h190 __u16 portChange; member