Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/keymile/kmp204x/
H A Dqrio.c17 int qrio_get_gpio(u8 port_off, u8 gpio_nr) in qrio_get_gpio()
28 void qrio_set_gpio(u8 port_off, u8 gpio_nr, bool value) in qrio_set_gpio()
45 void qrio_gpio_direction_output(u8 port_off, u8 gpio_nr, bool value) in qrio_gpio_direction_output()
60 void qrio_gpio_direction_input(u8 port_off, u8 gpio_nr) in qrio_gpio_direction_input()
73 void qrio_set_opendrain_gpio(u8 port_off, u8 gpio_nr, u8 val) in qrio_set_opendrain_gpio()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dpm-gpio.c326 unsigned int gpio_nr; in samsung_pm_save_gpios() local
366 unsigned int gpio_nr; in samsung_pm_restore_gpios() local
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dserial.c214 static void __init omap_serial_set_port_wakeup(int gpio_nr) in omap_serial_set_port_wakeup()
/OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/
H A Dmx6sabreauto.c167 #define PORTEXP_IO_TO_CHIP(gpio_nr) \ argument
171 #define PORTEXP_IO_TO_PIN(gpio_nr) \ argument
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-hub.c39 static void fhci_gpio_set_value(struct fhci_hcd *fhci, int gpio_nr, bool on) in fhci_gpio_set_value()
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dadm1266.c192 unsigned int gpio_nr; in adm1266_gpio_get_multiple() local