Searched refs:gpio_desc (Results 76 - 100 of 931) sorted by relevance

1234567891011>>

/linux-master/include/linux/gpio/
H A Ddriver.h31 struct gpio_desc;
789 struct gpio_desc *gpiochip_request_own_desc(struct gpio_chip *gc,
794 void gpiochip_free_own_desc(struct gpio_desc *desc);
796 struct gpio_desc *gpiochip_get_desc(struct gpio_chip *gc, unsigned int hwnum);
797 struct gpio_desc *
808 struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc);
809 struct gpio_device *gpiod_to_gpio_device(struct gpio_desc *desc);
822 static inline struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc)
829 static inline struct gpio_device *gpiod_to_gpio_device(struct gpio_desc *desc)
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sharp-ls037v7dw01.c29 struct gpio_desc *resb_gpio; /* low = reset active min 20 us */
30 struct gpio_desc *ini_gpio; /* high = power on */
31 struct gpio_desc *mo_gpio; /* low = 480x640, high = 240x320 */
32 struct gpio_desc *lr_gpio; /* high = conventional horizontal scanning */
33 struct gpio_desc *ud_gpio; /* high = conventional vertical scanning */
/linux-master/drivers/bus/
H A Dts-nbus.c31 struct gpio_desc *csn;
32 struct gpio_desc *txrx;
33 struct gpio_desc *strobe;
34 struct gpio_desc *ale;
35 struct gpio_desc *rdy;
/linux-master/drivers/extcon/
H A Dextcon-intel-int3496.c31 struct gpio_desc *gpio_usb_id;
32 struct gpio_desc *gpio_vbus_en;
33 struct gpio_desc *gpio_usb_mux;
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp.h215 struct gpio_desc *mcu_reset_gpiod;
216 struct gpio_desc *ap_mcu_gpiod;
217 struct gpio_desc *mcu_ap_gpiod;
/linux-master/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c29 struct gpio_desc *our_gpio;
30 struct gpio_desc *their_gpio;
103 struct gpio_desc *dummy;
/linux-master/drivers/hwmon/
H A Dnsa320-hwmon.c42 struct gpio_desc *act;
43 struct gpio_desc *clk;
44 struct gpio_desc *data;
/linux-master/net/rfkill/
H A Drfkill-gpio.c21 struct gpio_desc *reset_gpio;
22 struct gpio_desc *shutdown_gpio;
78 struct gpio_desc *gpio;
/linux-master/drivers/net/dsa/realtek/
H A Drealtek.h53 struct gpio_desc *reset;
54 struct gpio_desc *mdc;
55 struct gpio_desc *mdio;
/linux-master/drivers/spi/
H A Dspi-pxa2xx.h17 struct gpio_desc;
56 struct gpio_desc *gpiod_ready;
/linux-master/drivers/usb/gadget/udc/
H A Dat91_udc.h112 struct gpio_desc *vbus_pin; /* high == host powering us */
114 struct gpio_desc *pullup_pin; /* active == D+ pulled up */
/linux-master/drivers/input/touchscreen/
H A Dgoodix.h87 struct gpio_desc *gpiod_int;
88 struct gpio_desc *gpiod_rst;
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c30 static struct gpio_desc *gpiod_vblen;
31 static struct gpio_desc *gpiod_ndisp;
/linux-master/drivers/regulator/
H A Dsy7636a-regulator.c21 struct gpio_desc *pgood_gpio;
79 struct gpio_desc *gdp;
/linux-master/drivers/usb/misc/
H A Dusb4604.c25 struct gpio_desc *gpio_reset;
86 struct gpio_desc *gpio;
/linux-master/drivers/mmc/core/
H A Dpwrseq_sd8787.c29 struct gpio_desc *reset_gpio;
30 struct gpio_desc *pwrdn_gpio;
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x-spi.c18 struct gpio_desc *dc;
67 struct gpio_desc *dc;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dsi.h49 struct gpio_desc *gpio_panel;
50 struct gpio_desc *gpio_backlight;
/linux-master/drivers/w1/masters/
H A Dw1-gpio.c21 struct gpio_desc *gpiod;
22 struct gpio_desc *pullup_gpiod;
/linux-master/include/uapi/linux/
H A Dsynclink.h231 struct gpio_desc { struct
292 #define MGSL_IOCSGPIO _IOW(MGSL_MAGIC_IOC,16,struct gpio_desc)
293 #define MGSL_IOCGGPIO _IOR(MGSL_MAGIC_IOC,17,struct gpio_desc)
294 #define MGSL_IOCWAITGPIO _IOWR(MGSL_MAGIC_IOC,18,struct gpio_desc)
/linux-master/include/linux/
H A Dleds-lp3952.h117 struct gpio_desc *enable_gpio;
/linux-master/include/sound/
H A Dsoc-jack.h75 struct gpio_desc *desc;
/linux-master/sound/soc/codecs/
H A Dssm2305.c16 struct gpio_desc *gpiod_shutdown;
/linux-master/drivers/pcmcia/
H A Dsoc_common.h20 struct gpio_desc;
/linux-master/include/linux/usb/
H A Dtegra_usb_phy.h75 struct gpio_desc *reset_gpio;

Completed in 485 milliseconds

1234567891011>>