Home
last modified time | relevance | path

Searched defs:gpio_set (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnsc_gpio.h28 void (*gpio_set) (unsigned iminor, int state); member
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dlpc32xx_gpio.c150 static int gpio_set(struct udevice *dev, unsigned gpio) in gpio_set() function
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c348 defval_changed, gpio_set; in mcp23s08_irq() local
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dsq930x.c584 static void gpio_set(struct sd *sd, u16 val, u16 mask) in gpio_set() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhw.c2750 u32 gpio_set, gpio_shift = gpio; in ath9k_hw_gpio_cfg_wmac() local
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h104 #define gpio_set(Value) outl(Value, SYS_OUTPUTSET) macro