Searched refs:GPIOF_OUT_INIT_HIGH (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/sound/soc/samsung/ |
D | neo1973_wm8753.c | 464 { 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/ |
D | gpio.h | 181 #define GPIOF_OUT_INIT_HIGH (GPIOF_DIR_OUT | GPIOF_INIT_HIGH) macro
|
/linux-2.6.39/arch/arm/mach-ep93xx/ |
D | edb93xx.c | 110 GPIOF_OUT_INIT_HIGH, spi->modalias); in edb93xx_cs4271_hw_setup()
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | spitz_pm.c | 113 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
|
/linux-2.6.39/arch/arm/mach-mx3/ |
D | mach-mx31_3ds.c | 177 { 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/ |
D | board-omap4panda.c | 658 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()
|
D | board-4430sdp.c | 652 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/ |
D | ad7606_core.c | 351 ret = gpio_request_one(st->pdata->gpio_stby, GPIOF_OUT_INIT_HIGH, in ad7606_request_gpios()
|
/linux-2.6.39/Documentation/ |
D | gpio.txt | 311 * 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/ |
D | s3c2410_udc.c | 1951 GPIOF_OUT_INIT_HIGH : GPIOF_OUT_INIT_LOW, in s3c2410_udc_probe()
|