Home
last modified time | relevance | path

Searched refs:new_pin (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/regulator/
H A Dcore.c2842 struct regulator_enable_gpio *pin, *new_pin; in regulator_ena_gpio_request() local
2846 new_pin = kzalloc_obj(*new_pin); in regulator_ena_gpio_request()
2864 if (new_pin == NULL) { in regulator_ena_gpio_request()
2870 pin = new_pin; in regulator_ena_gpio_request()
2871 new_pin = NULL; in regulator_ena_gpio_request()
2881 kfree(new_pin); in regulator_ena_gpio_request()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2643 struct dpll_pin *new_pin = NULL; in ice_dpll_txclk_work() local
2680 new_pin = ice_txclk_get_pin(pf, clk); in ice_dpll_txclk_work()
2689 if (new_pin) in ice_dpll_txclk_work()
2690 dpll_pin_change_ntf(new_pin); in ice_dpll_txclk_work()