Home | History | Annotate | Download | only in src

Lines Matching refs:device_get_auth

464 	rem_auth = device_get_auth(device);
814 remote_auth = device_get_auth(device);
1067 auth = device_get_auth(device);
1073 if (device_get_auth(device) < 0x02) {
1090 if (device_get_auth(device) > 0x01) {
1114 if (device_get_auth(device) == 0x02 ||
1115 device_get_auth(device) == 0x03) {
1129 if (device_get_auth(device) == 0x00 ||
1130 device_get_auth(device) == 0x01)
1136 if (device_get_auth(device) != 0xff &&
1137 (device_get_auth(device) & 0x01) &&