Home
last modified time | relevance | path

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

12345678910>>...14

/linux/drivers/platform/x86/intel/ifs/
H A Druntest.c29 union ifs_scan *activate; member
36 union ifs_sbaf *activate; member
193 start = params->activate->gen2.start; in doscan()
194 stop = params->activate->gen2.stop; in doscan()
196 start = params->activate->gen0.start; in doscan()
197 stop = params->activate->gen0.stop; in doscan()
213 wrmsrq(MSR_ACTIVATE_SCAN, params->activate->data); in doscan()
234 union ifs_scan activate; in ifs_test_core() local
244 activate.gen0.rsvd = 0; in ifs_test_core()
245 activate.delay = IFS_THREAD_WAIT; in ifs_test_core()
[all …]
/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,
/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
/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
46 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
55 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
64 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()
142 static void snd_ice1712_stdsp24_midi2(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_midi2() argument
147 ICE1712_STDSP24_3_MIDI2(spec->boxbits, activate); in snd_ice1712_stdsp24_midi2()
/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 …]
/linux/include/trace/events/
H A Dintel_ifs.h40 TP_PROTO(int batch, union ifs_sbaf activate, union ifs_sbaf_status status),
42 TP_ARGS(batch, activate, status),
54 __entry->bundle = activate.bundle_idx;
55 __entry->pgm = activate.pgm_idx;
/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()
/linux/sound/usb/
H A Dmixer_scarlett2.c602 u8 activate; member
631 .offset = 0x34, .size = 16, .activate = 1 },
634 .offset = 0x5c, .size = 8, .activate = 1 },
637 .offset = 0x7c, .size = 8, .activate = 7 },
640 .offset = 0x84, .size = 8, .activate = 8 },
643 .offset = 0x8d, .size = 8, .activate = 6 },
653 .offset = 0x31, .size = 8, .activate = 2 },
656 .offset = 0x34, .size = 16, .activate = 1 },
659 .offset = 0x5c, .size = 8, .activate = 1 },
662 .offset = 0x66, .size = 8, .activate = 3 },
[all …]
/linux/drivers/video/fbdev/core/
H A Dfbmem.c206 u32 activate) in fb_check_caps() argument
213 caps.flags = (activate & FB_ACTIVATE_ALL) ? 1 : 0; in fb_check_caps()
235 u32 activate; in fb_set_var() local
240 if (var->activate & FB_ACTIVATE_INV_MODE) { in fb_set_var()
256 if (!(var->activate & FB_ACTIVATE_FORCE) && in fb_set_var()
260 activate = var->activate; in fb_set_var()
305 if ((var->activate & FB_ACTIVATE_MASK) != FB_ACTIVATE_NOW) in fb_set_var()
309 ret = fb_check_caps(info, var, activate); in fb_set_var()
725 var.activate = FB_ACTIVATE_TEST; in fb_new_modelist()
H A Dfbsysfs.c15 static int activate(struct fb_info *fb_info, struct fb_var_screeninfo *var) in activate() function
19 var->activate |= FB_ACTIVATE_FORCE; in activate()
24 fbcon_update_vcs(fb_info, var->activate & FB_ACTIVATE_ALL); in activate()
74 if ((err = activate(fb_info, &var))) in store_mode()
149 if ((err = activate(fb_info, &var))) in store_bpp()
173 if ((err = activate(fb_info, &var))) in store_rotate()
204 if ((err = activate(fb_info, &var))) in store_virtual()
/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()
/linux/drivers/thunderbolt/
H A Dtunnel.c333 static int tb_pci_activate(struct tb_tunnel *tunnel, bool activate) in tb_pci_activate() argument
337 if (activate) { in tb_pci_activate()
338 res = tb_pci_set_ext_encapsulation(tunnel, activate); in tb_pci_activate()
343 if (activate) in tb_pci_activate()
344 res = tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
346 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate()
351 if (activate) { in tb_pci_activate()
352 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate()
357 tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
360 return activate ? 0 : tb_pci_set_ext_encapsulation(tunnel, activate); in tb_pci_activate()
[all …]
H A Dtunnel.h81 int (*activate)(struct tb_tunnel *tunnel, bool activate); member
/linux/Documentation/translations/zh_CN/
H A Dhow-to.rst86 . sphinx_latest/bin/activate
109 . sphinx_latest/bin/activate
118 . sphinx_latest/bin/activate
129 . sphinx_latest/bin/activate
227 . sphinx_latest/bin/activate
/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()
/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst9 mechanism to activate firmware.
37 - Firmware activate. Activates new firmware if such image is stored and
86 # Run reload command to activate firmware:
/linux/kernel/time/
H A Dtimer_migration.c1702 static bool tmigr_init_root(struct tmigr_group *group, bool activate) in tmigr_init_root() argument
1711 WARN_ON_ONCE(activate); in tmigr_init_root()
1722 bool activate) in tmigr_connect_child_parent() argument
1724 if (tmigr_init_root(parent, activate)) { in tmigr_connect_child_parent()
1735 if (!parent->parent && activate) { in tmigr_connect_child_parent()
1761 struct tmigr_group *start, bool activate) in tmigr_setup_groups() argument
1830 tmigr_init_root(group, activate); in tmigr_setup_groups()
1838 tmigr_connect_child_parent(child, group, activate); in tmigr_setup_groups()
1845 if (activate) { in tmigr_setup_groups()
/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
/linux/drivers/usb/typec/
H A Dmode_selection.c70 if (alt->ops && alt->ops->activate) in activate_altmode()
71 order->result = alt->ops->activate(alt, order->enter); in activate_altmode()
218 if (pdev && altmode->ops && altmode->ops->activate) { in altmode_add_to_list()
/linux/arch/mips/lantiq/
H A Dclk.c145 if (clk->activate) in clk_activate()
146 return clk->activate(clk); in clk_activate()
/linux/drivers/hwmon/
H A Dsmsc47m1.c134 u8 activate; /* Remember initial device state */ member
599 sio_data->activate = superio_inb(SUPERIO_REG_ACT); in smsc47m1_find()
600 if ((sio_data->activate & 0x01) == 0) { in smsc47m1_find()
602 superio_outb(SUPERIO_REG_ACT, sio_data->activate | 0x01); in smsc47m1_find()
612 if ((sio_data->activate & 0x01) == 0) { in smsc47m1_restore()
616 superio_outb(SUPERIO_REG_ACT, sio_data->activate); in smsc47m1_restore()
/linux/drivers/usb/typec/altmodes/
H A Dthunderbolt.c268 static int tbt_altmode_activate(struct typec_altmode *alt, int activate) in tbt_altmode_activate() argument
275 if (activate) in tbt_altmode_activate()
287 .activate = tbt_altmode_activate
/linux/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst52 $ . sphinx_2.4.4/bin/activate
55 在运行 ``. sphinx_2.4.4/bin/activate`` 之后,提示符将变化,以指示您正在使用新
94 . sphinx_2.4.4/bin/activate
/linux/Documentation/gpu/
H A Dzynqmp.rst22 Writing a 1 to this file will activate test mode, and writing a 0 will
24 active/inactive will re-activate/re-deactivate test mode. When test
121 configure test mode, activate test mode, and then disconnect the cable
/linux/include/linux/usb/
H A Dtypec_altmode.h77 int (*activate)(struct typec_altmode *altmode, int activate); member

12345678910>>...14