SYMBOL INDEX (43 symbols across 3 files) FILE: ds4-calibration-tool.py function wait_for_device (line 19) | def wait_for_device(): class HID_REQ (line 31) | class HID_REQ: function hid_get_report (line 39) | def hid_get_report(dev, report_id, size): function hid_set_report (line 45) | def hid_set_report(dev, report_id, buf): function dump_93_data (line 52) | def dump_93_data(): function do_trigger_calibration (line 81) | def do_trigger_calibration(): function do_stick_center_calibration (line 129) | def do_stick_center_calibration(): function do_stick_minmax_calibration (line 160) | def do_stick_minmax_calibration(): function menu (line 188) | def menu(): FILE: ds4-tool.py class HID_REQ (line 14) | class HID_REQ: class DS4 (line 27) | class DS4: method __init__ (line 29) | def __init__(self): method wait_for_device (line 38) | def wait_for_device(self): method hid_get_report (line 48) | def hid_get_report(self, report_id, size): method hid_set_report (line 56) | def hid_set_report(self, report_id, buf): class Handlers (line 63) | class Handlers: method __init__ (line 64) | def __init__(self, dev): class VersionInfo (line 67) | class VersionInfo: method __init__ (line 79) | def __init__(s, buf): method __repr__ (line 82) | def __repr__(s): method dump_flash (line 95) | def dump_flash(self, args): method info (line 116) | def info(self, args): method reset (line 120) | def reset(self, args): method get_bt_mac_addr (line 129) | def get_bt_mac_addr(self, args): method set_bt_mac_addr (line 134) | def set_bt_mac_addr(self, args): method get_bt_link_info (line 139) | def get_bt_link_info(self, args): method set_bt_link_info (line 148) | def set_bt_link_info(self, args): method get_imu_calibration (line 168) | def get_imu_calibration(self, args): method set_imu_calibration (line 172) | def set_imu_calibration(self, args): method get_flash_mirror_status (line 179) | def get_flash_mirror_status(self, args): method set_flash_mirror_status (line 185) | def set_flash_mirror_status(self, args): method get_pcba_id (line 200) | def get_pcba_id(self, args): method set_pcba_id (line 205) | def set_pcba_id(self, args): method get_bt_enable (line 212) | def get_bt_enable(self, args): method set_bt_enable (line 218) | def set_bt_enable(self, args): method get_serial_number (line 223) | def get_serial_number(self, args): method set_serial_number (line 230) | def set_serial_number(self, args): FILE: ds5-calibration-tool.py function wait_for_device (line 19) | def wait_for_device(): class HID_REQ (line 31) | class HID_REQ: function hid_get_report (line 39) | def hid_get_report(dev, report_id, size): function hid_set_report (line 45) | def hid_set_report(dev, report_id, buf): function do_stick_center_calibration (line 52) | def do_stick_center_calibration(): function do_stick_minmax_calibration (line 79) | def do_stick_minmax_calibration():