/kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
H A D | pinctrl-ssbi-mpp.c | 101 * @drive_strength: drive strength of the current sink 120 u8 drive_strength; member 217 level = (pin->drive_strength / 5) - 1; in pm8xxx_mpp_update() 344 arg = pin->drive_strength; in pm8xxx_pin_config_get() 400 pin->drive_strength = arg; in pm8xxx_pin_config_set() 606 seq_printf(s, " sink %dmA ", pin->drive_strength); in pm8xxx_mpp_dbg_show_one() 715 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate() 722 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate()
|
H A D | pinctrl-spmi-mpp.c | 119 * @drive_strength: Amount of current in sink mode 137 unsigned int drive_strength; member 387 arg = pad->drive_strength; in pmic_mpp_config_get() 457 pad->drive_strength = arg; in pmic_mpp_config_set() 504 ret = pmic_mpp_write(state, pad, PMIC_MPP_REG_SINK_CTL, pad->drive_strength); in pmic_mpp_config_set() 782 pad->drive_strength = val; in pmic_mpp_populate()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio.c | 467 int card_drv_type, drive_strength, drv_type; in sdio_select_driver_type() local 471 card->drive_strength = 0; in sdio_select_driver_type() 475 drive_strength = mmc_select_drive_strength(card, in sdio_select_driver_type() 479 if (drive_strength) { in sdio_select_driver_type() 487 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type() 494 card->drive_strength = drive_strength; in sdio_select_driver_type()
|
H A D | sd.c | 405 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local 408 card->drive_strength = 0; in sd_select_driver_type() 412 drive_strength = mmc_select_drive_strength(card, in sd_select_driver_type() 416 if (drive_strength) { in sd_select_driver_type() 417 err = mmc_sd_switch(card, 1, 2, drive_strength, status); in sd_select_driver_type() 420 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type() 425 card->drive_strength = drive_strength; in sd_select_driver_type()
|
H A D | mmc.c | 1209 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400() 1287 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_hs400_to_hs200() 1321 int card_drv_type, drive_strength, drv_type = 0; in mmc_select_driver_type() local 1328 drive_strength = card_drv_type & mmc_driver_type_mask(fixed_drv_type) in mmc_select_driver_type() 1331 drive_strength = mmc_select_drive_strength(card, in mmc_select_driver_type() 1335 card->drive_strength = drive_strength; in mmc_select_driver_type() 1408 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400es() 1473 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs200()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio.c | 482 int card_drv_type, drive_strength, drv_type; in sdio_select_driver_type() local 486 card->drive_strength = 0; in sdio_select_driver_type() 490 drive_strength = mmc_select_drive_strength(card, in sdio_select_driver_type() 494 if (drive_strength) { in sdio_select_driver_type() 502 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type() 509 card->drive_strength = drive_strength; in sdio_select_driver_type()
|
H A D | mmc.c | 1221 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400() 1307 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_hs400_to_hs200() 1341 int card_drv_type, drive_strength, drv_type = 0; in mmc_select_driver_type() local 1348 drive_strength = card_drv_type & mmc_driver_type_mask(fixed_drv_type) in mmc_select_driver_type() 1351 drive_strength = mmc_select_drive_strength(card, in mmc_select_driver_type() 1355 card->drive_strength = drive_strength; in mmc_select_driver_type() 1423 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400es() 1488 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs200()
|
H A D | sd.c | 424 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local 427 card->drive_strength = 0; in sd_select_driver_type() 431 drive_strength = mmc_select_drive_strength(card, in sd_select_driver_type() 435 if (drive_strength) { in sd_select_driver_type() 436 err = mmc_sd_switch(card, 1, 2, drive_strength, status); in sd_select_driver_type() 439 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type() 444 card->drive_strength = drive_strength; in sd_select_driver_type()
|
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
H A D | pinctrl-ssbi-mpp.c | 102 * @drive_strength: drive strength of the current sink 120 u8 drive_strength; member 219 level = (pin->drive_strength / 5) - 1; in pm8xxx_mpp_update() 346 arg = pin->drive_strength; in pm8xxx_pin_config_get() 402 pin->drive_strength = arg; in pm8xxx_pin_config_set() 603 seq_printf(s, " sink %dmA ", pin->drive_strength); in pm8xxx_mpp_dbg_show_one() 711 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate() 718 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate()
|
H A D | pinctrl-spmi-mpp.c | 120 * @drive_strength: Amount of current in sink mode 137 unsigned int drive_strength; member 387 arg = pad->drive_strength; in pmic_mpp_config_get() 457 pad->drive_strength = arg; in pmic_mpp_config_set() 504 ret = pmic_mpp_write(state, pad, PMIC_MPP_REG_SINK_CTL, pad->drive_strength); in pmic_mpp_config_set() 771 pad->drive_strength = val; in pmic_mpp_populate()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | brcmfmac.h | 63 * @drive_strength: is the preferred drive_strength to be used for the SDIO 93 unsigned int drive_strength; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | brcmfmac.h | 63 * @drive_strength: is the preferred drive_strength to be used for the SDIO 93 unsigned int drive_strength; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | of.c | 51 sdio->drive_strength = val; in brcmf_of_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | of.c | 129 sdio->drive_strength = val; in brcmf_of_probe()
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | card.h | 309 unsigned int drive_strength; /* for UHS-I, HS200 or HS400 */ member
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | card.h | 337 unsigned int drive_strength; /* for UHS-I, HS200 or HS400 */ member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsserial.c | 68 * drive_strength 71 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength), 72 AML_OFFSET(gpio.drive_strength),
|
H A D | amlresrc.h | 280 u16 drive_strength; member
|
H A D | rsdumpinfo.c | 266 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | amlresrc.h | 287 u16 drive_strength; member
|
H A D | rsserial.c | 68 * drive_strength 71 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength), 72 AML_OFFSET(gpio.drive_strength),
|
H A D | rsdumpinfo.c | 266 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
|
/kernel/linux/linux-6.6/drivers/iio/addac/ |
H A D | ad74413r.c | 42 u32 drive_strength; member 1225 &config->drive_strength); in ad74413r_parse_channel_config() 1323 strength = config->drive_strength; in ad74413r_setup_gpios()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acrestyp.h | 356 u16 drive_strength; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acrestyp.h | 365 u16 drive_strength; member
|