/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 352 modes M_CCHAN 363 modes M_CCHAN 373 modes M_CCHAN 384 modes M_CCHAN 429 modes M_DFF0, M_DFF1 451 modes M_CFG 467 modes M_DFF0, M_DFF1 483 modes M_DFF0, M_DFF1 493 modes M_DFF0, M_DFF1 506 modes M_CFG [all …]
|
/Linux-v4.19/drivers/pinctrl/spear/ |
D | pinctrl-spear320.c | 493 .modes = EXTENDED_MODE, 572 .modes = AUTO_EXP_MODE | EXTENDED_MODE, 576 .modes = EXTENDED_MODE, 622 .modes = EXTENDED_MODE, 661 .modes = EXTENDED_MODE, 665 .modes = AUTO_EXP_MODE | EXTENDED_MODE, 669 .modes = EXTENDED_MODE, 715 .modes = EXTENDED_MODE, 756 .modes = AUTO_NET_SMII_MODE | AUTO_NET_MII_MODE | EXTENDED_MODE, 760 .modes = EXTENDED_MODE, [all …]
|
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 …]
|
D | pinctrl-spear300.c | 171 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE | 198 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE | 233 .modes = HEND_IP_PHONE_MODE | HEND_WIFI_PHONE_MODE | 260 .modes = PHOTO_FRAME_MODE, 294 .modes = PHOTO_FRAME_MODE | LEND_IP_PHONE_MODE | 331 .modes = LEND_IP_PHONE_MODE | HEND_IP_PHONE_MODE | 367 .modes = CAML_LCDW_MODE | CAML_LCD_MODE, 393 .modes = CAMU_LCD_MODE | CAMU_WLCD_MODE, 426 .modes = ATA_PABX_I2S_MODE | CAML_LCDW_MODE | CAMU_LCD_MODE 460 .modes = LEND_IP_PHONE_MODE | HEND_IP_PHONE_MODE [all …]
|
/Linux-v4.19/drivers/net/phy/ |
D | sfp-bus.c | 121 __ETHTOOL_DECLARE_LINK_MODE_MASK(modes) = { 0, }; in sfp_parse_support() 146 phylink_set(modes, 10000baseSR_Full); in sfp_parse_support() 148 phylink_set(modes, 10000baseLR_Full); in sfp_parse_support() 150 phylink_set(modes, 10000baseLRM_Full); in sfp_parse_support() 152 phylink_set(modes, 10000baseER_Full); in sfp_parse_support() 156 phylink_set(modes, 1000baseX_Full); in sfp_parse_support() 158 phylink_set(modes, 1000baseT_Half); in sfp_parse_support() 159 phylink_set(modes, 1000baseT_Full); in sfp_parse_support() 173 phylink_set(modes, 10000baseCR_Full); in sfp_parse_support() 175 phylink_set(modes, 2500baseX_Full); in sfp_parse_support() [all …]
|
/Linux-v4.19/drivers/md/ |
D | md-faulty.c | 89 int modes[MaxFault]; member 117 switch (conf->modes[i] * 2 + dir) { in check_sector() 122 conf->modes[i] = NoPersist; in check_sector() 140 case NoPersist: conf->modes[i] = mode; return; in add_sector() 142 if (conf->modes[i] == ReadPersistent || in add_sector() 143 conf->modes[i] == ReadFixable) in add_sector() 144 conf->modes[i] = AllPersist; in add_sector() 146 conf->modes[i] = WritePersistent; in add_sector() 149 if (conf->modes[i] == WritePersistent) in add_sector() 150 conf->modes[i] = AllPersist; in add_sector() [all …]
|
/Linux-v4.19/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 55 tx.modes = ADJ_STATUS; in clear_time_state() 127 tx.modes = ADJ_FREQUENCY; in validate_freq() 138 tx.modes = 0; in validate_freq() 146 tx.modes = ADJ_FREQUENCY; in validate_freq() 157 tx.modes = 0; in validate_freq() 171 tx.modes = ADJ_FREQUENCY; in validate_freq() 187 tx.modes = ADJ_FREQUENCY; in validate_freq() 200 tmx.modes = ADJ_SETOFFSET; in set_offset() 202 tmx.modes |= ADJ_NANO; in set_offset() 235 tmx.modes = ADJ_SETOFFSET; in set_bad_offset() [all …]
|
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() 140 tx1.modes = 0; in check_tick_adj() 196 tx1.modes = ADJ_TICK; in main() 197 tx1.modes |= ADJ_OFFSET; in main() 198 tx1.modes |= ADJ_FREQUENCY; in main()
|
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()
|
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()
|
D | change_skew.c | 41 tx.modes = ADJ_FREQUENCY; in change_skew_test() 69 tx.modes = ADJ_OFFSET; in main() 86 tx.modes = ADJ_FREQUENCY; in main()
|
/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-simple.c | 40 const struct drm_display_mode *modes; member 131 const struct drm_display_mode *m = &panel->desc->modes[i]; in panel_simple_get_fixed_modes() 404 .modes = &ire_am_480272h3tmqw_t01h_mode, 429 .modes = &ire_am800480r3tmqwa1h_mode, 453 .modes = &auo_b101aw03_mode, 476 .modes = &auo_b101ean01_mode, 500 .modes = &auo_b101xtn01_mode, 523 .modes = &auo_b116xw03_mode, 546 .modes = &auo_b133xtn01_mode, 569 .modes = &auo_b133htn01_mode, [all …]
|
/Linux-v4.19/Documentation/ |
D | svga.txt | 13 allows the use of various special video modes supported by the video BIOS. Due 37 modes available on your adapter, you can specify the menu item you want 40 modes are listed in a "first detected -- first displayed" manner. It's 51 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE> 82 The mode list usually contains a few basic modes and some VESA modes. In 83 case your chipset has been detected, some chipset-specific modes are shown as 88 The modes displayed on the menu are partially sorted: The list starts with 89 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and 90 80x43), local modes (if the local modes feature is enabled), VESA modes and 91 finally SVGA modes for the auto-detected adapter. [all …]
|
/Linux-v4.19/arch/arm/mach-pxa/ |
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-v4.19/arch/powerpc/platforms/pasemi/ |
D | idle.c | 38 static struct sleep_mode modes[] = { variable 86 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init() 87 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init() 96 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param() 97 if (!strcmp(modes[i].name, p)) { in idle_param()
|
/Linux-v4.19/drivers/net/ |
D | mdio.c | 278 u32 modes = 0; in mdio45_ethtool_gset_npage() local 289 modes = ecmd->advertising & ecmd->lp_advertising; in mdio45_ethtool_gset_npage() 291 if ((modes & ~ADVERTISED_Autoneg) == 0) in mdio45_ethtool_gset_npage() 292 modes = ecmd->advertising; in mdio45_ethtool_gset_npage() 294 if (modes & (ADVERTISED_10000baseT_Full | in mdio45_ethtool_gset_npage() 299 } else if (modes & (ADVERTISED_1000baseT_Full | in mdio45_ethtool_gset_npage() 303 ecmd->duplex = !(modes & ADVERTISED_1000baseT_Half); in mdio45_ethtool_gset_npage() 304 } else if (modes & (ADVERTISED_100baseT_Full | in mdio45_ethtool_gset_npage() 307 ecmd->duplex = !!(modes & ADVERTISED_100baseT_Full); in mdio45_ethtool_gset_npage() 310 ecmd->duplex = !!(modes & ADVERTISED_10baseT_Full); in mdio45_ethtool_gset_npage() [all …]
|
/Linux-v4.19/drivers/clk/ti/ |
D | dpll.c | 358 dd->modes = dpll_mode; in of_ti_dpll_setup() 402 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap3_dpll_setup() 446 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_dpll_setup() 468 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_jtype_dpll_setup() 488 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_dpll_setup() 509 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap5_mpu_dpll_setup() 528 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_core_dpll_setup() 551 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_m4xen_dpll_setup() 572 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_jtype_dpll_setup() 592 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_am3_no_gate_dpll_setup() [all …]
|
/Linux-v4.19/net/ncsi/ |
D | ncsi-rsp.c | 147 ncm = &nc->modes[NCSI_MODE_ENABLE]; in ncsi_rsp_handler_ec() 174 ncm = &nc->modes[NCSI_MODE_ENABLE]; in ncsi_rsp_handler_dc() 218 ncm = &nc->modes[NCSI_MODE_TX_ENABLE]; in ncsi_rsp_handler_ecnt() 240 ncm = &nc->modes[NCSI_MODE_TX_ENABLE]; in ncsi_rsp_handler_dcnt() 264 ncm = &nc->modes[NCSI_MODE_AEN]; in ncsi_rsp_handler_ae() 293 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_rsp_handler_sl() 315 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_rsp_handler_gls() 384 ncm = &nc->modes[NCSI_MODE_VLAN]; in ncsi_rsp_handler_ev() 411 ncm = &nc->modes[NCSI_MODE_VLAN]; in ncsi_rsp_handler_dv() 481 ncm = &nc->modes[NCSI_MODE_BC]; in ncsi_rsp_handler_ebf() [all …]
|
/Linux-v4.19/kernel/time/ |
D | ntp.c | 670 if (txc->modes & ADJ_STATUS) in process_adjtimex_modes() 673 if (txc->modes & ADJ_NANO) in process_adjtimex_modes() 676 if (txc->modes & ADJ_MICRO) in process_adjtimex_modes() 679 if (txc->modes & ADJ_FREQUENCY) { in process_adjtimex_modes() 687 if (txc->modes & ADJ_MAXERROR) in process_adjtimex_modes() 690 if (txc->modes & ADJ_ESTERROR) in process_adjtimex_modes() 693 if (txc->modes & ADJ_TIMECONST) { in process_adjtimex_modes() 701 if (txc->modes & ADJ_TAI && txc->constant > 0) in process_adjtimex_modes() 704 if (txc->modes & ADJ_OFFSET) in process_adjtimex_modes() 707 if (txc->modes & ADJ_TICK) in process_adjtimex_modes() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-timer-stm32 | 5 Reading returns the list possible master modes which are: 19 Additional modes (on TRGO2 only): 72 Reading returns the current master modes. 98 Reading returns the list possible quadrature modes. 104 Configure the device counter quadrature modes: 121 Reading returns the list possible enable modes. 127 Configure the device counter enable modes, in all case 146 Reading returns the list possible trigger modes.
|
/Linux-v4.19/Documentation/fb/ |
D | arkfb.txt | 19 * 4 bpp pseudocolor modes (with 18bit palette, two variants) 21 * 16 bpp truecolor modes (RGB 555 and RGB 565) 36 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with 38 with interleaved planes (1 byte interleave), MSB first. Both modes support 54 * support for fontwidths != 8 in 4 bpp modes
|
D | sm712fb.txt | 9 Switching modes is done using the video=sm712fb:... boot parameter. 16 Currently supported video modes are: 18 [Graphic modes]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_edid.c | 93 int modes; member 2418 int i, modes = 0; in drm_dmt_modes_for_range() local 2428 modes++; in drm_dmt_modes_for_range() 2433 return modes; in drm_dmt_modes_for_range() 2453 int i, modes = 0; in drm_gtf_modes_for_range() local 2461 return modes; in drm_gtf_modes_for_range() 2471 modes++; in drm_gtf_modes_for_range() 2474 return modes; in drm_gtf_modes_for_range() 2481 int i, modes = 0; in drm_cvt_modes_for_range() local 2490 return modes; in drm_cvt_modes_for_range() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 332 struct drm_display_mode **modes, in intel_fb_initial_config() argument 425 modes[i] = drm_pick_cmdline_mode(fb_conn); in intel_fb_initial_config() 428 if (!modes[i]) { in intel_fb_initial_config() 431 modes[i] = drm_has_preferred_mode(fb_conn, width, in intel_fb_initial_config() 436 if (!modes[i] && !list_empty(&connector->modes)) { in intel_fb_initial_config() 439 modes[i] = list_first_entry(&connector->modes, in intel_fb_initial_config() 445 if (!modes[i]) { in intel_fb_initial_config() 461 modes[i] = &connector->state->crtc->mode; in intel_fb_initial_config() 469 modes[i]->hdisplay, modes[i]->vdisplay, in intel_fb_initial_config() 470 modes[i]->flags & DRM_MODE_FLAG_INTERLACE ? "i" :""); in intel_fb_initial_config()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_ops.c | 437 u16 *p_offset, int modes) in qed_init_cmd_mode_match() argument 447 return qed_init_cmd_mode_match(p_hwfn, p_offset, modes) ^ 1; in qed_init_cmd_mode_match() 449 arg1 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes); in qed_init_cmd_mode_match() 450 arg2 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes); in qed_init_cmd_mode_match() 453 arg1 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes); in qed_init_cmd_mode_match() 454 arg2 = qed_init_cmd_mode_match(p_hwfn, p_offset, modes); in qed_init_cmd_mode_match() 458 return (modes & BIT(tree_val)) ? 1 : 0; in qed_init_cmd_mode_match() 463 struct init_if_mode_op *p_cmd, int modes) in qed_init_cmd_mode() argument 467 if (qed_init_cmd_mode_match(p_hwfn, &offset, modes)) in qed_init_cmd_mode() 490 struct qed_ptt *p_ptt, int phase, int phase_id, int modes) in qed_init_run() argument [all …]
|