Home
last modified time | relevance | path

Searched refs:GPIOF_OUT_INIT_HIGH (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/sound/soc/samsung/
Dneo1973_wm8753.c464 { GTA02_GPIO_HP_IN, GPIOF_OUT_INIT_HIGH, "GTA02_HP_IN" },
465 { GTA02_GPIO_AMP_SHUT, GPIOF_OUT_INIT_HIGH, "GTA02_AMP_SHUT" },
/linux-2.6.39/include/asm-generic/
Dgpio.h181 #define GPIOF_OUT_INIT_HIGH (GPIOF_DIR_OUT | GPIOF_INIT_HIGH) macro
/linux-2.6.39/arch/arm/mach-ep93xx/
Dedb93xx.c110 GPIOF_OUT_INIT_HIGH, spi->modalias); in edb93xx_cs4271_hw_setup()
/linux-2.6.39/arch/arm/mach-pxa/
Dspitz_pm.c113 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
/linux-2.6.39/arch/arm/mach-mx3/
Dmach-mx31_3ds.c177 { MX31_3DS_GPIO_CAMERA_PW, GPIOF_OUT_INIT_HIGH, "camera-power" },
178 { MX31_3DS_GPIO_CAMERA_RST, GPIOF_OUT_INIT_HIGH, "camera-reset" },
/linux-2.6.39/arch/arm/mach-omap2/
Dboard-omap4panda.c658 status = gpio_request_one(HDMI_GPIO_HPD, GPIOF_OUT_INIT_HIGH, in omap4_panda_panel_enable_hdmi()
664 status = gpio_request_one(HDMI_GPIO_LS_OE, GPIOF_OUT_INIT_HIGH, in omap4_panda_panel_enable_hdmi()
Dboard-4430sdp.c652 status = gpio_request_one(HDMI_GPIO_HPD, GPIOF_OUT_INIT_HIGH, in sdp4430_panel_enable_hdmi()
658 status = gpio_request_one(HDMI_GPIO_LS_OE, GPIOF_OUT_INIT_HIGH, in sdp4430_panel_enable_hdmi()
/linux-2.6.39/drivers/staging/iio/adc/
Dad7606_core.c351 ret = gpio_request_one(st->pdata->gpio_stby, GPIOF_OUT_INIT_HIGH, in ad7606_request_gpios()
/linux-2.6.39/Documentation/
Dgpio.txt311 * GPIOF_OUT_INIT_HIGH - configured as output, initial level HIGH
328 { 32, GPIOF_OUT_INIT_HIGH, "Power LED" }, /* default to ON */
/linux-2.6.39/drivers/usb/gadget/
Ds3c2410_udc.c1951 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in s3c2410_udc_probe()