Searched refs:gpiod_get (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 1395 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/ |
D | i2c-hid.c | 1066 ihid->desc = gpiod_get(&client->dev, NULL, GPIOD_IN); in i2c_hid_probe()
|
/drivers/gpio/ |
D | gpiolib.c | 3118 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/ |
D | intel_dsi.c | 1568 gpiod_get(dev->dev, "panel", GPIOD_OUT_HIGH); in intel_dsi_init()
|