Home
last modified time | relevance | path

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

/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_init.c81 privdata->dev_en.is_hpd_present = false; in amd_sfh_hid_client_deinit()
84 privdata->dev_en.is_als_present = false; in amd_sfh_hid_client_deinit()
87 privdata->dev_en.is_sra_present = false; in amd_sfh_hid_client_deinit()
150 privdata->dev_en.is_sra_present = true; in amd_sfh1_1_hid_client_init()
216 privdata->dev_en.is_hpd_present = true; in amd_sfh1_1_hid_client_init()
217 privdata->dev_en.is_hpd_enabled = true; in amd_sfh1_1_hid_client_init()
221 privdata->dev_en.is_als_present = true; in amd_sfh1_1_hid_client_init()
325 if (mp2->dev_en.is_hpd_enabled == enabled) in amd_sfh_toggle_hpd()
354 mp2->dev_en.is_hpd_enabled = enabled; in amd_sfh_toggle_hpd()
H A Damd_sfh_interface.c97 if (!emp2 || !emp2->dev_en.is_sra_present) in amd_sfh_mode_info()
132 if (!emp2 || !emp2->dev_en.is_hpd_present || !emp2->dev_en.is_hpd_enabled) in amd_sfh_hpd_info()
149 if (!emp2 || !emp2->dev_en.is_als_present) in amd_sfh_als_info()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_common.h60 struct sfh_dev_status dev_en; member
H A Damd_sfh_pcie.c342 return sysfs_emit(buf, "%s\n", str_enabled_disabled(mp2->dev_en.is_hpd_enabled)); in hpd_show()
368 if (!mp2->sfh1_1_ops || !mp2->dev_en.is_hpd_present) in sfh_attr_is_visible()