Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A Darche-platform.c55 struct gpio_desc *svc_refclk_req; member
462 arche_pdata->svc_refclk_req = devm_gpiod_get(dev, "svc,refclk-req", in arche_platform_probe()
464 if (IS_ERR(arche_pdata->svc_refclk_req)) { in arche_platform_probe()
465 ret = PTR_ERR(arche_pdata->svc_refclk_req); in arche_platform_probe()