Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 79) sorted by relevance

1234

/arch/powerpc/platforms/pasemi/
Didle.c38 static struct sleep_mode modes[] = { variable
83 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init()
84 printk(KERN_INFO "Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init()
93 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param()
94 if (!strcmp(modes[i].name, p)) { in idle_param()
/arch/arm/mach-pxa/
Dam200epd.c88 .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 …]
Dcm-x2xx.c216 .modes = &generic_stn_320x240_mode,
240 .modes = &generic_tft_640x480_mode,
265 .modes = &generic_crt_640x480_mode,
289 .modes = &generic_crt_800x600_mode,
312 .modes = &generic_tft_320x240_mode,
336 .modes = &generic_stn_640x480_mode,
Dlpd270.c310 .modes = &sharp_lq057q3dc02_mode,
332 .modes = &sharp_lq121s1dg31_mode,
354 .modes = &sharp_lq036q1da01_mode,
376 .modes = &sharp_lq64d343_mode,
398 .modes = &sharp_lq10d368_mode,
420 .modes = &sharp_lq035q7db02_20_mode,
Dzylonite.c207 .modes = sharp_ls037_modes,
226 zylonite_toshiba_lcd_info.modes = &toshiba_ltm035a776c_mode; in zylonite_init_lcd()
228 zylonite_toshiba_lcd_info.modes = &toshiba_ltm04c380k_mode; in zylonite_init_lcd()
Dcolibri-pxa3xx.c96 .modes = &sharp_lq43_mode,
Dcolibri-pxa270-income.c172 .modes = income_lcd_modes,
Dpcm990-baseboard.c123 .modes = &fb_info_sharp_lq084v1dg21,
145 .modes = &fb_info_nec_nl6448bc20_18d,
Dtrizeps4.c471 .modes = &sharp_lcd_mode,
495 .modes = &toshiba_lcd_mode,
/arch/arm/boot/dts/
Darmada-370-seagate-nas-4bay.dts108 num-modes = <4>;
109 modes-map = <NS_V2_LED_SATA 0 0
118 num-modes = <4>;
119 modes-map = <NS_V2_LED_SATA 0 0
Dkirkwood-ns2.dts31 modes-map = <NS_V2_LED_OFF 1 0
Dkirkwood-is2.dts31 modes-map = <NS_V2_LED_OFF 1 0
Dkirkwood-ns2max.dts50 modes-map = <NS_V2_LED_OFF 1 0
Dkirkwood-ns2mini.dts51 modes-map = <NS_V2_LED_OFF 1 0
Dkirkwood-d2net.dts32 modes-map = <NS_V2_LED_OFF 1 0
/arch/mips/include/asm/mach-jz4740/
Djz4740_fb.h51 struct fb_videomode *modes; member
/arch/x86/boot/
Dvideo-mode.c61 mi = card->modes; in mode_defined()
84 mi = card->modes; in raw_set_mode()
Dvideo.h76 struct mode_info *modes; member
Dvideo-bios.c81 video_bios.modes = GET_HEAP(struct mode_info, 0); in bios_probe()
Dvideo-vga.c279 video_vga.modes = mode_lists[adapter]; in vga_probe()
/arch/arm64/crypto/
DKconfig44 tristate "AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions"
51 tristate "AES in ECB/CBC/CTR/XTS modes using NEON instructions"
/arch/powerpc/crypto/
DMakefile13 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
/arch/arm/crypto/
DKconfig78 modes. Its key setup time is excellent, and its key agility is
96 CTR and XTS modes
110 Use an implementation of AES in CBC, CTR and XTS modes that uses
/arch/m68k/math-emu/
Dfp_decode.h113 | it depends on the instr which of the modes is valid
202 | test if %pc is the base register for one of the extended modes
331 | all other indirect addressing modes will finally end up here
Dfp_scan.S192 | all other indirect addressing modes will finally end up here
197 | all pc relative addressing modes and immediate/absolute modes end up here

1234