Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/openbmc/openbmc/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 …]
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch23 source "$DIR/../venv-activate.sh" -q
33 source "$DIR/../venv-activate.sh" -q
54 @@ -22,7 +22,7 @@ source "$DIR/../venv-activate.sh" -q
69 @@ -24,4 +24,4 @@ source "$DIR/../venv-activate.sh" -q
/openbmc/qemu/python/
H A DMakefile59 min-venv: $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate
60 $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
65 . $(QEMU_MINVENV_DIR)/bin/activate; \
79 . $(QEMU_MINVENV_DIR)/bin/activate; \
84 dev-venv: $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate
85 $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate: setup.cfg
90 . $(QEMU_VENV_DIR)/bin/activate; \
100 . $(QEMU_VENV_DIR)/bin/activate; \
/openbmc/linux/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()
149 static DEVICE_ATTR(activate, 0644, transient_activate_show,
190 .activate = transient_trig_activate,
H A Dledtrig-audio.c28 .activate = ledtrig_audio_mute_activate,
32 .activate = ledtrig_audio_micmute_activate,
H A Dledtrig-panic.c38 if (trig->activate) in led_trigger_set_panic()
39 trig->activate(led_cdev); in led_trigger_set_panic()
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Druntest.c171 union ifs_scan activate; in ifs_test_core() local
181 activate.gen0.rsvd = 0; in ifs_test_core()
182 activate.delay = IFS_THREAD_WAIT; in ifs_test_core()
183 activate.sigmce = 0; in ifs_test_core()
188 activate.gen2.start = to_start; in ifs_test_core()
189 activate.gen2.stop = to_stop; in ifs_test_core()
191 activate.gen0.start = to_start; in ifs_test_core()
192 activate.gen0.stop = to_stop; in ifs_test_core()
204 msrvals[0] = activate.data; in ifs_test_core()
226 activate.gen2.start = status_chunk; in ifs_test_core()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c24 u8 activate; member
36 reg |= ((val ? hcg->deactivate : hcg->activate) << reg_shift); in hsdk_creg_gpio_set_value()
81 u32 shift, bit_per_gpio, activate, deactivate, gpio_count; in hsdk_creg_gpio_probe() local
88 activate = dev_read_u32_default(dev, "gpio-activate-val", 1); in hsdk_creg_gpio_probe()
117 if (GENMASK(31, bit_per_gpio) & activate) { in hsdk_creg_gpio_probe()
131 if (activate == deactivate) { in hsdk_creg_gpio_probe()
140 hcg->activate = (u8)activate; in hsdk_creg_gpio_probe()
/openbmc/linux/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
/openbmc/linux/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()
/openbmc/linux/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 …]
/openbmc/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
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c188 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()
/openbmc/linux/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()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dservice_indicators_test.cpp285 lightPath.activate(pel); in TEST()
311 lightPath.activate(pel); in TEST()
328 lightPath.activate(pel); in TEST()
350 lightPath.activate(pel); in TEST()
369 lightPath.activate(pel); in TEST()
388 lightPath.activate(pel); in TEST()
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dsnps,creg-gpio.txt8 write 0x2 == set output to "1" (activate)
20 - gpio-activate-val: Value should be set in corresponding field to set
40 gpio-activate-val = <2>;
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbsysfs.c17 static int activate(struct fb_info *fb_info, struct fb_var_screeninfo *var) in activate() function
21 var->activate |= FB_ACTIVATE_FORCE; in activate()
26 fbcon_update_vcs(fb_info, var->activate & FB_ACTIVATE_ALL); in activate()
76 if ((err = activate(fb_info, &var))) in store_mode()
151 if ((err = activate(fb_info, &var))) in store_bpp()
175 if ((err = activate(fb_info, &var))) in store_rotate()
206 if ((err = activate(fb_info, &var))) in store_virtual()
/openbmc/linux/sound/usb/
H A Dmixer_scarlett2.c1112 u8 activate; member
1122 .offset = 0x04, .size = 8, .activate = 6 },
1125 .offset = 0x05, .size = 8, .activate = 6 },
1128 .offset = 0x06, .size = 8, .activate = 3 },
1131 .offset = 0x07, .size = 8, .activate = 4 },
1134 .offset = 0x08, .size = 1, .activate = 7 },
1137 .offset = 0x09, .size = 1, .activate = 8 },
1142 .offset = 0x31, .size = 8, .activate = 2 },
1145 .offset = 0x34, .size = 16, .activate = 1 },
1148 .offset = 0x5c, .size = 8, .activate = 1 },
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c182 static int tb_pci_activate(struct tb_tunnel *tunnel, bool activate) in tb_pci_activate() argument
186 if (activate) { in tb_pci_activate()
187 res = tb_pci_set_ext_encapsulation(tunnel, activate); in tb_pci_activate()
192 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate()
197 res = tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
202 return activate ? 0 : tb_pci_set_ext_encapsulation(tunnel, activate); in tb_pci_activate()
278 tunnel->activate = tb_pci_activate; in tb_tunnel_discover_pci()
355 tunnel->activate = tb_pci_activate; in tb_tunnel_alloc_pci()
1353 tunnel->activate = tb_dp_activate; in tb_tunnel_discover_dp()
1448 tunnel->activate = tb_dp_activate; in tb_tunnel_alloc_dp()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp38 virtual void activate(const PEL& pel) = 0;
92 void activate(const PEL& pel) override;
/openbmc/linux/net/mac80211/
H A Dled.c155 local->rx_led.activate = ieee80211_rx_led_activate; in ieee80211_led_init()
163 local->tx_led.activate = ieee80211_tx_led_activate; in ieee80211_led_init()
171 local->assoc_led.activate = ieee80211_assoc_led_activate; in ieee80211_led_init()
179 local->radio_led.activate = ieee80211_radio_led_activate; in ieee80211_led_init()
188 local->tpt_led.activate = ieee80211_tpt_led_activate; in ieee80211_led_init()
/openbmc/linux/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:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-include-libgen.h-for-basename.patch23 #include "lib/activate/activate.h"
/openbmc/linux/include/linux/usb/
H A Dtypec_altmode.h65 int (*activate)(struct typec_altmode *altmode, int activate); member
/openbmc/linux/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst76 - "attempting to activate"
83 Changes between "down" and "attempting to activate"
116 [4942249.665075] ATM dev 0: ADSL line: attempting to activate

12345678910>>...19