/linux-4.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-ssbi-mpp.c | 127 u8 drive_strength; member 224 level = (pin->drive_strength / 5) - 1; in pm8xxx_mpp_update() 351 arg = pin->drive_strength; in pm8xxx_pin_config_get() 407 pin->drive_strength = arg; in pm8xxx_pin_config_set() 613 seq_printf(s, " sink %dmA ", pin->drive_strength); in pm8xxx_mpp_dbg_show_one() 723 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate() 730 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate()
|
D | pinctrl-spmi-mpp.c | 142 unsigned int drive_strength; member 390 arg = pad->drive_strength; in pmic_mpp_config_get() 460 arg = pad->drive_strength; in pmic_mpp_config_set() 773 pad->drive_strength = val; in pmic_mpp_populate()
|
/linux-4.4.14/include/linux/platform_data/ |
D | brcmfmac-sdio.h | 123 unsigned int drive_strength; member
|
/linux-4.4.14/drivers/mmc/core/ |
D | sd.c | 387 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local 390 card->drive_strength = 0; in sd_select_driver_type() 394 drive_strength = mmc_select_drive_strength(card, in sd_select_driver_type() 398 if (drive_strength) { in sd_select_driver_type() 399 err = mmc_sd_switch(card, 1, 2, drive_strength, status); in sd_select_driver_type() 402 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type() 407 card->drive_strength = drive_strength; in sd_select_driver_type()
|
D | sdio.c | 405 int card_drv_type, drive_strength, drv_type; in sdio_select_driver_type() local 409 card->drive_strength = 0; in sdio_select_driver_type() 413 drive_strength = mmc_select_drive_strength(card, in sdio_select_driver_type() 417 if (drive_strength) { in sdio_select_driver_type() 425 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type() 432 card->drive_strength = drive_strength; in sdio_select_driver_type()
|
D | mmc.c | 1119 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400() 1201 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_hs400_to_hs200() 1228 int card_drv_type, drive_strength, drv_type; in mmc_select_driver_type() local 1233 drive_strength = mmc_select_drive_strength(card, in mmc_select_driver_type() 1237 card->drive_strength = drive_strength; in mmc_select_driver_type() 1280 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs200()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | of.c | 43 sdiodev->pdata->drive_strength = val; in brcmf_of_probe()
|
D | sdio.c | 3930 if ((bus->sdiodev->pdata) && (bus->sdiodev->pdata->drive_strength)) in brcmf_sdio_probe_attach() 3931 drivestrength = bus->sdiodev->pdata->drive_strength; in brcmf_sdio_probe_attach()
|
/linux-4.4.14/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.4.14/drivers/mmc/host/ |
D | sdhci-pci-core.c | 275 int drive_strength; in spt_select_drive_strength() local 278 drive_strength = sdhci_pci_spt_drive_strength & 0xf; in spt_select_drive_strength() 280 drive_strength = 0; /* Default 50-ohm */ in spt_select_drive_strength() 282 if ((mmc_driver_type_mask(drive_strength) & card_drv) == 0) in spt_select_drive_strength() 283 drive_strength = 0; /* Default 50-ohm */ in spt_select_drive_strength() 285 return drive_strength; in spt_select_drive_strength()
|
/linux-4.4.14/include/acpi/ |
D | acrestyp.h | 385 u16 drive_strength; member
|
/linux-4.4.14/include/linux/mmc/ |
D | card.h | 311 unsigned int drive_strength; /* for UHS-I, HS200 or HS400 */ member
|
/linux-4.4.14/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()
|