/linux-4.4.14/arch/mips/include/asm/mach-jz4740/ |
H A D | jz4740_mmc.h | 5 int gpio_power; member in struct:jz4740_mmc_platform_data
|
/linux-4.4.14/include/sound/ |
H A D | ak4641.h | 16 * @gpio_power: GPIO to control external power to AK4641 22 int gpio_power; member in struct:ak4641_platform_data
|
H A D | uda1380.h | 15 int gpio_power; member in struct:uda1380_platform_data
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | mmc-pxamci.h | 20 int gpio_power; /* gpio powering up MMC bus */ member in struct:pxamci_platform_data
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | ak4641.c | 416 if (pdata && gpio_is_valid(pdata->gpio_power)) ak4641_set_bias_level() 417 gpio_set_value(pdata->gpio_power, 1); ak4641_set_bias_level() 437 if (pdata && gpio_is_valid(pdata->gpio_power)) ak4641_set_bias_level() 438 gpio_set_value(pdata->gpio_power, 0); ak4641_set_bias_level() 545 if (gpio_is_valid(pdata->gpio_power)) { ak4641_i2c_probe() 546 ret = gpio_request_one(pdata->gpio_power, ak4641_i2c_probe() 573 if (gpio_is_valid(pdata->gpio_power)) ak4641_i2c_probe() 574 gpio_set_value(pdata->gpio_power, 0); ak4641_i2c_probe() 579 if (pdata && gpio_is_valid(pdata->gpio_power)) ak4641_i2c_probe() 580 gpio_free(pdata->gpio_power); ak4641_i2c_probe() 592 if (gpio_is_valid(pdata->gpio_power)) { ak4641_i2c_remove() 593 gpio_set_value(pdata->gpio_power, 0); ak4641_i2c_remove() 594 gpio_free(pdata->gpio_power); ak4641_i2c_remove()
|
H A D | uda1380.c | 599 if (gpio_is_valid(pdata->gpio_power)) { uda1380_set_bias_level() 600 gpio_set_value(pdata->gpio_power, 1); uda1380_set_bias_level() 610 if (!gpio_is_valid(pdata->gpio_power)) uda1380_set_bias_level() 613 gpio_set_value(pdata->gpio_power, 0); uda1380_set_bias_level() 711 if (gpio_is_valid(pdata->gpio_power)) { uda1380_probe() 712 ret = gpio_request_one(pdata->gpio_power, GPIOF_OUT_INIT_LOW, uda1380_probe() 750 gpio_free(pdata->gpio_power); uda1380_remove()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | pxamci.c | 128 gpio_is_valid(host->pdata->gpio_power)) { pxamci_set_power() 130 gpio_set_value(host->pdata->gpio_power, pxamci_set_power() 625 pdata->gpio_power = pxamci_of_init() 648 int ret, irq, gpio_cd = -1, gpio_ro = -1, gpio_power = -1; pxamci_probe() local 788 gpio_power = host->pdata->gpio_power; pxamci_probe() 790 if (gpio_is_valid(gpio_power)) { pxamci_probe() 791 ret = devm_gpio_request(&pdev->dev, gpio_power, pxamci_probe() 794 dev_err(&pdev->dev, "Failed requesting gpio_power %d\n", pxamci_probe() 795 gpio_power); pxamci_probe() 798 gpio_direction_output(gpio_power, pxamci_probe() 821 if (gpio_is_valid(gpio_power) && host->pdata->setpower) pxamci_probe() 822 dev_warn(&pdev->dev, "gpio_power and setpower() both defined\n"); pxamci_probe() 850 int gpio_cd = -1, gpio_ro = -1, gpio_power = -1; pxamci_remove() local 860 gpio_power = host->pdata->gpio_power; pxamci_remove()
|
H A D | jz4740_mmc.c | 868 if (gpio_is_valid(host->pdata->gpio_power)) jz4740_mmc_set_ios() 869 gpio_set_value(host->pdata->gpio_power, jz4740_mmc_set_ios() 877 if (gpio_is_valid(host->pdata->gpio_power)) jz4740_mmc_set_ios() 878 gpio_set_value(host->pdata->gpio_power, jz4740_mmc_set_ios() 969 return jz4740_mmc_request_gpio(&pdev->dev, pdata->gpio_power, jz4740_mmc_request_gpios() 980 if (gpio_is_valid(pdata->gpio_power)) jz4740_mmc_free_gpios() 981 gpio_free(pdata->gpio_power); jz4740_mmc_free_gpios()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | colibri-evalboard.c | 40 .gpio_power = -1,
|
H A D | zylonite.c | 241 .gpio_power = -1, zylonite_init_lcd() 249 .gpio_power = -1, 257 .gpio_power = -1,
|
H A D | colibri-pxa270-income.c | 53 .gpio_power = -1,
|
H A D | csb726.c | 134 .gpio_power = -1,
|
H A D | gumstix.c | 95 .gpio_power = -1,
|
H A D | idp.c | 162 .gpio_power = -1,
|
H A D | cm-x300.c | 453 .gpio_power = -1, cm_x300_init_nand() 476 .gpio_power = -1,
|
H A D | cm-x270.c | 293 .gpio_power = GPIO105_MMC_POWER, cmx270_init_ohci()
|
H A D | littleton.c | 282 .gpio_power = -1, littleton_init_keypad()
|
H A D | mxm8x10.c | 331 .gpio_power = -1
|
H A D | palm27x.c | 57 palm27x_mci_platform_data.gpio_power = power; palm27x_mmc_init()
|
H A D | palmtc.c | 123 .gpio_power = GPIO_NR_PALMTC_SD_POWER,
|
H A D | palmte2.c | 106 .gpio_power = GPIO_NR_PALMTE2_SD_POWER,
|
H A D | poodle.c | 293 .gpio_power = -1,
|
H A D | lubbock.c | 437 .gpio_power = -1,
|
H A D | pcm990-baseboard.c | 375 .gpio_power = -1,
|
H A D | trizeps4.c | 359 .gpio_power = -1,
|
H A D | vpac270.c | 242 .gpio_power = -1, vpac270_onenand_init()
|
H A D | z2.c | 294 .gpio_power = -1, z2_lcd_init()
|
H A D | balloon3.c | 295 .gpio_power = -1,
|
H A D | corgi.c | 497 .gpio_power = CORGI_GPIO_SD_PWR,
|
H A D | hx4700.c | 808 .gpio_power = GPIO27_HX4700_CODEC_ON,
|
H A D | magician.c | 750 .gpio_power = EGPIO_MAGICIAN_SD_POWER,
|
H A D | mainstone.c | 365 .gpio_power = -1,
|
H A D | mioa701.c | 403 .gpio_power = GPIO91_SDIO_EN,
|
H A D | tosa.c | 296 .gpio_power = TOSA_GPIO_PWR_ON,
|
H A D | zeus.c | 650 .gpio_power = -1
|
H A D | em-x270.c | 644 .gpio_power = -1,
|
H A D | raumfeld.c | 732 .gpio_power = -1,
|
H A D | spitz.c | 620 .gpio_power = -1,
|
H A D | stargate2.c | 440 .gpio_power = -1,
|
/linux-4.4.14/arch/mips/jz4740/ |
H A D | board-qi_lb60.c | 366 .gpio_power = QI_LB60_GPIO_SD_VCC_EN_N,
|
/linux-4.4.14/sound/soc/pxa/ |
H A D | magician.c | 438 .gpio_power = EGPIO_MAGICIAN_CODEC_POWER,
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
H A D | mach-h1940.c | 583 .gpio_power = H1940_LATCH_UDA_POWER,
|
H A D | mach-rx1950.c | 703 .gpio_power = S3C2410_GPJ(0),
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
H A D | debugfs.c | 217 wl1271_warning("illegal value in gpio_power"); gpio_power_write() 1247 DEBUGFS_ADD(gpio_power, rootdir); wl1271_debugfs_add_files()
|