Home
last modified time | relevance | path

Searched full: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()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_common.h61 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()
/linux/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c403 #define DEV_EN 0x80 macro
969 DAT_WR_BYTE(DEV_EN | addr)); in udc_set_address()