Home
last modified time | relevance | path

Searched full:deactivated (Results 1 – 25 of 119) sorted by relevance

12345

/linux/Documentation/leds/
H A Dledtrig-transient.rst11 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 Dsysfs-driver-hid-roccat-arvo40 When written, the given buttons are activated/deactivated
52 When written, the key is activated/deactivated immediately.
H A Dsysfs-driver-hid-roccat-konepure75 can be activated/deactivated and the lift-off distance can be
/linux/Documentation/devicetree/bindings/sound/
H A Dti,tlv320adc3xxx.yaml92 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/Documentation/ABI/testing/
H A Dsysfs-kernel-slab149 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
/linux/drivers/usb/gadget/udc/
H A Dcore.c715 if (gadget->deactivated || !gadget->udc->allow_connect || !gadget->udc->started) { in usb_gadget_connect_locked()
717 * If the gadget isn't usable (because it is deactivated, in usb_gadget_connect_locked()
771 if (gadget->deactivated || !gadget->udc->started) { in usb_gadget_disconnect_locked()
773 * If gadget is deactivated we only save new state. in usb_gadget_disconnect_locked()
822 * @gadget: the peripheral being deactivated
839 if (gadget->deactivated) in usb_gadget_deactivate()
853 gadget->deactivated = true; in usb_gadget_deactivate()
867 * This routine activates gadget which was previously deactivated with
879 if (!gadget->deactivated) in usb_gadget_activate()
882 gadget->deactivated = false; in usb_gadget_activate()
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Dzero.rst17 device is deactivated. This can be very useful for testing device and
H A Dthin-provisioning.rst250 All devices using a pool must be deactivated before the pool itself
348 device must be deactivated and checked/repaired before the
/linux/arch/arm64/kvm/vgic/
H A Dvgic-v3.c53 * need to deal with SPIs that can be deactivated on another in vgic_v3_configure_hcr()
78 bool deactivated; in vgic_v3_fold_lr() local
96 deactivated = irq->active && !(val & ICH_LR_ACTIVE_BIT); in vgic_v3_fold_lr()
121 vgic_irq_handle_resampling(irq, deactivated, val & ICH_LR_PENDING_BIT); in vgic_v3_fold_lr()
127 if (deactivated && lr_signals_eoi_mi(val) && vgic_valid_spi(vcpu->kvm, intid)) { in vgic_v3_fold_lr()
H A Dvgic-v2.c60 bool deactivated; in vgic_v2_fold_lr() local
74 deactivated = irq->active && !(val & GICH_LR_ACTIVE_BIT); in vgic_v2_fold_lr()
96 vgic_irq_handle_resampling(irq, deactivated, val & GICH_LR_PENDING_BIT); in vgic_v2_fold_lr()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlow_latency.h36 * it is deactivated if the threshold is not reached within a
/linux/drivers/char/tpm/
H A Dtpm.h68 u8 deactivated; member
104 u8 deactivated; member
H A Dtpm-sysfs.c154 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/hv/
H A Dmshv_eventfd.c330 * We must check if someone deactivated the irqfd before in mshv_irqfd_wakeup()
332 * deactivated from the mshv side before it is unhooked from in mshv_irqfd_wakeup()
333 * the wait-queue. If it is already deactivated, we can in mshv_irqfd_wakeup()
/linux/drivers/irqchip/
H A Dirq-gic-common.c127 * private interrupts. Make sure everything is deactivated. in gic_cpu_config()
/linux/include/uapi/linux/surface_aggregator/
H A Ddtx.h70 * touchpad deactivated, however, the base battery
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drfi.c156 IWL_INFO(mvm, "RFIm is deactivated, reason = %d\n", notif->reason); in iwl_rfi_deactivate_notif_handler()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c212 * 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/fs/kernfs/
H A Ddir.c1187 /* The kernfs node has been deactivated */ in kernfs_dop_revalidate()
1413 * kernfs_activate - activate a node which started deactivated
1444 * If @show is %false, @kn is marked hidden and deactivated. A hidden node is
1604 * is alive, nothing changes. If @kn is being deactivated, the in kernfs_unbreak_active_protection()
1606 * deactivated state. If @kn is already removed, the temporary in kernfs_unbreak_active_protection()
1686 * waiting for SUICIDED && deactivated could finish prematurely. in kernfs_remove_self()
/linux/net/tipc/
H A Dcore.c221 pr_info("Deactivated\n"); in tipc_exit()
/linux/net/dccp/
H A Dccid.c
/linux/virt/lib/
H A Dirqbypass.c12 * interrupts to be directly deactivated by the guest. This manager allows
/linux/virt/kvm/
H A Deventfd.c241 * We must check if someone deactivated the irqfd before in irqfd_wakeup()
243 * deactivated from the KVM side before it is unhooked from in irqfd_wakeup()
244 * the wait-queue. If it is already deactivated, we can in irqfd_wakeup()
/linux/include/linux/usb/
H A Dgadget.h414 * @deactivated: True if gadget is deactivated - in deactivated state it cannot
481 unsigned deactivated:1; member
/linux/sound/drivers/
H A DKconfig182 deactivated with setserial before loading this driver.

12345