Home
last modified time | relevance | path

Searched refs:support_state (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/video/via/
Dvia_utility.c25 void viafb_get_device_support_state(u32 *support_state) in viafb_get_device_support_state() argument
27 *support_state = CRT_Device; in viafb_get_device_support_state()
30 *support_state |= DVI_Device; in viafb_get_device_support_state()
33 *support_state |= LCD_Device; in viafb_get_device_support_state()
52 unsigned int support_state = 0; in viafb_lcd_get_support_expand_state() local
57 support_state = true; in viafb_lcd_get_support_expand_state()
62 support_state = true; in viafb_lcd_get_support_expand_state()
67 support_state = true; in viafb_lcd_get_support_expand_state()
72 support_state = true; in viafb_lcd_get_support_expand_state()
77 support_state = true; in viafb_lcd_get_support_expand_state()
[all …]
Dvia_utility.h25 void viafb_get_device_support_state(u32 *support_state);
32 void viafb_get_gamma_support_state(int bpp, unsigned int *support_state);