Home | History | Annotate | Download | only in servo

Lines Matching refs:def

46     def __init__(self, servo):
55 def reset(self):
66 def warm_reset(self):
77 def power_off(self):
88 def power_on(self, rec_mode=REC_OFF):
164 def __init__(self, servo_host, servo_serial=None):
183 def servo_serial(self):
188 def get_power_state_controller(self):
198 def initialize_dut(self, cold_reset=False):
228 def is_localhost(self):
237 def power_long_press(self):
246 def power_normal_press(self):
251 def power_short_press(self):
256 def power_key(self, press_secs=''):
264 def lid_open(self):
269 def lid_close(self):
277 def volume_up(self, timeout=300):
295 def volume_down(self, timeout=300):
313 def ctrl_d(self, press_secs=''):
321 def ctrl_u(self):
329 def ctrl_enter(self, press_secs=''):
337 def d_key(self, press_secs=''):
345 def ctrl_key(self, press_secs=''):
353 def enter_key(self, press_secs=''):
361 def refresh_key(self, press_secs=''):
369 def ctrl_refresh_key(self, press_secs=''):
379 def imaginary_key(self, press_secs=''):
389 def sysrq_x(self, press_secs=''):
399 def toggle_recovery_switch(self):
406 def enable_recovery_mode(self):
411 def disable_recovery_mode(self):
416 def toggle_development_switch(self):
423 def enable_development_mode(self):
428 def disable_development_mode(self):
432 def boot_devmode(self):
438 def pass_devmode(self):
445 def get_board(self):
452 def _get_xmlrpclib_exception(self, xmlexc):
473 def get(self, gpio_name):
487 def set(self, gpio_name, gpio_value):
505 def set_nocheck(self, gpio_name, gpio_value):
521 def set_get_all(self, controls):
560 def probe_host_usb_dev(self, timeout=_USB_PROBE_TIMEOUT):
572 def image_to_servo_usb(self, image_path=None,
610 def install_recovery_image(self, image_path=None,
629 def _scp_image(self, image_path):
647 def system(self, command, timeout=3600):
658 def system_output(self, command, timeout=3600,
676 def get_servo_version(self):
685 def _initialize_programmer(self, rw_only=False):
710 def program_bios(self, image, rw_only=False):
727 def program_ec(self, image, rw_only=False):
744 def _switch_usbkey_power(self, power_state, detection_delay=False):
771 def switch_usbkey(self, usb_state):
819 def get_usbkey_direction(self):