Searched refs:cfg_pin (Results 1 – 6 of 6) sorted by relevance
21 void (*cfg_pin)(bool); member
22 void (*cfg_pin)(void); member
338 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()
227 if (pdata->cfg_pin) in mcs5000_ts_probe()228 pdata->cfg_pin(); in mcs5000_ts_probe()
171 if (pdata->cfg_pin) in mcs_touchkey_probe()172 pdata->cfg_pin(); in mcs_touchkey_probe()
4318 u32 cfg_pin; in bnx2x_get_mod_abs_int_cfg() local4322 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() local4462 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 …]