Home
last modified time | relevance | path

Searched refs:deactivated (Results 1 – 25 of 46) sorted by relevance

12

/linux/drivers/usb/gadget/udc/
A Dtrace.h40 __field(unsigned, deactivated)
61 __entry->deactivated = g->deactivated;
79 __entry->deactivated ? "deactivated:" : "activated:",
A Dcore.c712 if (gadget->deactivated || !gadget->udc->allow_connect || !gadget->udc->started) { in usb_gadget_connect_locked()
768 if (gadget->deactivated || !gadget->udc->started) { in usb_gadget_disconnect_locked()
836 if (gadget->deactivated) in usb_gadget_deactivate()
850 gadget->deactivated = true; in usb_gadget_deactivate()
876 if (!gadget->deactivated) in usb_gadget_activate()
879 gadget->deactivated = false; in usb_gadget_activate()
/linux/arch/arm64/kvm/vgic/
A Dvgic-v2.c63 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()
A Dvgic-v3.c51 bool deactivated; in vgic_v3_fold_lr_state() local
75 deactivated = irq->active && !(val & ICH_LR_ACTIVE_BIT); in vgic_v3_fold_lr_state()
97 vgic_irq_handle_resampling(irq, deactivated, val & ICH_LR_PENDING_BIT); in vgic_v3_fold_lr_state()
/linux/Documentation/ABI/obsolete/
A Dsysfs-driver-hid-roccat-arvo40 When written, the given buttons are activated/deactivated
52 When written, the key is activated/deactivated immediately.
A Dsysfs-driver-hid-roccat-konepure75 can be activated/deactivated and the lift-off distance can be
A Dsysfs-driver-hid-roccat-koneplus115 can be activated/deactivated and the lift-off distance can be
/linux/Documentation/leds/
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/drivers/char/tpm/
A Dtpm.h68 u8 deactivated; member
104 u8 deactivated; member
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/Documentation/devicetree/bindings/sound/
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/include/net/sctp/
A Dauth.h53 __u8 deactivated; member
/linux/Documentation/admin-guide/device-mapper/
A Dzero.rst17 device is deactivated. This can be very useful for testing device and
A Dsnapshot.rst131 COW device to the "snapshot-merge" is deactivated (unless using lvchange
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/net/sctp/
A Dauth.c438 if (!key->deactivated) in sctp_auth_get_shkey()
906 if (!found || key->deactivated) in sctp_auth_set_active_key()
1017 key->deactivated = 1; in sctp_auth_deact_key_id()
/linux/Documentation/ABI/testing/
A Dsysfs-kernel-slab148 was deactivated. It can be written to clear the current count.
158 was deactivated. It can be written to clear the current count.
168 has been deactivated and contained free objects that were freed
179 slab was deactivated and added to the head of its node's partial
190 slab was deactivated and added to the tail of its node's partial
/linux/Documentation/networking/
A Dnfc.rst122 When the socket is closed, the target is deactivated.
/linux/include/linux/usb/
A Dgadget.h451 unsigned deactivated:1; member
/linux/Documentation/sound/cards/
A Dmaya44.rst108 The proposed code (currently deactivated) is in ice1712.h.patch, ice1724.c and maya44.c (in pci/ice…
/linux/Documentation/ABI/stable/
A Dsysfs-class-tpm166 been temporarily deactivated, usually until the next power
/linux/Documentation/mm/damon/
A Ddesign.rst482 high watermark or below the low watermark, the scheme is deactivated. If the
484 is activated. If all schemes are deactivated by the watermarks, the monitoring
485 is also deactivated. In this case, the DAMON worker thread only periodically
/linux/net/sched/
A Dsch_api.c637 bool deactivated; in qdisc_watchdog_schedule_range_ns() local
640 deactivated = test_bit(__QDISC_STATE_DEACTIVATED, in qdisc_watchdog_schedule_range_ns()
643 if (deactivated) in qdisc_watchdog_schedule_range_ns()
/linux/sound/drivers/
A DKconfig182 deactivated with setserial before loading this driver.
/linux/Documentation/dev-tools/
A Dgcov.rst121 This behavior can be deactivated by specifying the gcov_persist kernel

Completed in 44 milliseconds

12