Home
last modified time | relevance | path

Searched refs:cfg_pin (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/i2c/
Dmms114.h21 void (*cfg_pin)(bool); member
Dmcs.h22 void (*cfg_pin)(void); member
/linux-4.1.27/drivers/input/touchscreen/
Dmms114.c338 if (data->pdata->cfg_pin) in mms114_start()
339 data->pdata->cfg_pin(true); in mms114_start()
353 if (data->pdata->cfg_pin) in mms114_stop()
354 data->pdata->cfg_pin(false); in mms114_stop()
Dmcs5000_ts.c227 if (pdata->cfg_pin) in mcs5000_ts_probe()
228 pdata->cfg_pin(); in mcs5000_ts_probe()
/linux-4.1.27/drivers/input/keyboard/
Dmcs_touchkey.c171 if (pdata->cfg_pin) in mcs_touchkey_probe()
172 pdata->cfg_pin(); in mcs_touchkey_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c4318 u32 cfg_pin; in bnx2x_get_mod_abs_int_cfg() local
4322 cfg_pin = (REG_RD(bp, shmem_base + in bnx2x_get_mod_abs_int_cfg()
4334 if ((cfg_pin < PIN_CFG_GPIO0_P0) || in bnx2x_get_mod_abs_int_cfg()
4335 (cfg_pin > PIN_CFG_GPIO3_P1)) { in bnx2x_get_mod_abs_int_cfg()
4338 cfg_pin); in bnx2x_get_mod_abs_int_cfg()
4342 *gpio_num = (cfg_pin - PIN_CFG_GPIO0_P0) & 0x3; in bnx2x_get_mod_abs_int_cfg()
4343 *gpio_port = (cfg_pin - PIN_CFG_GPIO0_P0) >> 2; in bnx2x_get_mod_abs_int_cfg()
4459 u32 cfg_pin; in bnx2x_sfp_e3_set_transmitter() local
4462 cfg_pin = REG_RD(bp, params->shmem_base + in bnx2x_sfp_e3_set_transmitter()
4470 bnx2x_set_cfg_pin(bp, cfg_pin, tx_en ^ 1); in bnx2x_sfp_e3_set_transmitter()
[all …]