Home
last modified time | relevance | path

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

/external/syzkaller/vm/odroid/
Dodroid.go176 func switchPortPower(busNum, deviceNum, portNum int, power bool) error { func
254 …if err := switchPortPower(inst.cfg.Hub_Bus, inst.cfg.Hub_Device, inst.cfg.Hub_Port, false); err !=…
260 …if err := switchPortPower(inst.cfg.Hub_Bus, inst.cfg.Hub_Device, inst.cfg.Hub_Port, true); err != …