| /Linux-v5.4/drivers/leds/trigger/ |
| 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,
|
| D | ledtrig-panic.c | 37 if (trig->activate) in led_trigger_set_panic() 38 trig->activate(led_cdev); in led_trigger_set_panic()
|
| D | ledtrig-default-on.c | 24 .activate = defon_trig_activate,
|
| /Linux-v5.4/Documentation/leds/ |
| D | ledtrig-transient.rst | 5 The leds timer trigger does not currently have an interface to activate 22 PMIC. There is a need to activate one shot timer to control the vibrate 74 This trigger exports three properties, activate, state, and duration. When 78 - activate allows activating and deactivating the timer specified by 84 activate 85 - one shot timer activate mechanism. 90 activate state indicates a timer with a value of specified 96 - one shot timer value. When activate is set, duration value 118 When timer expires activate goes back to deactivated state, duration is left 119 at the set value to be used when activate is set at a future time. This will [all …]
|
| /Linux-v5.4/sound/pci/ice1712/ |
| 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-v5.4/drivers/thunderbolt/ |
| D | tunnel.c | 79 static int tb_pci_activate(struct tb_tunnel *tunnel, bool activate) in tb_pci_activate() argument 83 res = tb_pci_port_enable(tunnel->src_port, activate); in tb_pci_activate() 88 return tb_pci_port_enable(tunnel->dst_port, activate); in tb_pci_activate() 128 tunnel->activate = tb_pci_activate; in tb_tunnel_discover_pci() 203 tunnel->activate = tb_pci_activate; in tb_tunnel_alloc_pci() 363 tunnel->activate = tb_dp_activate; in tb_tunnel_discover_dp() 443 tunnel->activate = tb_dp_activate; in tb_tunnel_alloc_dp() 539 tunnel->activate = tb_dma_activate; in tb_tunnel_alloc_dma() 639 if (tunnel->activate) { in tb_tunnel_restart() 640 res = tunnel->activate(tunnel, true); in tb_tunnel_restart() [all …]
|
| D | tunnel.h | 40 int (*activate)(struct tb_tunnel *tunnel, bool activate); member
|
| /Linux-v5.4/arch/powerpc/platforms/pseries/ |
| D | pseries_energy.c | 191 static ssize_t get_best_energy_list(char *page, int activate) in get_best_energy_list() argument 204 if (activate) in get_best_energy_list() 217 if ((cpu_online(cpu) && !activate) || in get_best_energy_list() 218 (!cpu_online(cpu) && activate)) in get_best_energy_list() 231 char *page, int activate) in get_best_energy_data() argument 238 if (activate) in get_best_energy_data()
|
| /Linux-v5.4/net/bluetooth/ |
| 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-v5.4/net/mac80211/ |
| 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-v5.4/drivers/video/fbdev/core/ |
| 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() 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-v5.4/include/linux/usb/ |
| D | typec_altmode.h | 65 int (*activate)(struct typec_altmode *altmode, int activate); member
|
| /Linux-v5.4/Documentation/networking/ |
| D | cxacru.txt | 61 "attempting to activate" 68 Changes between "down" and "attempting to activate" 96 [4942249.665075] ATM dev 0: ADSL line: attempting to activate
|
| /Linux-v5.4/arch/mips/lantiq/ |
| D | clk.c | 144 if (clk->activate) in clk_activate() 145 return clk->activate(clk); in clk_activate()
|
| D | clk.h | 67 int (*activate) (struct clk *clk); member
|
| /Linux-v5.4/Documentation/x86/ |
| 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_K8_SYSCFG), then Linux can activate 95 not enable SME, then Linux will not be able to activate memory encryption, even
|
| /Linux-v5.4/drivers/hwmon/ |
| 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-v5.4/drivers/hwtracing/intel_th/ |
| D | intel_th.h | 174 int (*activate)(struct intel_th_device *thdev); member 275 int (*activate)(struct intel_th *); member
|
| /Linux-v5.4/include/linux/ |
| D | intel_th.h | 47 void (*activate)(void *priv); member
|
| D | if_frad.h | 74 int (*activate)(struct net_device *, struct net_device *); member
|
| /Linux-v5.4/Documentation/admin-guide/ |
| 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-v5.4/drivers/s390/char/ |
| D | raw3270.c | 521 if (view->fn->activate(view) == 0) in raw3270_size_device_done() 866 rc = view->fn->activate(view); in raw3270_activate_view() 870 if (!oldview || oldview->fn->activate(oldview) != 0) { in raw3270_activate_view() 875 if (nv->fn->activate(nv) == 0) in raw3270_activate_view() 910 if (view->fn->activate(view) == 0) in raw3270_deactivate_view() 1006 if (nv->fn->activate(nv) == 0) { in raw3270_del_view() 1255 if (rp->view && rp->view->fn->activate) in raw3270_pm_start() 1256 rp->view->fn->activate(rp->view); in raw3270_pm_start()
|
| /Linux-v5.4/include/scsi/ |
| D | scsi_dh.h | 58 int (*activate)(struct scsi_device *, activate_complete, void *); member
|
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_dh.c | 273 if (sdev->handler->activate) in scsi_dh_activate() 274 err = sdev->handler->activate(sdev, fn, data); in scsi_dh_activate()
|
| /Linux-v5.4/drivers/hid/ |
| 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()
|