Searched refs:drv_type (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier.h89 #define UNIPHIER_PIN_ATTR_PACKED(iectrl, drvctrl, drv_type, pupdctrl, pull_dir)\
92 UNIPHIER_PIN_DRV_TYPE(drv_type) | \
H A Dpinctrl-uniphier-core.c78 const char *pull_dir, *drv_type; local
102 drv_type = "4/8(mA)";
105 drv_type = "8/12/16/20(mA)";
108 drv_type = "4/5/7/9/11/12/14/16(mA)";
111 drv_type = "4(mA)";
114 drv_type = "5(mA)";
117 drv_type = "8(mA)";
120 drv_type = "NONE";
126 seq_printf(s, " PULL_DIR=%s DRV_TYPE=%s", pull_dir, drv_type);
779 enum uniphier_pin_drv_type drv_type; local
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-pci-arasan.c190 u8 drv_type, u8 itap, u8 trim, u8 clk)
205 ret = arasan_phy_write(host, IOPAD(val, drv_type), IPAD_CTRL1);
280 host->mmc->ios.drv_type, 0x0,
290 host->mmc->ios.drv_type, 0xa,
189 arasan_phy_set(struct sdhci_host *host, u8 mode, u8 otap, u8 drv_type, u8 itap, u8 trim, u8 clk) argument
H A Dsdhci.c2315 (sdhci_preset_needed(host, ios->timing) || host->drv_type != ios->drv_type);
2432 if (ios->drv_type == MMC_SET_DRIVER_TYPE_A)
2434 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_B)
2436 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_C)
2438 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_D)
2447 host->drv_type = ios->drv_type;
2458 ios->drv_type = FIELD_GET(SDHCI_PRESET_DRV_MASK,
2460 host->drv_type
[all...]
H A Dsdhci.h534 u8 drv_type; /* Current UHS-I driver type */ member in struct:sdhci_host
/linux-master/include/uapi/linux/
H A Dpfrut.h112 * @drv_type: A buffer containing an image type GUID.
127 __u8 drv_type[16]; member in struct:pfru_update_cap_info
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c99 { .drv_type = type0, .offset = -1 }, \
100 { .drv_type = type1, .offset = -1 }, \
101 { .drv_type = type2, .offset = -1 }, \
102 { .drv_type = type3, .offset = -1 }, \
139 { .drv_type = drv0, .offset = -1 }, \
140 { .drv_type = drv1, .offset = -1 }, \
141 { .drv_type = drv2, .offset = -1 }, \
142 { .drv_type = drv3, .offset = -1 }, \
180 { .drv_type = drv0, .offset = offset0 }, \
181 { .drv_type
2208 int drv_type = bank->drv[pin_num / 8].drv_type; local
2287 int drv_type = bank->drv[pin_num / 8].drv_type; local
[all...]
H A Dpinctrl-max77620.c90 enum max77620_pin_ppdrv drv_type; member in struct:max77620_pin_info
283 if (mpci->pin_info[pin].drv_type == MAX77620_PIN_OD_DRV)
288 if (mpci->pin_info[pin].drv_type == MAX77620_PIN_PP_DRV)
423 mpci->pin_info[pin].drv_type = val ?
436 mpci->pin_info[pin].drv_type = val ?
H A Dpinctrl-rockchip.h273 * @drv_type: drive strength variant using rockchip_perpin_drv_type
281 enum rockchip_pin_drv_type drv_type; member in struct:rockchip_drv
/linux-master/drivers/staging/greybus/
H A Dsdio.c597 u8 drv_type; local
694 switch (ios->drv_type) {
696 drv_type = GB_SDIO_SET_DRIVER_TYPE_A;
699 drv_type = GB_SDIO_SET_DRIVER_TYPE_C;
702 drv_type = GB_SDIO_SET_DRIVER_TYPE_D;
706 drv_type = GB_SDIO_SET_DRIVER_TYPE_B;
709 request.drv_type = drv_type;
/linux-master/drivers/mmc/core/
H A Dcore.h54 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type);
56 int card_drv_type, int *drv_type);
H A Ddebugfs.c179 switch (ios->drv_type) {
196 seq_printf(s, "driver type:\t%u (%s)\n", ios->drv_type, str);
H A Dhost.c276 u32 bus_width, drv_type, cd_debounce_delay_ms; local
412 if (device_property_read_u32(dev, "fixed-emmc-driver-type", &drv_type) == 0) {
414 host->fixed_drv_type = drv_type;
H A Dsdio.c482 int card_drv_type, drive_strength, drv_type; local
492 card_drv_type, &drv_type);
512 if (drv_type)
513 mmc_set_driver_type(card->host, drv_type);
H A Dcore.c994 host->ios.drv_type = 0;
1282 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type) argument
1284 host->ios.drv_type = drv_type;
1289 int card_drv_type, int *drv_type)
1294 *drv_type = 0;
1318 drv_type);
1288 mmc_select_drive_strength(struct mmc_card *card, unsigned int max_dtr, int card_drv_type, int *drv_type) argument
H A Dsd.c424 int card_drv_type, drive_strength, drv_type; local
433 card_drv_type, &drv_type);
447 if (drv_type)
448 mmc_set_driver_type(card->host, drv_type);
H A Dmmc.c1349 int card_drv_type, drive_strength, drv_type = 0; local
1361 card_drv_type, &drv_type);
1365 if (drv_type)
1366 mmc_set_driver_type(card->host, drv_type);
/linux-master/include/linux/mmc/
H A Dhost.h73 unsigned char drv_type; /* driver type (A, B, C, D) */ member in struct:mmc_ios
207 int card_drv, int *drv_type);
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c182 uuid_unparse(cap->drv_type, uuid);
/linux-master/include/linux/pds/
H A Dpds_core_if.h87 * @drv_type: Driver type (enum pds_core_driver_type)
95 __le32 drv_type; member in struct:pds_core_drv_identity
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddev.c276 drv.drv_type = cpu_to_le32(PDS_DRIVER_LINUX);
/linux-master/drivers/acpi/
H A Dpfr_update.c162 memcpy(&cap_hdr->drv_type,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed.h785 u32 drv_type; member in struct:qed_dev
H A Dqed_main.c495 cdev->drv_type = DRV_ID_DRV_TYPE_LINUX;
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h1487 __u8 drv_type; member in struct:gb_sdio_set_ios_request

Completed in 448 milliseconds

12