/linux/drivers/leds/trigger/ |
A D | ledtrig-transient.c | 24 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,
|
A D | ledtrig-audio.c | 28 .activate = ledtrig_audio_mute_activate, 32 .activate = ledtrig_audio_micmute_activate,
|
A D | ledtrig-panic.c | 38 if (trig->activate) in led_trigger_set_panic() 39 trig->activate(led_cdev); in led_trigger_set_panic()
|
A D | ledtrig-default-on.c | 24 .activate = defon_trig_activate,
|
/linux/sound/pci/ice1712/ |
A D | hoontech.c | 41 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()
|
/linux/Documentation/driver-api/nvdimm/ |
A D | firmware-activate.rst | 20 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
|
A D | index.rst | 13 firmware-activate
|
/linux/Documentation/leds/ |
A D | ledtrig-transient.rst | 5 The leds timer trigger does not currently have an interface to activate 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 120 echo 0 > activate cancels currently running timer. 122 activate. Currently active timer if 125 activate. Currently active timer if any, 150 echo 1 > activate - start timer = duration to run once [all …]
|
/linux/arch/powerpc/platforms/pseries/ |
A D | pseries_energy.c | 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()
|
/linux/net/bluetooth/ |
A D | leds.c | 57 int (*activate)(struct led_classdev *led_cdev), in led_allocate_basic() 67 htrig->led_trigger.activate = activate; in led_allocate_basic()
|
/linux/drivers/thunderbolt/ |
A D | tunnel.c | 146 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate() 227 tunnel->activate = tb_pci_activate; in tb_tunnel_discover_pci() 304 tunnel->activate = tb_pci_activate; in tb_tunnel_alloc_pci() 785 tunnel->activate = tb_dp_activate; in tb_tunnel_discover_dp() 872 tunnel->activate = tb_dp_activate; in tb_tunnel_alloc_dp() 1363 tunnel->activate = tb_usb3_activate; in tb_tunnel_discover_usb3() 1487 tunnel->activate = tb_usb3_activate; in tb_tunnel_alloc_usb3() 1603 if (tunnel->activate) { in tb_tunnel_restart() 1604 res = tunnel->activate(tunnel, true); in tb_tunnel_restart() 1648 if (tunnel->activate) in tb_tunnel_deactivate() [all …]
|
A D | tunnel.h | 52 int (*activate)(struct tb_tunnel *tunnel, bool activate); member
|
/linux/drivers/video/fbdev/core/ |
A D | fbsysfs.c | 88 static int activate(struct fb_info *fb_info, struct fb_var_screeninfo *var) in activate() function 92 var->activate |= FB_ACTIVATE_FORCE; in activate() 96 fbcon_update_vcs(fb_info, var->activate & FB_ACTIVATE_ALL); in activate() 147 if ((err = activate(fb_info, &var))) in store_mode() 224 if ((err = activate(fb_info, &var))) in store_bpp() 248 if ((err = activate(fb_info, &var))) in store_rotate() 279 if ((err = activate(fb_info, &var))) in store_virtual()
|
/linux/net/mac80211/ |
A D | led.c | 155 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/ |
A D | devlink-reload.rst | 9 mechanism to activate firmware. 28 - Firmware activate. Activates new firmware if such image is stored and 77 # Run reload command to activate firmware:
|
/linux/Documentation/networking/device_drivers/atm/ |
A D | cxacru.rst | 76 - "attempting to activate" 83 Changes between "down" and "attempting to activate" 116 [4942249.665075] ATM dev 0: ADSL line: attempting to activate
|
/linux/include/linux/usb/ |
A D | typec_altmode.h | 65 int (*activate)(struct typec_altmode *altmode, int activate); member
|
/linux/arch/mips/lantiq/ |
A D | clk.c | 144 if (clk->activate) in clk_activate() 145 return clk->activate(clk); in clk_activate()
|
/linux/Documentation/x86/ |
A D | amd-memory-encryption.rst | 49 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_AMD64_SYSCFG), then Linux can activate 95 not enable SME, then Linux will not be able to activate memory encryption, even
|
/linux/drivers/hwmon/ |
A D | smsc47m1.c | 134 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/sound/usb/ |
A D | mixer_scarlett_gen2.c | 944 u8 activate; member 956 .offset = 0x04, .size = 8, .activate = 6 }, 959 .offset = 0x05, .size = 8, .activate = 6 }, 962 .offset = 0x06, .size = 8, .activate = 3 }, 965 .offset = 0x07, .size = 8, .activate = 4 }, 968 .offset = 0x08, .size = 1, .activate = 7 }, 971 .offset = 0x09, .size = 1, .activate = 8 }, 976 .offset = 0x31, .size = 8, .activate = 2 }, 982 .offset = 0x5c, .size = 8, .activate = 1 }, 985 .offset = 0x66, .size = 8, .activate = 3 }, [all …]
|
/linux/Documentation/translations/zh_CN/doc-guide/ |
A D | sphinx.rst | 52 $ . sphinx_2.4.4/bin/activate 55 在运行 ``. sphinx_2.4.4/bin/activate`` 之后,提示符将变化,以指示您正在使用新 94 . sphinx_2.4.4/bin/activate
|
/linux/drivers/hwtracing/intel_th/ |
A D | intel_th.h | 179 int (*activate)(struct intel_th_device *thdev); member 281 int (*activate)(struct intel_th *); member
|
/linux/Documentation/admin-guide/ |
A D | pnp.rst | 20 The Linux Plug and Play user interface provides a means to activate PnP devices 37 this will invoke the automatic resource config system to activate the device 61 Suppose you need to activate the floppy disk controller. 91 4. now activate the device::
|
/linux/drivers/hid/ |
A D | hid-picolcd_fb.c | 357 __u32 activate = var->activate; in picolcd_fb_check_var() local 361 var->activate = activate; in picolcd_fb_check_var()
|