Lines Matching refs:str_supported
401 static const char *str_supported(int is_supported);
403 static inline const char *str_supported(int is_supported) { return ""; } in str_supported() function
3318 str_supported(tp_features.hotkey)); in hotkey_init()
3388 str_supported(tp_features.hotkey_mask)); in hotkey_init()
4266 str_supported(tp_features.bluetooth), in bluetooth_init()
4453 str_supported(tp_features.wan), in wan_init()
4593 str_supported(tp_features.uwb), in uwb_init()
4701 str_supported(video_supported != TPACPI_VIDEO_NONE), in video_init()
5085 str_supported(tp_features.light), in light_init()
5086 str_supported(tp_features.light_status)); in light_init()
5190 str_supported(cmos_handle != NULL)); in cmos_init()
5572 str_supported(led_supported), led_supported); in led_init()
5698 str_supported(beep_handle != NULL)); in beep_init()
6031 str_supported(thermal_read_mode != TPACPI_THERMAL_NONE), in thermal_init()
7297 str_supported(!tp_features.mixer_no_level_control)); in volume_init()
8385 str_supported(fan_status_access_mode != TPACPI_FAN_NONE || in fan_init()
8868 static const char * __init str_supported(int is_supported) in str_supported() function