/linux/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-core.c | 78 const char *pull_dir, *drv_type; in uniphier_pctl_pin_dbg_show() local 102 drv_type = "4/8(mA)"; in uniphier_pctl_pin_dbg_show() 105 drv_type = "8/12/16/20(mA)"; in uniphier_pctl_pin_dbg_show() 108 drv_type = "4/5/7/9/11/12/14/16(mA)"; in uniphier_pctl_pin_dbg_show() 111 drv_type = "4(mA)"; in uniphier_pctl_pin_dbg_show() 114 drv_type = "5(mA)"; in uniphier_pctl_pin_dbg_show() 117 drv_type = "8(mA)"; in uniphier_pctl_pin_dbg_show() 120 drv_type = "NONE"; in uniphier_pctl_pin_dbg_show() 126 seq_printf(s, " PULL_DIR=%s DRV_TYPE=%s", pull_dir, drv_type); in uniphier_pctl_pin_dbg_show() 779 enum uniphier_pin_drv_type drv_type; in uniphier_pinctrl_pm_init() local [all...] |
H A D | pinctrl-uniphier.h | 89 #define UNIPHIER_PIN_ATTR_PACKED(iectrl, drvctrl, drv_type, pupdctrl, pull_dir)\ argument 92 UNIPHIER_PIN_DRV_TYPE(drv_type) | \
|
/linux/drivers/mmc/host/ |
H A D | sdhci-pci-arasan.c | 190 u8 drv_type, u8 itap, u8 trim, u8 clk) in arasan_phy_set() argument 205 ret = arasan_phy_write(host, IOPAD(val, drv_type), IPAD_CTRL1); in arasan_phy_set() 280 host->mmc->ios.drv_type, 0x0, in arasan_select_phy_clock() 290 host->mmc->ios.drv_type, 0xa, in arasan_select_phy_clock()
|
H A D | sdhci.c | 2350 (sdhci_preset_needed(host, ios->timing) || host->drv_type != ios->drv_type); in sdhci_presetable_values_change() 2475 if (ios->drv_type == MMC_SET_DRIVER_TYPE_A) in sdhci_set_ios() 2477 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_B) in sdhci_set_ios() 2479 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_C) in sdhci_set_ios() 2481 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_D) in sdhci_set_ios() 2490 host->drv_type = ios->drv_type; in sdhci_set_ios() 2501 ios->drv_type = FIELD_GET(SDHCI_PRESET_DRV_MASK, in sdhci_set_ios() 2503 host->drv_type in sdhci_set_ios() [all...] |
H A D | sdhci.h | 585 u8 drv_type; /* Current UHS-I driver type */ member
|
H A D | sdhci-pci-core.c | 548 int card_drv, int *drv_type) in intel_select_drive_strength() argument
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 120 { .drv_type = type0, .offset = -1 }, \ 121 { .drv_type = type1, .offset = -1 }, \ 122 { .drv_type = type2, .offset = -1 }, \ 123 { .drv_type = type3, .offset = -1 }, \ 160 { .drv_type = drv0, .offset = -1 }, \ 161 { .drv_type = drv1, .offset = -1 }, \ 162 { .drv_type = drv2, .offset = -1 }, \ 163 { .drv_type = drv3, .offset = -1 }, \ 201 { .drv_type = drv0, .offset = offset0 }, \ 202 { .drv_type 2661 int drv_type = bank->drv[pin_num / 8].drv_type; rockchip_get_drive_perpin() local 2740 int drv_type = bank->drv[pin_num / 8].drv_type; rockchip_set_drive_perpin() local [all...] |
H A D | pinctrl-max77620.c | 90 enum max77620_pin_ppdrv drv_type; member 281 if (mpci->pin_info[pin].drv_type == MAX77620_PIN_OD_DRV) in max77620_pinconf_get() 286 if (mpci->pin_info[pin].drv_type == MAX77620_PIN_PP_DRV) in max77620_pinconf_get() 421 mpci->pin_info[pin].drv_type = val ? in max77620_pinconf_set() 434 mpci->pin_info[pin].drv_type = val ? in max77620_pinconf_set()
|
H A D | pinctrl-rockchip.h | 277 * @drv_type: drive strength variant using rockchip_perpin_drv_type 285 enum rockchip_pin_drv_type drv_type; member
|
/linux/drivers/mmc/core/ |
H A D | core.h | 54 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type); 56 int card_drv_type, int *drv_type);
|
H A D | debugfs.c | 179 switch (ios->drv_type) { in mmc_ios_show() 196 seq_printf(s, "driver type:\t%u (%s)\n", ios->drv_type, str); in mmc_ios_show()
|
H A D | core.c | 999 host->ios.drv_type = 0; in mmc_set_initial_state() 1287 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type) in mmc_set_driver_type() argument 1289 host->ios.drv_type = drv_type; in mmc_set_driver_type() 1294 int card_drv_type, int *drv_type) in mmc_select_drive_strength() argument 1299 *drv_type = 0; in mmc_select_drive_strength() 1323 drv_type); in mmc_select_drive_strength()
|
H A D | sd.c | 422 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local 431 card_drv_type, &drv_type); in sd_select_driver_type() 446 if (drv_type) in sd_select_driver_type() 447 mmc_set_driver_type(card->host, drv_type); in sd_select_driver_type()
|
H A D | mmc.c | 1345 int card_drv_type, drive_strength, drv_type = 0; in mmc_select_driver_type() local 1357 card_drv_type, &drv_type); in mmc_select_driver_type() 1361 if (drv_type) in mmc_select_driver_type() 1362 mmc_set_driver_type(card->host, drv_type); in mmc_select_driver_type()
|
/linux/include/uapi/linux/ |
H A D | pfrut.h | 112 * @drv_type: A buffer containing an image type GUID. 127 __u8 drv_type[16]; member
|
/linux/include/linux/pds/ |
H A D | pds_core_if.h | 87 * @drv_type: Driver type (enum pds_core_driver_type) 95 __le32 drv_type; member
|
/linux/tools/power/acpi/tools/pfrut/ |
H A D | pfrut.c | 184 uuid_unparse(cap->drv_type, uuid); in print_cap()
|
/linux/drivers/acpi/ |
H A D | pfr_update.c | 169 memcpy(&cap_hdr->drv_type, in query_capability()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed.h | 783 u32 drv_type; member
|
H A D | qed_main.c | 494 cdev->drv_type = DRV_ID_DRV_TYPE_LINUX; in qed_probe()
|
H A D | qed_mcp.c | 849 mb_params.param = PDA_COMP | hsi_ver | p_hwfn->cdev->drv_type; in __qed_mcp_load_req() 857 "Load Request: param 0x%08x [init_hw %d, drv_type %d, hsi_ver %d, pda 0x%04x]\n", in __qed_mcp_load_req()
|
/linux/include/linux/greybus/ |
H A D | greybus_protocols.h | 1487 __u8 drv_type; member
|