Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 87) sorted by relevance

1234

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/lcd/
DKconfig5 If you want to support cpu_gg1p4062utsw panel for display driver, select it.
11 If you want to support dx0960be40a1 panel for display driver, select it.
17 If you want to support dx0960be40a1 panel for display driver, select it.
23 If you want to support fd055hd003s panel for display driver, select it.
29 If you want to support he0801a068 panel for display driver, select it.
35 If you want to support ili9341 panel for display driver, select it.
41 If you want to support LH219WQ1 panel for display driver, select it.
47 If you want to support ls029b3sx02 panel for display driver, select it.
53 If you want to support lt070me05000 panel for display driver, select it.
60 If you want to support S6D7AA0X01 panel for display driver, select it.
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/sunxi_device/lcd_panel/
DKconfig6 If you want a default panel for display driver, select it.
13 If you want to support cpu_gg1p4062utsw panel for display driver, select it.
20 If you want to support dx0960be40a1 panel for display driver, select it.
27 If you want to support dx0960be40a1 panel for display driver, select it.
34 If you want to support fd055hd003s panel for display driver, select it.
41 If you want to support he0801a068 panel for display driver, select it.
48 If you want to support ili9341 panel for display driver, select it.
55 If you want to support LH219WQ1 panel for display driver, select it.
62 If you want to support ls029b3sx02 panel for display driver, select it.
69 If you want to support lt070me05000 panel for display driver, select it.
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/
DKconfig16 If you want use IOMMU function, select it.
23 If you want use DE of R18 serials, select it.
30 If you want use DE of Version 200, select it.
37 If you want use DE of Version 300, select it.
44 If you want use DE of Version 330, select it.
51 If you want lcd output for drm driver, select it.
58 If you want lcd-dsi output for drm driver, select it.
65 If you want lcd-edp output for drm driver, select it.
72 If you want hdmi1.4 output for drm driver, select it.
79 If you want hdmi2.0 output for drm driver, select it.
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/
DKconfig27 Say Y here if you want to enable support for the ASUS TMP5P5
37 Say Y here if you want to enable support for Boe Himax8279d
48 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
78 Say Y here if you want to enable support for the Elida
88 Say Y here if you want to enable support for the Feixin K101 IM2BA02
97 Say Y if you want to enable support for panels based on the
105 Say Y here if you want to enable support for Ilitek IL9322
114 Say Y if you want to enable support for panels based on the
123 Say Y here if you want to enable support for Innolux P079ZCA
134 Say Y here if you want to enable support for JDI DSI video mode
[all …]
/device/board/bearpi/bearpi_hm_micro/app/setting/setting/src/main/cpp/
Dsetting_main_ability.cpp21 void SettingMainAbility::OnStart(const Want& want) in REGISTER_AA()
24 Ability::OnStart(want); in REGISTER_AA()
32 void SettingMainAbility::OnActive(const Want& want) in OnActive() argument
34 Ability::OnActive(want); in OnActive()
Dapp_info_ability_slice.cpp136 void AppInfoAbilitySlice::OnStart(const Want& want) in OnStart() argument
139 printf("[LOG]receive the data -> %s\n", static_cast<char*>(want.data)); in OnStart()
140 AbilitySlice::OnStart(want); in OnStart()
142 ret = memcpy_s(bundleName_, sizeof(bundleName_), want.data, want.dataLength); in OnStart()
160 void AppInfoAbilitySlice::OnActive(const Want &want) in OnActive() argument
162 AbilitySlice::OnActive(want); in OnActive()
Dsetting_display_ability_slice.cpp114 void SettingDisplayAbilitySlice::OnStart(const Want& want) in OnStart() argument
116 AbilitySlice::OnStart(want); in OnStart()
132 void SettingDisplayAbilitySlice::OnActive(const Want& want) in OnActive() argument
134 AbilitySlice::OnActive(want); in OnActive()
Dsetting_about_ability_slice.cpp136 void SettingAboutAbilitySlice::OnStart(const Want& want) in OnStart() argument
138 AbilitySlice::OnStart(want); in OnStart()
156 void SettingAboutAbilitySlice::OnActive(const Want& want) in OnActive() argument
158 AbilitySlice::OnActive(want); in OnActive()
Dsetting_main_ability.h24 void OnStart(const Want& want) override;
26 void OnActive(const Want& want) override;
Dsetting_wifi_input_password_ability_slice.cpp231 void SettingWifiInputPasswordAbilitySlice::OnStart(const Want& want) in OnStart() argument
233 printf("[LOG]receive the data -> %s\n", reinterpret_cast<char*>(want.data)); in OnStart()
234 AbilitySlice::OnStart(want); in OnStart()
236 g_inputSsid = reinterpret_cast<char*>(want.data); in OnStart()
260 void SettingWifiInputPasswordAbilitySlice::OnActive(const Want& want) in OnActive() argument
271 AbilitySlice::OnActive(want); in OnActive()
Dsetting_about_ability_slice.h44 void OnStart(const Want& want) override;
46 void OnActive(const Want& want) override;
Dapp_ability_slice.cpp172 void AppAbilitySlice::OnStart(const Want& want) in OnStart() argument
174 AbilitySlice::OnStart(want); in OnStart()
190 void AppAbilitySlice::OnActive(const Want &want) in OnActive() argument
192 AbilitySlice::OnActive(want); in OnActive()
Dapp_ability_slice.h46 void OnStart(const Want& want) override;
48 void OnActive(const Want& want) override;
/device/board/bearpi/bearpi_hm_micro/app/launcher/launcher/src/main/cpp/
Dmain_ability.cpp21 void MainAbility::OnStart(const Want& want) in REGISTER_AA()
24 Ability::OnStart(want); in REGISTER_AA()
32 void MainAbility::OnActive(const Want& want) in OnActive() argument
34 Ability::OnActive(want); in OnActive()
Dmain_ability_slice.cpp107 void MainAbilitySlice::OnStart(const Want& want) in OnStart() argument
109 AbilitySlice::OnStart(want); in OnStart()
128 void MainAbilitySlice::OnActive(const Want& want) in OnActive() argument
130 AbilitySlice::OnActive(want); in OnActive()
Dmain_ability.h24 void OnStart(const Want& want) override;
26 void OnActive(const Want& want) override;
Dmain_ability_slice.h40 void OnStart(const Want& want) override;
42 void OnActive(const Want& want) override;
/device/board/bearpi/bearpi_hm_micro/app/screensaver/screensaver/src/main/cpp/
Dscreensaver_ability.cpp21 void ScreensaverAbility::OnStart(const Want& want) in REGISTER_AA()
24 Ability::OnStart(want); in REGISTER_AA()
32 void ScreensaverAbility::OnActive(const Want& want) in OnActive() argument
34 Ability::OnActive(want); in OnActive()
Dscreensaver_ability_slice.cpp64 void ScreensaverAbilitySlice::OnStart(const Want &want) in OnStart() argument
73 AbilitySlice::OnStart(want); in OnStart()
82 void ScreensaverAbilitySlice::OnActive(const Want &want) in OnActive() argument
85 AbilitySlice::OnActive(want); in OnActive()
Dscreensaver_ability.h25 void OnStart(const Want& want) override;
27 void OnActive(const Want& want) override;
Dscreensaver_ability_slice.h35 void OnStart(const Want &want) override;
37 void OnActive(const Want &want) override;
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/lcd_fb/panels/
DKconfig5 If you want to support kld35512 panel for display driver, select it.
11 If you want to support kld39501 panel for display driver, select it.
17 If you want to support kld2844b panel for display driver, select it.
23 If you want to support nv3029s panel for display driver, select it.
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/
DKconfig69 Say Y here if you want to have support for HDMI2.0 controller
100 Say Y here if you want to handle the cec message by User Space.
101 Say N here if you want to handle the cec message by Kernel.
109 Say Y here if you want to handle the cec message by User Space.
110 Say N here if you want to handle the cec message by Kernel.
118 Say Y here if you want to handle the cec message by User Space.
119 Say N here if you want to handle the cec message by Kernel.
127 Say Y here if you want to handle the cec message by User Space.
128 Say N here if you want to handle the cec message by Kernel.
136 Say Y here if you want to use new frequency spread spectrum(hershey) of sunxi.
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
DKconfig44 for the Analogix Core DP driver. If you want to enable DP
51 for the cdn DP driver. If you want to enable Dp on
59 for the Synopsys DesignWare HDMI driver. If you want to
68 for the Synopsys DesignWare HDMI driver. If you want to
82 for the Innosilicon HDMI driver. If you want to enable
110 for the RK3066 HDMI driver. If you want to enable
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/
DKconfig5 If you want to support smart backlight, select it.
11 If you want to support video enhance process, select it.

1234