drive_strength    280 drivers/acpi/acpica/amlresrc.h 	u16 drive_strength;
drive_strength    266 drivers/acpi/acpica/rsdumpinfo.c 	{ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
drive_strength     71 drivers/acpi/acpica/rsserial.c 	{ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength),
drive_strength     72 drivers/acpi/acpica/rsserial.c 	 AML_OFFSET(gpio.drive_strength),
drive_strength   1197 drivers/mmc/core/mmc.c 	      card->drive_strength << EXT_CSD_DRV_STR_SHIFT;
drive_strength   1275 drivers/mmc/core/mmc.c 	      card->drive_strength << EXT_CSD_DRV_STR_SHIFT;
drive_strength   1309 drivers/mmc/core/mmc.c 	int card_drv_type, drive_strength, drv_type = 0;
drive_strength   1316 drivers/mmc/core/mmc.c 		drive_strength = card_drv_type & mmc_driver_type_mask(fixed_drv_type)
drive_strength   1319 drivers/mmc/core/mmc.c 		drive_strength = mmc_select_drive_strength(card,
drive_strength   1323 drivers/mmc/core/mmc.c 	card->drive_strength = drive_strength;
drive_strength   1392 drivers/mmc/core/mmc.c 	      card->drive_strength << EXT_CSD_DRV_STR_SHIFT;
drive_strength   1457 drivers/mmc/core/mmc.c 		      card->drive_strength << EXT_CSD_DRV_STR_SHIFT;
drive_strength    399 drivers/mmc/core/sd.c 	int card_drv_type, drive_strength, drv_type;
drive_strength    402 drivers/mmc/core/sd.c 	card->drive_strength = 0;
drive_strength    406 drivers/mmc/core/sd.c 	drive_strength = mmc_select_drive_strength(card,
drive_strength    410 drivers/mmc/core/sd.c 	if (drive_strength) {
drive_strength    411 drivers/mmc/core/sd.c 		err = mmc_sd_switch(card, 1, 2, drive_strength, status);
drive_strength    414 drivers/mmc/core/sd.c 		if ((status[15] & 0xF) != drive_strength) {
drive_strength    419 drivers/mmc/core/sd.c 		card->drive_strength = drive_strength;
drive_strength    403 drivers/mmc/core/sdio.c 	int card_drv_type, drive_strength, drv_type;
drive_strength    407 drivers/mmc/core/sdio.c 	card->drive_strength = 0;
drive_strength    411 drivers/mmc/core/sdio.c 	drive_strength = mmc_select_drive_strength(card,
drive_strength    415 drivers/mmc/core/sdio.c 	if (drive_strength) {
drive_strength    423 drivers/mmc/core/sdio.c 		card_strength |= host_drive_to_sdio_drive(drive_strength);
drive_strength    430 drivers/mmc/core/sdio.c 		card->drive_strength = drive_strength;
drive_strength   3799 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c 	int drive_strength;
drive_strength   3802 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c 	drive_strength = pBase->miscConfiguration & BIT(0);
drive_strength   3803 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c 	if (!drive_strength)
drive_strength     38 drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c 		sdio->drive_strength = val;
drive_strength   3983 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (sdiodev->settings->bus.sdio.drive_strength)
drive_strength   3984 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 		drivestrength = sdiodev->settings->bus.sdio.drive_strength;
drive_strength    137 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	unsigned int	drive_strength;
drive_strength    387 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 		arg = pad->drive_strength;
drive_strength    457 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 			pad->drive_strength = arg;
drive_strength    504 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	ret = pmic_mpp_write(state, pad, PMIC_MPP_REG_SINK_CTL, pad->drive_strength);
drive_strength    782 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	pad->drive_strength = val;
drive_strength    120 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 	u8 drive_strength;
drive_strength    217 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 		level = (pin->drive_strength / 5) - 1;
drive_strength    344 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 		arg = pin->drive_strength;
drive_strength    400 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 			pin->drive_strength = arg;
drive_strength    606 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 		seq_printf(s, " sink %dmA ", pin->drive_strength);
drive_strength    716 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 		pin->drive_strength = 5 * (level + 1);
drive_strength    723 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c 		pin->drive_strength = 5 * (level + 1);
drive_strength    356 include/acpi/acrestyp.h 	u16 drive_strength;
drive_strength    305 include/linux/mmc/card.h 	unsigned int		drive_strength;	/* for UHS-I, HS200 or HS400 */
drive_strength     93 include/linux/platform_data/brcmfmac.h 	unsigned int	drive_strength;