Searched refs:drive_strength (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
D | brcmfmac-sdio.h | 123 unsigned int drive_strength; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | of.c | 55 sdiodev->pdata->drive_strength = val; in brcmf_of_probe()
|
D | sdio.c | 3883 if ((bus->sdiodev->pdata) && (bus->sdiodev->pdata->drive_strength)) in brcmf_sdio_probe_attach() 3884 drivestrength = bus->sdiodev->pdata->drive_strength; in brcmf_sdio_probe_attach()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sd.c | 391 int drive_strength; in sd_select_driver_type() local 431 drive_strength = card->host->ops->select_drive_strength( in sd_select_driver_type() 436 err = mmc_sd_switch(card, 1, 2, drive_strength, status); in sd_select_driver_type() 440 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type() 446 mmc_set_driver_type(card->host, drive_strength); in sd_select_driver_type()
|
D | sdio.c | 407 int drive_strength; in sdio_select_driver_type() local 449 drive_strength = card->host->ops->select_drive_strength( in sdio_select_driver_type() 460 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type() 467 mmc_set_driver_type(card->host, drive_strength); in sdio_select_driver_type()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | rsserial.c | 107 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength), 108 AML_OFFSET(gpio.drive_strength),
|
D | amlresrc.h | 311 u16 drive_strength; member
|
D | rsdumpinfo.c | 302 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
|
/linux-4.1.27/include/acpi/ |
D | acrestyp.h | 385 u16 drive_strength; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3730 int drive_strength; in ar9003_hw_drive_strength_apply() local 3733 drive_strength = pBase->miscConfiguration & BIT(0); in ar9003_hw_drive_strength_apply() 3734 if (!drive_strength) in ar9003_hw_drive_strength_apply()
|