Home
last modified time | relevance | path

Searched full:activate (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch14 venv-activate.sh | 44 +-------------------------------------------
44 -if [[ ! -x ${VIRTUALENV_ROOT}/bin/activate ]] ; then
52 -source "${VIRTUALENV_ROOT}/bin/activate"
100 - source ${VIRTUALENV_ROOT}/bin/activate
137 diff --git a/venv-activate.sh b/venv-activate.sh
139 --- a/venv-activate.sh
140 +++ b/venv-activate.sh
155 - echo "venv-activate.sh: Enter the Mycroft virtual environment"
157 - echo " source venv-activate.sh"
159 - echo " . venv-activate.sh"
[all …]
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dledtrig-transient.rst5 The leds timer trigger does not currently have an interface to activate
68 This trigger exports three properties, activate, state, and duration. When
72 - activate allows activating and deactivating the timer specified by
78 activate
79 - one shot timer activate mechanism.
84 activate state indicates a timer with a value of specified
90 - one shot timer value. When activate is set, duration value
112 When timer expires activate goes back to deactivated state, duration is left
113 at the set value to be used when activate is set at a future time. This will
114 allow user app to set the time once and activate it to run it once for the
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst20 The libnvdimm bus object, ndbusX, implements an ndbusX/firmware/activate
25 No devices are set / armed to activate firmware
40 The 'ndbusX/firmware/activate' property can be written with a value of
46 'ndbusX/firmware/activate' property will be elided completely if no
54 may still be written to 'ndbusX/firmware/activate' as an override to
60 'nmemX/firmware/activate' and 'nmemX/firmware/result' attributes to
62 'ndbusX/firmware/activate' attribute, the 'nmemX/firmware/activate'
64 from 'armed' to 'idle' when the system is prepared to activate firmware,
65 firmware staged + state set to armed, and 'ndbusX/firmware/activate' is
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-transient.c24 int activate; member
38 transient_data->activate = 0; in transient_timer_function()
48 return sprintf(buf, "%d\n", transient_data->activate); in transient_activate_show()
68 if (state == 0 && transient_data->activate == 1) { in transient_activate_store()
70 transient_data->activate = state; in transient_activate_store()
77 if (state == 1 && transient_data->activate == 0 && in transient_activate_store()
79 transient_data->activate = state; in transient_activate_store()
87 /* state == 0 && transient_data->activate == 0 in transient_activate_store()
89 /* state == 1 && transient_data->activate == 1 in transient_activate_store()
149 static DEVICE_ATTR(activate, 0644, transient_activate_show,
[all …]
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A DKconfig52 activate, if you want to build for the B sample version
58 activate, if you want to build for the B2 sample version
64 activate, if you want to build for the C sample version
70 activate, if you want to build for the C2 sample version
76 activate, if you want to build for the C3 sample version
82 activate, if you want to build for the Series version
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0010-qwaylandwindow-Support-setting-window-activate.patch4 Subject: [PATCH 10/17] qwaylandwindow: Support setting window activate
6 Support setting window activate through app_id, for example:
7 app_id = "requests=activate"
28 + // HACK: Set window activate through app id
29 + mShellSurface->setAppId(QLatin1String("requests=activate"));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dbackend_scope.cpp30 activate(); in BackendScope()
40 priorScope->activate(); in ~BackendScope()
49 void BackendScope::activate() { in activate() function in mbgl::BackendScope
53 // Only activate when set to Explicit and in activate()
55 backend.activate(); in activate()
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dhoontech.c41 static void snd_ice1712_stdsp24_darear(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_darear() argument
45 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear()
50 static void snd_ice1712_stdsp24_mute(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_mute() argument
54 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); in snd_ice1712_stdsp24_mute()
59 static void snd_ice1712_stdsp24_insel(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_insel() argument
63 ICE1712_STDSP24_3_INSEL(spec->boxbits, activate); in snd_ice1712_stdsp24_insel()
68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument
81 ICE1712_STDSP24_2_MIDI1(spec->boxbits, activate); in snd_ice1712_stdsp24_box_channel()
146 static void snd_ice1712_stdsp24_midi2(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_midi2() argument
150 ICE1712_STDSP24_3_MIDI2(spec->boxbits, activate); in snd_ice1712_stdsp24_midi2()
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dgconf.glade49 <signal name="activate" handler="on_load1_activate"/>
50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
72 <signal name="activate" handler="on_save_activate"/>
73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
95 <signal name="activate" handler="on_save_as1_activate"/>
122 <signal name="activate" handler="on_quit1_activate"/>
123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
159 <signal name="activate" handler="on_show_name1_activate"/>
170 <signal name="activate" handler="on_show_range1_activate"/>
181 <signal name="activate" handler="on_show_data1_activate"/>
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dgconf.glade49 <signal name="activate" handler="on_load1_activate"/>
50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
72 <signal name="activate" handler="on_save_activate"/>
73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
95 <signal name="activate" handler="on_save_as1_activate"/>
122 <signal name="activate" handler="on_quit1_activate"/>
123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
159 <signal name="activate" handler="on_show_name1_activate"/>
170 <signal name="activate" handler="on_show_range1_activate"/>
181 <signal name="activate" handler="on_show_data1_activate"/>
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dgconf.glade49 <signal name="activate" handler="on_load1_activate"/>
50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
72 <signal name="activate" handler="on_save_activate"/>
73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
95 <signal name="activate" handler="on_save_as1_activate"/>
122 <signal name="activate" handler="on_quit1_activate"/>
123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
159 <signal name="activate" handler="on_show_name1_activate"/>
170 <signal name="activate" handler="on_show_range1_activate"/>
181 <signal name="activate" handler="on_show_data1_activate"/>
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c180 * preferred logical cpus to activate or deactivate for optimized
188 static ssize_t get_best_energy_list(char *page, int activate) in get_best_energy_list() argument
201 if (activate) in get_best_energy_list()
214 if ((cpu_online(cpu) && !activate) || in get_best_energy_list()
215 (!cpu_online(cpu) && activate)) in get_best_energy_list()
228 char *page, int activate) in get_best_energy_data() argument
235 if (activate) in get_best_energy_data()
278 * Comma separated list of cpus to activate or deactivate
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.bitbangMII17 MDIO_ACTIVE - Activate the MDIO pin as out pin
18 MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
37 int (*mdio_active)() - Activate the MDIO pin as output
38 int (*mdio_tristate)() - Activate the MDIO pin as input/tristate pin
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtunnel.c86 static int tb_pci_activate(struct tb_tunnel *tunnel, bool activate) in tb_pci_activate() argument
90 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate()
95 return tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
153 tunnel->activate = tb_pci_activate; in tb_tunnel_discover_pci()
228 tunnel->activate = tb_pci_activate; in tb_tunnel_alloc_pci()
668 tunnel->activate = tb_dp_activate; in tb_tunnel_discover_dp()
754 tunnel->activate = tb_dp_activate; in tb_tunnel_alloc_dp()
853 tunnel->activate = tb_dma_activate; in tb_tunnel_alloc_dma()
906 static int tb_usb3_activate(struct tb_tunnel *tunnel, bool activate) in tb_usb3_activate() argument
910 res = tb_usb3_port_enable(tunnel->src_port, activate); in tb_usb3_activate()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.h436 activate() rather than here. */
453 activate() or deactivate() calls.
474 activate(). In this case the plugin instance must reset all state
478 activate() to do then the plugin writer may provide a NULL rather
485 on a prompt call to run() after activate(). activate() may not be
488 activate(). */
489 void (*activate)(LADSPA_Handle Instance); member
497 Note that if an activate() function exists then it must be called
500 activate() has been called again.
527 information should be retained when activate() or deactivate()
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsmc37c93x.c27 /* device "activate" register contents */
56 #define ACTIVATE 0x30 macro
154 outb(ACTIVATE, indexPort); in SMCEnableDevice()
175 outb(ACTIVATE, indexPort); in SMCEnableKYBD()
204 outb(ACTIVATE, indexPort); in SMCEnableFDC()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch4 Subject: [PATCH 23/93] HACK: Support setting surface flags activate and alpha
6 Support setting surface flags activate and alpha through app_id or
10 xdg_toplevel_set_title("requests=activate")
49 @@ -3360,7 +3369,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
58 @@ -3380,6 +3389,9 @@ activate(struct desktop_shell *shell, struct weston_view *view,
68 @@ -3402,6 +3414,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
76 @@ -3410,7 +3423,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
302 + if (!strcmp(p, "activate")) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0020-HACK-Support-setting-surface-flags-activate-and-alph.patch4 Subject: [PATCH 20/79] HACK: Support setting surface flags activate and alpha
6 Support setting surface flags activate and alpha through app_id or
10 xdg_toplevel_set_title("requests=activate")
49 @@ -3781,7 +3790,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
58 @@ -3801,6 +3810,9 @@ activate(struct desktop_shell *shell, struct weston_view *view,
68 @@ -3821,6 +3833,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
76 @@ -3829,7 +3842,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
267 + if (!strcmp(p, "activate")) {
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass.h144 * The device is probed to activate it ready for use.
158 * The device is probed to activate it ready for use.
175 * The device is probed to activate it ready for use.
190 * The device is probed to activate it ready for use.
206 * The device is probed to activate it ready for use.
221 * The device is probed to activate it ready for use.
237 * The device is probed to activate it ready for use.
256 * The device is probed to activate it ready for use.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch4 Subject: [PATCH 23/93] HACK: Support setting surface flags activate and alpha
6 Support setting surface flags activate and alpha through app_id or
10 xdg_toplevel_set_title("requests=activate")
49 @@ -3360,7 +3369,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
58 @@ -3380,6 +3389,9 @@ activate(struct desktop_shell *shell, struct weston_view *view,
68 @@ -3402,6 +3414,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
76 @@ -3410,7 +3423,7 @@ activate(struct desktop_shell *shell, struct weston_view *view,
302 + if (!strcmp(p, "activate")) {
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Damd-memory-encryption.rst49 Bits[5:0] pagetable bit number used to activate memory
91 not be necessary to activate the Linux memory encryption support. If the BIOS
92 merely enables SME (sets bit 23 of the MSR_K8_SYSCFG), then Linux can activate
95 not enable SME, then Linux will not be able to activate memory encryption, even
/OK3568_Linux_fs/kernel/drivers/eisa/
H A DKconfig30 Activate this option if your system contains a Vesa Local
41 Activate this option if your system contains a PCI to EISA
55 Activate this option if your system only have EISA bus
/OK3568_Linux_fs/u-boot/include/
H A Dns87308.h95 #define ACTIVATE 0x30 macro
162 write_pnp_config(ACTIVATE, ACTIVATE_OFF); \
165 write_pnp_config(ACTIVATE, ACTIVATE_ON);
169 write_pnp_config(ACTIVATE, ACTIVATE_ON);
173 write_pnp_config(ACTIVATE, ACTIVATE_OFF);
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dleds.c57 int (*activate)(struct led_classdev *led_cdev), in led_allocate_basic()
67 htrig->led_trigger.activate = activate; in led_allocate_basic()
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-reload.rst9 mechanism to activate firmware.
28 - Firmware activate. Activates new firmware if such image is stored and
77 # Run reload command to activate firmware:

12345678910>>...55