Searched refs:hostSupported (Results 1 – 2 of 2) sorted by relevance
1146 hostSupported := false1151 hostSupported = true1157 addHostDeviceSupportedProperties(deviceSupported, hostSupported, m)1164 func addHostDeviceSupportedProperties(deviceSupported bool, hostSupported bool, bpModule *bpModule)…1167 if !deviceSupported && !hostSupported {1174 if hostSupported {2063 hostSupported := bpModule.getValue("host_supported") == true // Missing means false.2064 if hostSupported {
656 hostSupported = 1 << iota const663 HostSupported = hostSupported | hostCrossSupported | hostDefault666 HostSupportedNoCross = hostSupported | hostDefault673 HostAndDeviceSupported = hostSupported | hostCrossSupported | deviceSupported | deviceDefault678 HostAndDeviceDefault = hostSupported | hostCrossSupported | hostDefault |755 if hod&hostSupported != 0 && hod&deviceSupported != 0 {1338 return hod&hostSupported != 0 && hostEnabled