Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/platform_data/
Dmcs.h17 void (*cfg_pin)(void); member
/linux-6.1.9/drivers/input/touchscreen/
Dmcs5000_ts.c221 if (pdata->cfg_pin) in mcs5000_ts_probe()
222 pdata->cfg_pin(); in mcs5000_ts_probe()
/linux-6.1.9/drivers/input/keyboard/
Dmcs_touchkey.c166 if (pdata->cfg_pin) in mcs_touchkey_probe()
167 pdata->cfg_pin(); in mcs_touchkey_probe()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c4333 u32 cfg_pin; in bnx2x_get_mod_abs_int_cfg() local
4337 cfg_pin = (REG_RD(bp, shmem_base + in bnx2x_get_mod_abs_int_cfg()
4349 if ((cfg_pin < PIN_CFG_GPIO0_P0) || in bnx2x_get_mod_abs_int_cfg()
4350 (cfg_pin > PIN_CFG_GPIO3_P1)) { in bnx2x_get_mod_abs_int_cfg()
4353 cfg_pin); in bnx2x_get_mod_abs_int_cfg()
4357 *gpio_num = (cfg_pin - PIN_CFG_GPIO0_P0) & 0x3; in bnx2x_get_mod_abs_int_cfg()
4358 *gpio_port = (cfg_pin - PIN_CFG_GPIO0_P0) >> 2; in bnx2x_get_mod_abs_int_cfg()
4474 u32 cfg_pin; in bnx2x_sfp_e3_set_transmitter() local
4477 cfg_pin = REG_RD(bp, params->shmem_base + in bnx2x_sfp_e3_set_transmitter()
4485 bnx2x_set_cfg_pin(bp, cfg_pin, tx_en ^ 1); in bnx2x_sfp_e3_set_transmitter()
[all …]