/linux/Documentation/leds/ |
H A D | ledtrig-transient.rst | 11 gets deactivated. There is no provision for one time activation to implement 80 1 when activated, 0 when deactivated. 86 deactivated state indicates that there is no active timer 112 When timer expires activate goes back to deactivated state, duration is left
|
/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-driver-hid-roccat-arvo | 40 When written, the given buttons are activated/deactivated 52 When written, the key is activated/deactivated immediately.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-slab | 149 was deactivated. It can be written to clear the current count. 159 was deactivated. It can be written to clear the current count. 169 has been deactivated and contained free objects that were freed 180 slab was deactivated and added to the head of its node's partial 191 slab was deactivated and added to the tail of its node's partial
|
H A D | sysfs-power | 234 deactivated after it has expired. The timeout, if present, is 253 the moment, it will be deactivated.
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | ti,tlv320adc3xxx.yaml | 92 specified by the ti,micbias1-vg property. When deactivated, the pin will 102 specified by the ti,micbias2-vg property. When deactivated, the pin will
|
/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-v2.c | 63 bool deactivated; in vgic_v2_fold_lr_state() local 80 deactivated = irq->active && !(val & GICH_LR_ACTIVE_BIT); in vgic_v2_fold_lr_state() 102 vgic_irq_handle_resampling(irq, deactivated, val & GICH_LR_PENDING_BIT); in vgic_v2_fold_lr_state()
|
/linux/drivers/usb/gadget/udc/ |
H A D | core.c | 712 if (gadget->deactivated || !gadget->udc->allow_connect || !gadget->udc->started) { in usb_gadget_connect_locked() 714 * If the gadget isn't usable (because it is deactivated, in usb_gadget_connect_locked() 768 if (gadget->deactivated || !gadget->udc->started) { in usb_gadget_disconnect_locked() 770 * If gadget is deactivated we only save new state. in usb_gadget_disconnect_locked() 819 * @gadget: the peripheral being deactivated 836 if (gadget->deactivated) in usb_gadget_deactivate() 850 gadget->deactivated = true; in usb_gadget_deactivate() 864 * This routine activates gadget which was previously deactivated with 876 if (!gadget->deactivated) in usb_gadget_activate() 879 gadget->deactivated = false; in usb_gadget_activate() [all …]
|
/linux/drivers/mtd/nand/ |
H A D | ecc.c | 73 * deactivated 77 * deactivated 88 * engine if deactivated 92 * engine if deactivated
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | zero.rst | 17 device is deactivated. This can be very useful for testing device and
|
H A D | thin-provisioning.rst | 250 All devices using a pool must be deactivated before the pool itself 348 device must be deactivated and checked/repaired before the
|
/linux/drivers/net/wireless/intel/iwlwifi/mld/ |
H A D | low_latency.h | 36 * it is deactivated if the threshold is not reached within a
|
/linux/net/batman-adv/ |
H A D | hard-interface.h | 36 /** @BATADV_IF_INACTIVE: interface is deactivated */
|
/linux/kernel/time/ |
H A D | timer.c | 1347 * @timer: The timer to be deactivated 1358 * * %1 - The timer was pending and deactivated 1392 * @timer: The timer to be deactivated 1402 * * %1 - The timer was pending and deactivated 1412 * @timer: The timer to be deactivated 1448 * * %1 - The timer was pending and deactivated 1484 * * %1 - The timer was pending and deactivated 1571 * @timer: The timer to be deactivated 1588 * * %1 - The timer was pending and deactivated 1633 * @timer: The timer to be deactivated [all …]
|
/linux/net/sctp/ |
H A D | auth.c | 438 if (!key->deactivated) in sctp_auth_get_shkey() 906 if (!found || key->deactivated) in sctp_auth_set_active_key() 1004 * and deactivated will be set, so it's time to notify userland in sctp_auth_deact_key_id() 1017 key->deactivated = 1; in sctp_auth_deact_key_id()
|
/linux/include/net/sctp/ |
H A D | auth.h | 53 __u8 deactivated; member
|
/linux/drivers/hv/ |
H A D | mshv_eventfd.c | 326 * We must check if someone deactivated the irqfd before in mshv_irqfd_wakeup() 328 * deactivated from the mshv side before it is unhooked from in mshv_irqfd_wakeup() 329 * the wait-queue. If it is already deactivated, we can in mshv_irqfd_wakeup()
|
/linux/drivers/irqchip/ |
H A D | irq-gic-common.c | 127 * private interrupts. Make sure everything is deactivated. in gic_cpu_config()
|
/linux/include/uapi/linux/surface_aggregator/ |
H A D | dtx.h | 70 * touchpad deactivated, however, the base battery
|
/linux/Documentation/networking/ |
H A D | nfc.rst | 122 When the socket is closed, the target is deactivated.
|
/linux/fs/kernfs/ |
H A D | dir.c | 1182 /* The kernfs node has been deactivated */ in kernfs_dop_revalidate() 1408 * kernfs_activate - activate a node which started deactivated 1439 * If @show is %false, @kn is marked hidden and deactivated. A hidden node is 1599 * is alive, nothing changes. If @kn is being deactivated, the in kernfs_unbreak_active_protection() 1601 * deactivated state. If @kn is already removed, the temporary in kernfs_unbreak_active_protection() 1681 * waiting for SUICIDED && deactivated could finish prematurely. in kernfs_remove_self()
|
/linux/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 212 * their heartbeat is still active. If not, the partition is deactivated. 1010 "deactivated\n"); in xpc_do_exit() 1091 xpc_arch_ops.disallow_all_hbs(); /*indicate we're deactivated */ in xpc_die_deactivate() 1118 dev_info(xpc_part, "all partitions have deactivated\n"); in xpc_die_deactivate()
|
/linux/drivers/char/tpm/ |
H A D | tpm-sysfs.c | 154 rc = sprintf(buf, "%d\n", !cap.perm_flags.deactivated); in active_show() 198 rc = sprintf(buf, "%d\n", cap.stclear_flags.deactivated); in temp_deactivated_show()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rfi.c | 156 IWL_INFO(mvm, "RFIm is deactivated, reason = %d\n", notif->reason); in iwl_rfi_deactivate_notif_handler()
|
/linux/net/tipc/ |
H A D | core.c | 221 pr_info("Deactivated\n"); in tipc_exit()
|
/linux/net/dccp/ |
H A D | ccid.c |
|