Searched refs:feature (Results 1 – 25 of 40) sorted by relevance
12
| /drivers/pinctrl/nxp/ |
| A D | Kconfig | 17 i.MX53. This feature depends on device tree 31 i.MX6DQ/SL/SX/UL/DQP. This feature depends on device tree 45 i.MX7D. This feature depends on device tree 59 This feature depends on device tree configuration. This driver 73 This feature depends on device tree configuration. This driver 87 This feature depends on device tree configuration. This driver 100 This feature depends on device tree configuration. This driver 113 This feature depends on device tree configuration. This driver 125 familiy, e.g. i.MX28. This feature depends on device tree 137 This feature depends on device tree configuration. This driver [all …]
|
| /drivers/firmware/ |
| A D | psci.c | 121 struct arm_smccc_feature *feature; in bind_smccc_features() local 151 feature = ll_entry_start(struct arm_smccc_feature, arm_smccc_feature); in bind_smccc_features() 153 for (n = 0; n < feature_cnt; n++, feature++) { in bind_smccc_features() 154 const char *drv_name = feature->driver_name; in bind_smccc_features() 158 if (!feature->is_supported || !feature->is_supported(pdata->invoke_fn)) in bind_smccc_features()
|
| /drivers/mtd/nand/raw/ |
| A D | nand_micron.c | 44 u8 feature[ONFI_SUBFEATURE_PARAM_LEN] = {retry_mode}; in micron_nand_setup_read_retry() local 47 feature); in micron_nand_setup_read_retry()
|
| /drivers/ddr/imx/imx9/ |
| A D | Kconfig | 21 bool "Enable DDR INLINE ECC feature" 23 Select to enable DDR INLINE ECC feature
|
| /drivers/virtio/ |
| A D | virtio_net.c | 42 static const u32 feature[] = { variable 188 virtio_driver_features_init(uc_priv, feature, ARRAY_SIZE(feature), in virtio_net_bind()
|
| A D | virtio_blk.c | 21 static const u32 feature[] = { variable 168 virtio_driver_features_init(uc_priv, feature, ARRAY_SIZE(feature), in virtio_blk_bind()
|
| A D | virtio-uclass.c | 173 const u32 *feature, in virtio_driver_features_init() argument 178 priv->feature_table = feature; in virtio_driver_features_init()
|
| /drivers/usb/mtu3/ |
| A D | Kconfig | 27 thereby the gadget feature will be regressed. 35 thereby the host feature will be regressed.
|
| /drivers/usb/musb-new/ |
| A D | Kconfig | 98 On TI AM335x devices, MUSB has bulk split/combine feature enabled 100 support it yet. Select this option to disable the feature until the
|
| /drivers/ddr/imx/imx8m/ |
| A D | Kconfig | 38 Select this config if you want to use inline ecc feature for
|
| /drivers/cache/ |
| A D | Kconfig | 54 to enable the clock gating feature.
|
| /drivers/crypto/aspeed/ |
| A D | Kconfig | 39 feature of Caliptra, which is integrated in AST27xx BMC SoCs.
|
| /drivers/button/ |
| A D | Kconfig | 8 U-Boot provides a uclass API to implement this feature. Button drivers
|
| /drivers/mtd/ubi/ |
| A D | Kconfig | 83 bool "UBI Fastmap (Experimental feature)" 85 Important: this feature is experimental so far and the on-flash
|
| /drivers/video/tegra/ |
| A D | Kconfig | 51 Tegra 20 and Tegra 30 feature 8 bit CPU driver panel control
|
| /drivers/core/ |
| A D | Kconfig | 135 we can omit this feature. 143 numbered devices (e.g. serial0 = &serial0). This feature can be 152 numbered devices (e.g. serial0 = &serial0). This feature can be 160 numbered devices (e.g. serial0 = &serial0). This feature can be 169 numbered devices (e.g. serial0 = &serial0). This feature can be
|
| /drivers/misc/ |
| A D | cros_ec.c | 1368 int cros_ec_check_feature(struct udevice *dev, uint feature) in cros_ec_check_feature() argument 1377 if (feature >= 8 * sizeof(r.flags)) in cros_ec_check_feature() 1380 return r.flags[feature / 32] & EC_FEATURE_MASK_0(feature) ? true : in cros_ec_check_feature()
|
| /drivers/fastboot/ |
| A D | Kconfig | 107 feature if you are using verified boot, as it will allow an attacker 250 this feature if you are using verified boot, as it will allow an
|
| /drivers/pinctrl/ |
| A D | Kconfig | 20 subsystem. This feature depends on device tree configuration because 75 configuration; you can save memory footprint when this feature is 212 feature on each I/O pin.
|
| /drivers/dfu/ |
| A D | Kconfig | 30 Detailed description of this feature can be found at ./doc/README.dfutftp
|
| /drivers/clk/ |
| A D | Kconfig | 21 This feature limit each identifier for each clock providers (24 bits). 168 feature adds around 1K to U-Boot's final size.
|
| /drivers/ata/ |
| A D | Kconfig | 114 AHCI 1.3 specifications with hot-plug detect feature.
|
| /drivers/mtd/spi/ |
| A D | Kconfig | 138 bool "Enable the Locking feature" 250 on the usage this feature may provide performance gain in comparison
|
| /drivers/mtd/ |
| A D | cfi_flash.c | 1700 uchar feature; in cmdset_amd_read_jedec_ids() local 1720 feature = flash_read_uchar(info, info->ext_addr + 0x13); in cmdset_amd_read_jedec_ids() 1721 debug("feature = 0x%x\n", feature); in cmdset_amd_read_jedec_ids() 1722 info->sr_supported = feature & 0x1; in cmdset_amd_read_jedec_ids()
|
| /drivers/usb/gadget/ |
| A D | Kconfig | 339 This feature enables the DFU (Device Firmware Upgrade) in SPL with 343 This feature is useful to flash the binaries to factory or bare-metal
|
Completed in 56 milliseconds
12