Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Darche-apb-ctrl.c28 struct gpio_desc *boot_ret; member
226 gpiod_set_value(apb->boot_ret, 0); in apb_bootret_deassert()
331 apb->boot_ret = devm_gpiod_get(dev, "boot-ret", GPIOD_OUT_LOW); in apb_ctrl_get_fw_data()
332 if (IS_ERR(apb->boot_ret)) { in apb_ctrl_get_fw_data()
333 ret = PTR_ERR(apb->boot_ret); in apb_ctrl_get_fw_data()