Symbol: go_cfg_attr
drivers/hid/hid-lenovo-go.c
1773
static struct go_cfg_attr version_product_mcu = { PRODUCT_VERSION };
drivers/hid/hid-lenovo-go.c
1776
static struct go_cfg_attr version_protocol_mcu = { PROTOCOL_VERSION };
drivers/hid/hid-lenovo-go.c
1779
static struct go_cfg_attr version_firmware_mcu = { FIRMWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1782
static struct go_cfg_attr version_hardware_mcu = { HARDWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1785
static struct go_cfg_attr version_gen_mcu = { HARDWARE_GENERATION };
drivers/hid/hid-lenovo-go.c
1788
static struct go_cfg_attr fps_switch_status = { FEATURE_FPS_SWITCH_STATUS };
drivers/hid/hid-lenovo-go.c
1792
static struct go_cfg_attr gamepad_mode = { FEATURE_GAMEPAD_MODE };
drivers/hid/hid-lenovo-go.c
1796
static struct go_cfg_attr reset_mcu = { FEATURE_RESET_GAMEPAD };
drivers/hid/hid-lenovo-go.c
1799
static struct go_cfg_attr gamepad_rumble_intensity = { MOTOR_INTENSITY };
drivers/hid/hid-lenovo-go.c
1835
static struct go_cfg_attr version_product_tx_dongle = { PRODUCT_VERSION };
drivers/hid/hid-lenovo-go.c
1838
static struct go_cfg_attr version_protocol_tx_dongle = { PROTOCOL_VERSION };
drivers/hid/hid-lenovo-go.c
1841
static struct go_cfg_attr version_firmware_tx_dongle = { FIRMWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1844
static struct go_cfg_attr version_hardware_tx_dongle = { HARDWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1847
static struct go_cfg_attr version_gen_tx_dongle = { HARDWARE_GENERATION };
drivers/hid/hid-lenovo-go.c
1850
static struct go_cfg_attr reset_tx_dongle = { FEATURE_RESET_GAMEPAD };
drivers/hid/hid-lenovo-go.c
1869
static struct go_cfg_attr version_product_left = { PRODUCT_VERSION };
drivers/hid/hid-lenovo-go.c
1872
static struct go_cfg_attr version_protocol_left = { PROTOCOL_VERSION };
drivers/hid/hid-lenovo-go.c
1875
static struct go_cfg_attr version_firmware_left = { FIRMWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1878
static struct go_cfg_attr version_hardware_left = { HARDWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1881
static struct go_cfg_attr version_gen_left = { HARDWARE_GENERATION };
drivers/hid/hid-lenovo-go.c
1884
static struct go_cfg_attr auto_sleep_time_left = { FEATURE_AUTO_SLEEP_TIME };
drivers/hid/hid-lenovo-go.c
1890
static struct go_cfg_attr imu_bypass_left = { FEATURE_IMU_BYPASS };
drivers/hid/hid-lenovo-go.c
1895
static struct go_cfg_attr imu_enabled_left = { FEATURE_IMU_ENABLE };
drivers/hid/hid-lenovo-go.c
1900
static struct go_cfg_attr reset_left = { FEATURE_RESET_GAMEPAD };
drivers/hid/hid-lenovo-go.c
1903
static struct go_cfg_attr rumble_mode_left = { RUMBLE_MODE };
drivers/hid/hid-lenovo-go.c
1908
static struct go_cfg_attr rumble_notification_left = { VIBRATION_NOTIFY_ENABLE };
drivers/hid/hid-lenovo-go.c
1914
static struct go_cfg_attr cal_trigg_left = { TRIGGER_CALIBRATE };
drivers/hid/hid-lenovo-go.c
1919
static struct go_cfg_attr cal_joy_left = { JOYSTICK_CALIBRATE };
drivers/hid/hid-lenovo-go.c
1924
static struct go_cfg_attr cal_gyro_left = { GYRO_CALIBRATE };
drivers/hid/hid-lenovo-go.c
1929
static struct go_cfg_attr cal_trigg_left_status = { GET_CAL_STATUS };
drivers/hid/hid-lenovo-go.c
1933
static struct go_cfg_attr cal_joy_left_status = { GET_CAL_STATUS };
drivers/hid/hid-lenovo-go.c
1937
static struct go_cfg_attr cal_gyro_left_status = { GET_CAL_STATUS };
drivers/hid/hid-lenovo-go.c
1976
static struct go_cfg_attr version_product_right = { PRODUCT_VERSION };
drivers/hid/hid-lenovo-go.c
1979
static struct go_cfg_attr version_protocol_right = { PROTOCOL_VERSION };
drivers/hid/hid-lenovo-go.c
1982
static struct go_cfg_attr version_firmware_right = { FIRMWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1985
static struct go_cfg_attr version_hardware_right = { HARDWARE_VERSION };
drivers/hid/hid-lenovo-go.c
1988
static struct go_cfg_attr version_gen_right = { HARDWARE_GENERATION };
drivers/hid/hid-lenovo-go.c
1991
static struct go_cfg_attr auto_sleep_time_right = { FEATURE_AUTO_SLEEP_TIME };
drivers/hid/hid-lenovo-go.c
1997
static struct go_cfg_attr imu_bypass_right = { FEATURE_IMU_BYPASS };
drivers/hid/hid-lenovo-go.c
2002
static struct go_cfg_attr imu_enabled_right = { FEATURE_IMU_BYPASS };
drivers/hid/hid-lenovo-go.c
2007
static struct go_cfg_attr reset_right = { FEATURE_RESET_GAMEPAD };
drivers/hid/hid-lenovo-go.c
2010
static struct go_cfg_attr rumble_mode_right = { RUMBLE_MODE };
drivers/hid/hid-lenovo-go.c
2015
static struct go_cfg_attr rumble_notification_right = { VIBRATION_NOTIFY_ENABLE };
drivers/hid/hid-lenovo-go.c
2021
static struct go_cfg_attr cal_trigg_right = { TRIGGER_CALIBRATE };
drivers/hid/hid-lenovo-go.c
2026
static struct go_cfg_attr cal_joy_right = { JOYSTICK_CALIBRATE };
drivers/hid/hid-lenovo-go.c
2031
static struct go_cfg_attr cal_gyro_right = { GYRO_CALIBRATE };
drivers/hid/hid-lenovo-go.c
2036
static struct go_cfg_attr cal_trigg_right_status = { GET_CAL_STATUS };
drivers/hid/hid-lenovo-go.c
2040
static struct go_cfg_attr cal_joy_right_status = { GET_CAL_STATUS };
drivers/hid/hid-lenovo-go.c
2044
static struct go_cfg_attr cal_gyro_right_status = { GET_CAL_STATUS };
drivers/hid/hid-lenovo-go.c
2083
static struct go_cfg_attr touchpad_enabled = { FEATURE_TOUCHPAD_ENABLE };
drivers/hid/hid-lenovo-go.c
2088
static struct go_cfg_attr touchpad_vibration_enabled = { TP_VIBRATION_ENABLE };
drivers/hid/hid-lenovo-go.c
2094
static struct go_cfg_attr touchpad_vibration_intensity = { TP_VIBRATION_INTENSITY };
drivers/hid/hid-lenovo-go.c
2122
static struct go_cfg_attr rgb_enabled = { FEATURE_LIGHT_ENABLE };