Home
last modified time | relevance | path

Searched refs:GPIO1 (Results 1 – 12 of 12) sorted by relevance

/drivers/video/omap/
Dlcd_h3.c45 r = tps65010_set_gpio_out_value(GPIO1, HIGH); in h3_panel_enable()
59 r = tps65010_set_gpio_out_value(GPIO1, LOW); in h3_panel_disable()
/drivers/usb/host/
Dohci-omap.c57 #define GPIO1 1 macro
99 tps65010_set_gpio_out_value(GPIO1, LOW); in omap_ohci_transceiver_power()
106 tps65010_set_gpio_out_value(GPIO1, HIGH); in omap_ohci_transceiver_power()
/drivers/media/usb/dvb-usb/
Ddib07x0.h6 GPIO1 = 2, enumerator
Ddib0700_devices.c3139 dib0700_set_gpio(dev, adap->id == 0 ? GPIO1 : GPIO0, GPIO_OUT, in novatd_read_status_override()
3152 dib0700_set_gpio(dev, adap->id == 0 ? GPIO1 : GPIO0, GPIO_OUT, 0); in novatd_sleep_override()
3173 dib0700_set_gpio(dev, GPIO1, GPIO_OUT, 0); in novatd_frontend_attach()
3263 dib0700_set_gpio(adap->dev, GPIO1, GPIO_OUT, 0); in dib0700_xc5000_tuner_callback()
3265 dib0700_set_gpio(adap->dev, GPIO1, GPIO_OUT, 1); in dib0700_xc5000_tuner_callback()
/drivers/pinctrl/
Dpinctrl-xway.c111 MFP_XWAY(GPIO1, GPIO, EXIN, NONE, NONE),
171 MFP_XWAY(GPIO1, GPIO, STP, DFE, EBU),
227 static const unsigned pins_exin1[] = {GPIO1};
261 static const unsigned ase_pins_stp[] = {GPIO1, GPIO2, GPIO3};
263 static const unsigned ase_pins_dfe[] = {GPIO1, GPIO2};
667 static const unsigned xway_exin_pin_map[] = {GPIO0, GPIO1, GPIO2, GPIO39, GPIO46, GPIO9};
Dpinctrl-lantiq.h109 GPIO1, enumerator
Dpinctrl-falcon.c113 MFP_FALCON(GPIO1, GPIO, GPIO, NONE, NONE),
/drivers/net/wireless/rtl818x/rtl8187/
Drfkill.c29 gpio = rtl818x_ioread8(priv, &priv->map->GPIO1); in rtl8187_is_radio_enabled()
/drivers/net/wireless/rtl818x/
Drtl818x.h142 u8 GPIO1; member
/drivers/mfd/
Dtps65010.c741 if ((gpio < GPIO1) || (gpio > GPIO4)) in tps65010_set_gpio_out_value()
Ddb8500-prcmu.c321 IRQ_ENTRY(GPIO1),
/drivers/atm/
Dsolos-pci.c589 static SOLOS_GPIO_ATTR(GPIO1, 0644, geos_gpio_show, geos_gpio_store, 9);