Home
last modified time | relevance | path

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

12345678

/linux-6.12.1/drivers/usb/gadget/udc/
Dtrace.h40 __field(unsigned, deactivated)
61 __entry->deactivated = g->deactivated;
79 __entry->deactivated ? "deactivated:" : "activated:",
Dcore.c712 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-6.12.1/Documentation/leds/
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-6.12.1/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-arvo40 When written, the given buttons are activated/deactivated
52 When written, the key is activated/deactivated immediately.
/linux-6.12.1/Documentation/ABI/testing/
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-6.12.1/Documentation/devicetree/bindings/sound/
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-6.12.1/arch/arm64/kvm/vgic/
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()
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-6.12.1/include/linux/
Dtimer.h181 * * %1 - The timer was pending and deactivated
198 * * %1 - The timer was pending and deactivated
/linux-6.12.1/drivers/mtd/nand/
Decc.c73 * deactivated
77 * deactivated
88 * engine if deactivated
92 * engine if deactivated
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Dzero.rst17 device is deactivated. This can be very useful for testing device and
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-6.12.1/drivers/char/tpm/
Dtpm.h68 u8 deactivated; member
104 u8 deactivated; member
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-6.12.1/net/batman-adv/
Dhard-interface.h36 /** @BATADV_IF_INACTIVE: interface is deactivated */
/linux-6.12.1/include/net/sctp/
Dauth.h53 __u8 deactivated; member
/linux-6.12.1/net/sctp/
Dauth.c438 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-6.12.1/kernel/time/
Dtimer.c1394 * @timer: The timer to be deactivated
1405 * * %1 - The timer was pending and deactivated
1439 * @timer: The timer to be deactivated
1449 * * %1 - The timer was pending and deactivated
1459 * @timer: The timer to be deactivated
1495 * * %1 - The timer was pending and deactivated
1531 * * %1 - The timer was pending and deactivated
1618 * @timer: The timer to be deactivated
1635 * * %1 - The timer was pending and deactivated
1680 * @timer: The timer to be deactivated
[all …]
/linux-6.12.1/drivers/irqchip/
Dirq-gic-common.c127 * private interrupts. Make sure everything is deactivated. in gic_cpu_config()
/linux-6.12.1/Documentation/networking/
Dnfc.rst122 When the socket is closed, the target is deactivated.
/linux-6.12.1/include/uapi/linux/surface_aggregator/
Ddtx.h70 * touchpad deactivated, however, the base battery
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Drfi.c156 IWL_INFO(mvm, "RFIm is deactivated, reason = %d\n", notif->reason); in iwl_rfi_deactivate_notif_handler()
/linux-6.12.1/virt/kvm/
Deventfd.c231 * We must check if someone deactivated the irqfd before in irqfd_wakeup()
233 * deactivated from the KVM side before it is unhooked from in irqfd_wakeup()
234 * the wait-queue. If it is already deactivated, we can in irqfd_wakeup()
/linux-6.12.1/Documentation/mm/damon/
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-6.12.1/drivers/misc/sgi-xp/
Dxpc_main.c211 * their heartbeat is still active. If not, the partition is deactivated.
1009 "deactivated\n"); in xpc_do_exit()
1090 xpc_arch_ops.disallow_all_hbs(); /*indicate we're deactivated */ in xpc_die_deactivate()
1117 dev_info(xpc_part, "all partitions have deactivated\n"); in xpc_die_deactivate()

12345678