Home
last modified time | relevance | path

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

/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1395 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN); in xgene_enet_gpiod_get()
1397 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN); in xgene_enet_gpiod_get()
/drivers/hid/i2c-hid/
Di2c-hid.c1066 ihid->desc = gpiod_get(&client->dev, NULL, GPIOD_IN); in i2c_hid_probe()
/drivers/gpio/
Dgpiolib.c3118 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id, in gpiod_get() function
3123 EXPORT_SYMBOL_GPL(gpiod_get);
/drivers/gpu/drm/i915/
Dintel_dsi.c1568 gpiod_get(dev->dev, "panel", GPIOD_OUT_HIGH); in intel_dsi_init()