Home
last modified time | relevance | path

Searched refs:i2c_enable (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
Dparams.c66 p->i2c_enable = false; in dwc2_set_his_params()
133 p->i2c_enable = false; in dwc2_set_stm32f4x9_fsotg_params()
289 p->i2c_enable = hw->i2c_enable; in dwc2_set_default_params()
584 CHECK_BOOL(i2c_enable, hw->i2c_enable); in dwc2_check_params()
765 hw->i2c_enable = !!(hwcfg3 & GHWCFG3_I2C); in dwc2_get_hwparams()
Dcore.h447 bool i2c_enable; member
627 unsigned i2c_enable:1; member
Ddebugfs.c688 print_param(seq, p, i2c_enable); in params_show()
743 print_param(seq, hw, i2c_enable); in hw_params_show()
Dcore_intr.c164 hsotg->params.i2c_enable) { in dwc2_handle_otg_intr()
Dhcd.c175 if (hsotg->params.i2c_enable) { in dwc2_fs_phy_init()