/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_client_modeset.c | 296 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned() 326 if (!modes[i]) in drm_client_target_cloned() 435 if (!modes[i] && !list_empty(&connector->modes)) { in drm_client_target_preferred() 436 list_for_each_entry(modes[i], &connector->modes, head) in drm_client_target_preferred() 461 DRM_DEBUG_KMS("found mode %s\n", modes[i] ? modes[i]->name : in drm_client_target_preferred() 542 if (!drm_mode_equal(modes[o], modes[n])) in drm_client_pick_crtcs() 677 if (!modes[i] && !list_empty(&connector->modes)) { in drm_client_firmware_config() 680 modes[i] = list_first_entry(&connector->modes, in drm_client_firmware_config() 718 modes[i]->hdisplay, modes[i]->vdisplay, in drm_client_firmware_config() 827 memset(modes, 0, connector_count * sizeof(*modes)); in drm_client_modeset_probe() [all …]
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/ |
A D | aic79xx.reg | 451 modes M_CFG 506 modes M_CFG 540 modes M_CFG 622 modes M_CFG 715 modes M_CFG 760 modes M_CFG 805 modes M_CFG 844 modes M_CFG 1129 modes M_CFG 1141 modes M_CFG [all …]
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | sfp-bus.c | 195 phylink_set(modes, 1000baseX_Full); in sfp_parse_support() 199 phylink_set(modes, 1000baseT_Half); in sfp_parse_support() 200 phylink_set(modes, 1000baseT_Full); in sfp_parse_support() 208 phylink_set(modes, 1000baseX_Full); in sfp_parse_support() 214 phylink_set(modes, 100baseFX_Full); in sfp_parse_support() 218 phylink_set(modes, 100baseFX_Full); in sfp_parse_support() 232 phylink_set(modes, 2500baseX_Full); in sfp_parse_support() 236 phylink_set(modes, 1000baseX_Full); in sfp_parse_support() 280 phylink_set(modes, 5000baseT_Full); in sfp_parse_support() 284 phylink_set(modes, 2500baseT_Full); in sfp_parse_support() [all …]
|
/linux-6.3-rc2/drivers/pinctrl/spear/ |
A D | pinctrl-spear320.c | 493 .modes = EXTENDED_MODE, 576 .modes = EXTENDED_MODE, 622 .modes = EXTENDED_MODE, 661 .modes = EXTENDED_MODE, 669 .modes = EXTENDED_MODE, 715 .modes = EXTENDED_MODE, 760 .modes = EXTENDED_MODE, 925 .modes = EXTENDED_MODE, 971 .modes = EXTENDED_MODE, 1083 .modes = EXTENDED_MODE, [all …]
|
A D | pinctrl-spear3xx.c | 33 .modes = ~0, 66 .modes = ~0, 99 .modes = ~0, 132 .modes = ~0, 166 .modes = ~0, 199 .modes = ~0, 225 .modes = ~0, 251 .modes = ~0, 277 .modes = ~0, 303 .modes = ~0, [all …]
|
A D | pinctrl-spear300.c | 171 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE | 198 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE | 260 .modes = PHOTO_FRAME_MODE, 294 .modes = PHOTO_FRAME_MODE | LEND_IP_PHONE_MODE | 367 .modes = CAML_LCDW_MODE | CAML_LCD_MODE, 393 .modes = CAMU_LCD_MODE | CAMU_WLCD_MODE, 460 .modes = LEND_IP_PHONE_MODE | HEND_IP_PHONE_MODE 498 .modes = PHOTO_FRAME_MODE | LEND_IP_PHONE_MODE | 530 .modes = PHOTO_FRAME_MODE | LEND_IP_PHONE_MODE | 566 .modes = PHOTO_FRAME_MODE, [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | md-faulty.c | 80 int modes[MaxFault]; member 108 switch (conf->modes[i] * 2 + dir) { in check_sector() 113 conf->modes[i] = NoPersist; in check_sector() 134 conf->modes[i] == ReadFixable) in add_sector() 135 conf->modes[i] = AllPersist; in add_sector() 137 conf->modes[i] = WritePersistent; in add_sector() 141 conf->modes[i] = AllPersist; in add_sector() 143 conf->modes[i] = ReadPersistent; in add_sector() 148 conf->modes[i] = AllPersist; in add_sector() 150 conf->modes[i] = ReadFixable; in add_sector() [all …]
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | Kconfig | 90 (RFC2144) with ECB and CBC modes 108 (RFC2612) with ECB and CBC modes 138 with ECB and CBC modes 154 with ECB and CBC modes 171 with ECB and CBC modes 184 with ECB and CBC modes 264 with ECB and CBC modes 282 with ECB and CBC modes 298 (RFC 5794) with ECB and CTR modes 317 (RFC 5794) with ECB and CTR modes [all …]
|
/linux-6.3-rc2/tools/testing/selftests/timers/ |
A D | valid-adjtimex.c | 55 tx.modes = ADJ_STATUS; in clear_time_state() 128 tx.modes = ADJ_FREQUENCY; in validate_freq() 139 tx.modes = 0; in validate_freq() 147 tx.modes = ADJ_FREQUENCY; in validate_freq() 158 tx.modes = 0; in validate_freq() 172 tx.modes = ADJ_FREQUENCY; in validate_freq() 188 tx.modes = ADJ_FREQUENCY; in validate_freq() 201 tmx.modes = ADJ_SETOFFSET; in set_offset() 203 tmx.modes |= ADJ_NANO; in set_offset() 236 tmx.modes = ADJ_SETOFFSET; in set_bad_offset() [all …]
|
A D | adjtick.c | 120 tx1.modes = ADJ_TICK; in check_tick_adj() 121 tx1.modes |= ADJ_OFFSET; in check_tick_adj() 122 tx1.modes |= ADJ_FREQUENCY; in check_tick_adj() 123 tx1.modes |= ADJ_STATUS; in check_tick_adj() 141 tx1.modes = 0; in check_tick_adj() 197 tx1.modes = ADJ_TICK; in main() 198 tx1.modes |= ADJ_OFFSET; in main() 199 tx1.modes |= ADJ_FREQUENCY; in main()
|
A D | leap-a-day.c | 106 tx.modes = ADJ_STATUS; in clear_time_state() 111 tx.modes = ADJ_MAXERROR; in clear_time_state() 116 tx.modes = ADJ_STATUS; in clear_time_state() 135 tx.modes = 0; in sigalarm() 262 tx.modes = ADJ_STATUS; in main() 275 tx.modes = 0; in main() 315 tx.modes = 0; in main() 319 tx.modes = ADJ_STATUS; in main() 334 tx.modes = 0; in main()
|
A D | leapcrash.c | 39 tx.modes = ADJ_STATUS; in clear_time_state() 43 tx.modes = ADJ_STATUS; in clear_time_state() 92 tx.modes = 0; in main() 98 tx.modes = ADJ_STATUS; in main()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | svga.rst | 83 The mode list usually contains a few basic modes and some VESA modes. In 90 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and 91 80x43), local modes (if the local modes feature is enabled), VESA modes and 92 finally SVGA modes for the auto-detected adapter. 104 modes are not listed at all and the modes revealed by ``scan`` are shown before 105 all VESA modes. 132 by modifying one of the standard modes). Currently available: 206 supported. Few bugs fixed. VESA modes are listed prior to 212 VESA modes work now). Display end bug workaround supported. 227 - Added Realtek VGA modes (thanks to Gonzalo Tornaria). [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-simple.c | 861 .modes = &auo_b101aw03_mode, 887 .modes = &auo_b101xtn01_mode, 961 .modes = &auo_g104sn02_mode, 985 .modes = &auo_g121ean01_mode, 1039 .modes = &auo_g156xtn01_mode, 1152 .modes = &auo_t215hvn01_mode, 1227 .modes = &boe_hv070wsa_mode, 2474 .modes = &lg_lb070wv8_mode, 2906 .modes = &nvd_9128_mode, 3141 .modes = &qd43003c0_40_mode, [all …]
|
A D | panel-edp.c | 969 .modes = &auo_b116xak01_mode, 995 .modes = &auo_b116xw03_mode, 1020 .modes = &auo_b133han05_mode, 1047 .modes = &auo_b133htn01_mode, 1074 .modes = &auo_b133xtn01_mode, 1096 .modes = &auo_b140han06_mode, 1136 .modes = boe_nv101wxmn51_modes, 1250 .modes = boe_nv140fhmn49_modes, 1390 .modes = &ivo_m133nwf4_r0_mode, 1485 .modes = &lg_lp120up1_mode, [all …]
|
/linux-6.3-rc2/drivers/net/ |
A D | mdio.c | 275 u32 modes = 0; in mdio45_ethtool_gset_npage() local 288 if ((modes & ~ADVERTISED_Autoneg) == 0) in mdio45_ethtool_gset_npage() 289 modes = ecmd->advertising; in mdio45_ethtool_gset_npage() 291 if (modes & (ADVERTISED_10000baseT_Full | in mdio45_ethtool_gset_npage() 301 } else if (modes & (ADVERTISED_100baseT_Full | in mdio45_ethtool_gset_npage() 446 u32 modes = 0; in mdio45_ethtool_ksettings_get_npage() local 458 modes = advertising & lp_advertising; in mdio45_ethtool_ksettings_get_npage() 460 if ((modes & ~ADVERTISED_Autoneg) == 0) in mdio45_ethtool_ksettings_get_npage() 461 modes = advertising; in mdio45_ethtool_ksettings_get_npage() 463 if (modes & (ADVERTISED_10000baseT_Full | in mdio45_ethtool_ksettings_get_npage() [all …]
|
/linux-6.3-rc2/arch/arm/mach-pxa/ |
A D | am200epd.c | 88 .modes = &am200_fb_mode_6inch, 150 if ((info->var.xres != am200_fb_info.modes->xres) in am200_share_video_mem() 151 || (info->var.yres != am200_fb_info.modes->yres)) in am200_share_video_mem() 207 am200_fb_info.modes = &am200_fb_mode_6inch; in am200_presetup_fb() 210 am200_fb_info.modes = &am200_fb_mode_8inch; in am200_presetup_fb() 213 am200_fb_info.modes = &am200_fb_mode_9inch7; in am200_presetup_fb() 218 am200_fb_info.modes = &am200_fb_mode_6inch; in am200_presetup_fb() 228 fw = am200_fb_info.modes->xres; in am200_presetup_fb() 229 fh = am200_fb_info.modes->yres; in am200_presetup_fb() 247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); in am200_presetup_fb() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | mt6360-regulator.yaml | 52 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 60 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 68 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 75 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 82 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 89 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 96 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 103 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
/linux-6.3-rc2/arch/powerpc/platforms/pasemi/ |
A D | idle.c | 25 static struct sleep_mode modes[] = { variable 74 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init() 75 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init() 84 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param() 85 if (!strcmp(modes[i].name, p)) { in idle_param()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/ |
A D | transmit-amplitude.yaml | 20 contains multiple values for various PHY modes, the 26 Names of the modes corresponding to voltages in the 'tx-p2p-microvolt' 38 # ethernet modes 52 # PCIe modes 61 # USB modes 70 # storage modes 76 # display modes 87 # camera modes
|
/linux-6.3-rc2/arch/sparc/crypto/ |
A D | Kconfig | 6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC" 14 Length-preserving ciphers: DES with ECB and CBC modes 15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes 70 tristate "Ciphers: AES, modes: ECB, CBC, CTR" 75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes 80 tristate "Ciphers: Camellia, modes: ECB, CBC" 86 Length-preserving ciphers: Camellia with ECB and CBC modes
|
/linux-6.3-rc2/drivers/clk/ti/ |
A D | dpll.c | 381 dd->modes = dpll_mode; in of_ti_dpll_setup() 425 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap3_dpll_setup() 469 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_dpll_setup() 491 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_jtype_dpll_setup() 511 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_dpll_setup() 532 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap5_mpu_dpll_setup() 551 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_core_dpll_setup() 574 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_m4xen_dpll_setup() 595 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_jtype_dpll_setup() 621 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_am3_no_gate_dpll_setup() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | mediatek,mt6360.yaml | 150 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 158 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 166 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 173 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 180 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 187 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 194 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 201 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
/linux-6.3-rc2/arch/s390/crypto/ |
A D | Kconfig | 84 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM" 91 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes 95 As of z9 the ECB and CBC modes are hardware accelerated 98 As of z10 the ECB and CBC modes are hardware accelerated 106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR" 114 Length-preserving ciphers: DES with ECB, CBC, and CTR modes 115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/freescale/ |
A D | fsl,imx7ulp-pm.yaml | 14 the MCU into and out of all stop and run power modes. Specifically, it 15 monitors events to trigger transitions between power modes while 20 Standby modes for either Cortex family. Run, Wait, and Stop are the 21 common terms used for the primary operating modes of Kinetis
|