Home
last modified time | relevance | path

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

12345678910>>...44

/linux-6.14.4/drivers/platform/x86/intel/ifs/
Druntest.c28 union ifs_scan *activate; member
35 union ifs_sbaf *activate; member
192 start = params->activate->gen2.start; in doscan()
193 stop = params->activate->gen2.stop; in doscan()
195 start = params->activate->gen0.start; in doscan()
196 stop = params->activate->gen0.stop; in doscan()
206 * to this MSR (at most for activate.delay cycles). Then it in doscan()
212 wrmsrl(MSR_ACTIVATE_SCAN, params->activate->data); in doscan()
233 union ifs_scan activate; in ifs_test_core() local
243 activate.gen0.rsvd = 0; in ifs_test_core()
[all …]
/linux-6.14.4/Documentation/leds/
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-6.14.4/Documentation/driver-api/nvdimm/
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-6.14.4/drivers/leds/trigger/
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 …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/grandridge/
Duncore-memory.json3 …"BriefDescription": "DRAM Activate Count : Counts the number of DRAM Activate commands sent on thi…
12 … "DRAM Activate Count : Read transaction on Page Empty or Page Miss : Counts the number of DRAM Ac…
22 …M Activate Count : Underfill Read transaction on Page Empty or Page Miss : Counts the number of DR…
32 … "DRAM Activate Count : Write transaction on Page Empty or Page Miss : Counts the number of DRAM A…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/sierraforest/
Duncore-memory.json3 …"BriefDescription": "DRAM Activate Count : Counts the number of DRAM Activate commands sent on thi…
12 … "DRAM Activate Count : Read transaction on Page Empty or Page Miss : Counts the number of DRAM Ac…
22 …M Activate Count : Underfill Read transaction on Page Empty or Page Miss : Counts the number of DR…
32 … "DRAM Activate Count : Write transaction on Page Empty or Page Miss : Counts the number of DRAM A…
/linux-6.14.4/tools/perf/pmu-events/arch/x86/graniterapids/
Duncore-memory.json3 …"BriefDescription": "DRAM Activate Count : Counts the number of DRAM Activate commands sent on thi…
12 … "DRAM Activate Count : Read transaction on Page Empty or Page Miss : Counts the number of DRAM Ac…
22 …M Activate Count : Underfill Read transaction on Page Empty or Page Miss : Counts the number of DR…
32 … "DRAM Activate Count : Write transaction on Page Empty or Page Miss : Counts the number of DRAM A…
/linux-6.14.4/sound/pci/ice1712/
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 …]
/linux-6.14.4/include/trace/events/
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-6.14.4/scripts/kconfig/
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 …]
/linux-6.14.4/arch/powerpc/platforms/pseries/
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
/linux-6.14.4/drivers/eisa/
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
/linux-6.14.4/arch/alpha/kernel/
Dsmc37c93x.c29 /* device "activate" register contents */
58 #define ACTIVATE 0x30 macro
156 outb(ACTIVATE, indexPort); in SMCEnableDevice()
177 outb(ACTIVATE, indexPort); in SMCEnableKYBD()
206 outb(ACTIVATE, indexPort); in SMCEnableFDC()
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen5/
Dmemory-controller.json11 "PublicDescription": "Number of ACTIVATE commands sent.",
18 "PublicDescription": "Number of ACTIVATE commands sent for reads.",
26 "PublicDescription": "Number of ACTIVATE commands sent for writes.",
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen4/
Dmemory-controller.json11 "PublicDescription": "Number of ACTIVATE commands sent.",
18 "PublicDescription": "Number of ACTIVATE commands sent for reads.",
26 "PublicDescription": "Number of ACTIVATE commands sent for writes.",
/linux-6.14.4/net/bluetooth/
Dleds.c57 int (*activate)(struct led_classdev *led_cdev), in led_allocate_basic()
67 htrig->led_trigger.activate = activate; in led_allocate_basic()
/linux-6.14.4/drivers/video/fbdev/core/
Dfbmem.c204 u32 activate) in fb_check_caps() argument
211 caps.flags = (activate & FB_ACTIVATE_ALL) ? 1 : 0; in fb_check_caps()
227 u32 activate; in fb_set_var() local
233 if (var->activate & FB_ACTIVATE_INV_MODE) { in fb_set_var()
249 if (!(var->activate & FB_ACTIVATE_FORCE) && in fb_set_var()
253 activate = var->activate; in fb_set_var()
298 if ((var->activate & FB_ACTIVATE_MASK) != FB_ACTIVATE_NOW) in fb_set_var()
302 ret = fb_check_caps(info, var, activate); in fb_set_var()
661 var.activate = FB_ACTIVATE_TEST; in fb_new_modelist()
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()
/linux-6.14.4/security/tomoyo/
DKconfig41 bool "Activate without calling userspace policy loader."
45 Say Y here if you want to activate access control as soon as built-in
48 needed before loading the policy. For example, you can activate
/linux-6.14.4/Documentation/networking/devlink/
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-6.14.4/sound/usb/
Dmixer_scarlett2.c571 * parameter buffer and the activate command is sent to the device.
582 u8 activate; member
611 .offset = 0x34, .size = 16, .activate = 1 },
614 .offset = 0x5c, .size = 8, .activate = 1 },
617 .offset = 0x7c, .size = 8, .activate = 7 },
620 .offset = 0x84, .size = 8, .activate = 8 },
623 .offset = 0x8d, .size = 8, .activate = 6 },
633 .offset = 0x31, .size = 8, .activate = 2 },
636 .offset = 0x34, .size = 16, .activate = 1 },
639 .offset = 0x5c, .size = 8, .activate = 1 },
[all …]
/linux-6.14.4/Documentation/networking/device_drivers/atm/
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-6.14.4/drivers/thunderbolt/
Dtunnel.c257 static int tb_pci_activate(struct tb_tunnel *tunnel, bool activate) in tb_pci_activate() argument
261 if (activate) { in tb_pci_activate()
262 res = tb_pci_set_ext_encapsulation(tunnel, activate); in tb_pci_activate()
267 if (activate) in tb_pci_activate()
268 res = tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
270 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate()
275 if (activate) { in tb_pci_activate()
276 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate()
281 tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate()
284 return activate ? 0 : tb_pci_set_ext_encapsulation(tunnel, activate); in tb_pci_activate()
[all …]
/linux-6.14.4/net/mac80211/
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-6.14.4/include/linux/
Dtty_port.h22 * only. Called under the port mutex to serialize against @activate and
24 * @activate: called under the port mutex from tty_port_open(), serialized using
37 int (*activate)(struct tty_port *port, struct tty_struct *tty); member
59 * @ops: tty port operations (like activate, shutdown), see &struct
98 * tty_port_hangup(). These call @ops->activate() and @ops->shutdown() as

12345678910>>...44