Searched refs:i2c_enable (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-amd-mp2.h49 i2c_enable, enumerator in enum:i2c_cmd
H A Di2c-amd-mp2-pci.c65 i2c_cmd_base.s.i2c_cmd = enable ? i2c_enable : i2c_disable;
166 case i2c_enable:
/linux-master/drivers/usb/dwc2/
H A Dparams.c43 p->i2c_enable = false;
216 p->i2c_enable = false;
242 p->i2c_enable = false;
481 p->i2c_enable = hw->i2c_enable;
770 CHECK_BOOL(i2c_enable, hw->i2c_enable);
933 hw->i2c_enable = !!(hwcfg3 & GHWCFG3_I2C);
H A Dcore.h302 * @i2c_enable: Specifies whether to use the I2Cinterface for a full
449 bool i2c_enable; member in struct:dwc2_core_params
603 * @i2c_enable: Specifies whether to use the I2Cinterface for a full
641 unsigned i2c_enable:1; member in struct:dwc2_hw_params
H A Ddebugfs.c691 print_param(seq, p, i2c_enable);
749 print_param(seq, hw, i2c_enable);
H A Dcore_intr.c134 hsotg->params.i2c_enable) {
H A Dcore.c1027 if (hsotg->params.i2c_enable) {
/linux-master/drivers/hid/
H A Dhid-ft260.c151 u8 i2c_enable; /* 0 - disabled, 1 - enabled */ member in struct:ft260_get_system_status_report
185 u8 i2c_enable; /* 0 - disabled, 1 - enabled */ member in struct:ft260_set_i2c_mode_report
799 ft260_dbg("i2c_enable: 0x%02x\n", cfg.i2c_enable);
911 FT260_SSTAT_ATTR_SHOW(i2c_enable); variable
912 FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report,
914 static DEVICE_ATTR_RW(i2c_enable);

Completed in 135 milliseconds