Searched refs:ap_mcu_gpiod (Results 1 – 2 of 2) sorted by relevance
216 struct gpio_desc *ap_mcu_gpiod; member
452 data->ap_mcu_gpiod = devm_gpiod_get(dev, "ap-mcu", GPIOD_OUT_HIGH); in ssp_parse_dt()453 if (IS_ERR(data->ap_mcu_gpiod)) in ssp_parse_dt()