| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_client_modeset.c | 122 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_get_tiled_mode() 135 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_fallback_non_tiled_mode() 149 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_has_preferred_mode() 178 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode() 211 list_add(&mode->head, &connector->modes); in drm_connector_pick_cmdline_mode() 258 struct drm_display_mode **modes, in drm_client_target_cloned() argument 285 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]); in drm_client_target_cloned() 286 if (!modes[i]) { in drm_client_target_cloned() 293 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned() 315 list_for_each_entry(mode, &connectors[i]->modes, head) { in drm_client_target_cloned() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | sfp-bus.c | 16 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes); member 42 unsigned long *modes) in sfp_quirk_2500basex() argument 44 phylink_set(modes, 2500baseX_Full); in sfp_quirk_2500basex() 48 unsigned long *modes) in sfp_quirk_ubnt_uf_instant() argument 54 phylink_zero(modes); in sfp_quirk_ubnt_uf_instant() 55 phylink_set(modes, 1000baseX_Full); in sfp_quirk_ubnt_uf_instant() 64 .modes = sfp_quirk_2500basex, 70 .modes = sfp_quirk_2500basex, 76 .modes = sfp_quirk_2500basex, 82 .modes = sfp_quirk_2500basex, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/spear/ |
| H A 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 …]
|
| H 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 …]
|
| H A 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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
| H A D | fbset-2.1-fix-makefile-dep.patch | 4 Subject: [PATCH] fbset 2.1 fix makefile dep modes.tab.c 9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop. 20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o 23 modes.tab.o: modes.tab.c fbset.h fb.h 24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h 25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c 27 lex.yy.c: modes.l 28 $(FLEX) modes.l
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H 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() 131 case NoPersist: conf->modes[i] = mode; return; in add_sector() 133 if (conf->modes[i] == ReadPersistent || in add_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() 140 if (conf->modes[i] == WritePersistent) in add_sector() 141 conf->modes[i] = AllPersist; in add_sector() [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxcmds.c | 218 __GLXconfig * modes, __GLXcontext * shareContext) in __glXdirectContextCreate() argument 226 context->config = modes; in __glXdirectContextCreate() 888 __GLXconfig *modes; in __glXDisp_GetVisualConfigs() local 917 modes = pGlxScreen->visuals[i]; in __glXDisp_GetVisualConfigs() 920 buf[p++] = modes->visualID; in __glXDisp_GetVisualConfigs() 921 buf[p++] = glxConvertToXVisualType(modes->visualType); in __glXDisp_GetVisualConfigs() 922 buf[p++] = (modes->renderType & GLX_RGBA_BIT) ? GL_TRUE : GL_FALSE; in __glXDisp_GetVisualConfigs() 924 buf[p++] = modes->redBits; in __glXDisp_GetVisualConfigs() 925 buf[p++] = modes->greenBits; in __glXDisp_GetVisualConfigs() 926 buf[p++] = modes->blueBits; in __glXDisp_GetVisualConfigs() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H 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 …]
|
| H 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()
|
| H 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()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | svga.rst | 13 allows the use of various special video modes supported by the video BIOS. Due 38 modes available on your adapter, you can specify the menu item you want 41 modes are listed in a "first detected -- first displayed" manner. It's 52 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE> 83 The mode list usually contains a few basic modes and some VESA modes. In 84 case your chipset has been detected, some chipset-specific modes are shown as 89 The modes displayed on the menu are partially sorted: The list starts with 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. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | machmode.def | 2 machine modes used in the GNU compiler. 60 This file defines only those modes which are of use on almost all 61 machines. Other modes can be defined in the target-specific 62 mode definition file, config/ARCH/ARCH-modes.def. 65 other modes must appear after the modes they refer to. However, 66 statements which do not refer to other modes may appear in any 121 to FORMAT. Use in an ARCH-modes.def to reset the format 122 of one of the float modes defined in this file. 137 For all modes presently declared in class CLASS, construct 138 corresponding vector modes having width WIDTH. Modes whose [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | machmode.def | 2 machine modes used in the GNU compiler. 60 This file defines only those modes which are of use on almost all 61 machines. Other modes can be defined in the target-specific 62 mode definition file, config/ARCH/ARCH-modes.def. 65 other modes must appear after the modes they refer to. However, 66 statements which do not refer to other modes may appear in any 121 to FORMAT. Use in an ARCH-modes.def to reset the format 122 of one of the float modes defined in this file. 137 For all modes presently declared in class CLASS, construct 138 corresponding vector modes having width WIDTH. Modes whose [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrmode.c | 61 static RRModePtr *modes; variable 82 newModes = reallocarray(modes, num_modes + 1, sizeof(RRModePtr)); in RRModeCreate() 96 modes = newModes; in RRModeCreate() 97 modes[num_modes++] = mode; in RRModeCreate() 113 mode = modes[i]; in RRModeFindByName() 128 RRModePtr mode = modes[i]; in RRModeGet() 182 output->modes[m] : in RRModesForScreen() 213 RRModePtr mode = modes[m]; in RRModesForScreen() 237 if (modes[m] == mode) { in RRModeDestroy() 238 memmove(modes + m, modes + m + 1, in RRModeDestroy() [all …]
|
| H A D | rroutput.c | 103 output->modes = NULL; in RROutputCreate() 162 RRModePtr * modes, int numModes, int numPreferred) in RROutputSetModes() argument 169 if (output->modes[i] != modes[i]) in RROutputSetModes() 173 RRModeDestroy(modes[i]); in RROutputSetModes() 185 if (output->modes) { in RROutputSetModes() 187 RRModeDestroy(output->modes[i]); in RROutputSetModes() 188 free(output->modes); in RROutputSetModes() 190 memcpy(newModes, modes, numModes * sizeof(RRModePtr)); in RROutputSetModes() 191 output->modes = newModes; in RROutputSetModes() 210 output->modes[m] : in RROutputAddUserMode() [all …]
|
| H A D | rrinfo.c | 36 RRModePtr *modes; in RROldModeAdd() local 52 if (output->modes[i] == mode) { in RROldModeAdd() 58 modes = reallocarray(output->modes, in RROldModeAdd() 61 modes = malloc(sizeof(RRModePtr)); in RROldModeAdd() 62 if (!modes) { in RROldModeAdd() 67 modes[output->numModes++] = mode; in RROldModeAdd() 68 output->modes = modes; in RROldModeAdd() 146 output->modes[i] : in RRScanOldConfig()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 84 const struct drm_display_mode *modes; member 348 const struct drm_display_mode *m = &panel->desc->modes[i]; in panel_simple_get_display_modes() 1015 .modes = &ire_am_1280800n3tzqw_t00h_mode, 1041 .modes = &ire_am_480272h3tmqw_t01h_mode, 1065 .modes = &ire_am800480r3tmqwa1h_mode, 1114 .modes = &auo_b101aw03_mode, 1162 .modes = &auo_b101xtn01_mode, 1185 .modes = &auo_b116xak01_mode, 1213 .modes = &auo_b116xw03_mode, 1241 .modes = &auo_b133xtn01_mode, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | mdio.c | 275 u32 modes = 0; in mdio45_ethtool_gset_npage() local 286 modes = ecmd->advertising & ecmd->lp_advertising; in mdio45_ethtool_gset_npage() 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() 296 } else if (modes & (ADVERTISED_1000baseT_Full | in mdio45_ethtool_gset_npage() 300 ecmd->duplex = !(modes & ADVERTISED_1000baseT_Half); in mdio45_ethtool_gset_npage() 301 } else if (modes & (ADVERTISED_100baseT_Full | in mdio45_ethtool_gset_npage() 304 ecmd->duplex = !!(modes & ADVERTISED_100baseT_Full); in mdio45_ethtool_gset_npage() 307 ecmd->duplex = !!(modes & ADVERTISED_10baseT_Full); in mdio45_ethtool_gset_npage() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | cmd_bmode.c | 13 static const struct boot_mode *modes[2]; variable 19 for (i = 0; i < ARRAY_SIZE(modes); i++) { in search_modes() 20 const struct boot_mode *p = modes[i]; in search_modes() 37 for (i = 0; i < ARRAY_SIZE(modes); i++) { in create_usage() 38 const struct boot_mode *p = modes[i]; in create_usage() 98 modes[0] = p; in add_board_boot_modes() 99 modes[1] = soc_boot_modes; in add_board_boot_modes()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H 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 …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86DiDGA.c | 42 DGAModePtr modes, mode; in xf86_dga_get_modes() local 48 display_mode = scrn->modes; in xf86_dga_get_modes() 52 if (display_mode == scrn->modes) in xf86_dga_get_modes() 59 modes = xallocarray(num, sizeof(DGAModeRec)); in xf86_dga_get_modes() 60 if (!modes) in xf86_dga_get_modes() 64 display_mode = scrn->modes; in xf86_dga_get_modes() 66 mode = modes + num++; in xf86_dga_get_modes() 97 if (display_mode == scrn->modes) in xf86_dga_get_modes() 102 xf86_config->dga_modes = modes; in xf86_dga_get_modes()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/ |
| H A D | idle.c | 25 static struct sleep_mode modes[] = { variable 73 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init() 74 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init() 83 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param() 84 if (!strcmp(modes[i].name, p)) { in idle_param()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | dpll.c | 360 dd->modes = dpll_mode; in of_ti_dpll_setup() 404 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap3_dpll_setup() 448 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_dpll_setup() 470 .modes = (1 << DPLL_LOW_POWER_STOP) | (1 << DPLL_LOCKED), in of_ti_omap3_per_jtype_dpll_setup() 490 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_dpll_setup() 511 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap5_mpu_dpll_setup() 530 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_core_dpll_setup() 553 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_m4xen_dpll_setup() 574 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_omap4_jtype_dpll_setup() 594 .modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED), in of_ti_am3_no_gate_dpll_setup() [all …]
|