Home
last modified time | relevance | path

Searched refs:activated (Results 1 – 25 of 132) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/ntb/hw/idt/
DKconfig16 First of all partitions must be activated and properly assigned to all
17 the ports with NT-functions intended to be activated (see SWPARTxCTL
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c42 bool activated; /* Becomes true when event is signaled */ member
400 waiter->activated = true; in set_event()
537 event_waiters[i].activated = false; in alloc_event_waiters()
553 waiter->activated = ev->signaled; in init_event_waiter_get_status()
566 if (!waiter->activated) in init_event_waiter_add_to_waitlist()
590 if (event_waiters[i].activated) { in test_event_condition()
619 if (waiter->activated && event->type == KFD_EVENT_TYPE_MEMORY) { in copy_signaled_event_data()
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dpath.c158 path->activated = true; in tb_path_discover()
445 if (!path->activated) { in tb_path_deactivate()
457 path->activated = false; in tb_path_deactivate()
472 if (path->activated) { in tb_path_activate()
547 path->activated = true; in tb_path_activate()
Dtunnel.c1239 WARN_ON(!tunnel->paths[i]->activated); in tb_tunnel_is_invalid()
1264 if (tunnel->paths[i]->activated) { in tb_tunnel_restart()
1266 tunnel->paths[i]->activated = false; in tb_tunnel_restart()
1307 if (tunnel->paths[i]->activated) { in tb_tunnel_activate()
1331 if (tunnel->paths[i] && tunnel->paths[i]->activated) in tb_tunnel_deactivate()
1367 if (!tunnel->paths[i]->activated) in tb_tunnel_is_active()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Datmel-usb.txt17 activated for the bus to be powered.
19 activated for the overcurrent detection.
67 activated for the bus to be powered.
Dpxa-usb.txt43 - gpio activated to control the USB D+ pullup (see gpio.txt)
/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/
Dr8a774e1-hihope-rzg2h-ex.dts17 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
Dr8a774a1-hihope-rzg2m-ex.dts18 /* SW43 should be OFF, if in ON state SATA port will be activated */
Dr8a774b1-hihope-rzg2n-ex.dts18 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
Dr8a774a1-hihope-rzg2m-rev2-ex.dts17 /* SW43 should be OFF, if in ON state SATA port will be activated */
/kernel/linux/linux-5.10/drivers/leds/trigger/
Dledtrig-pattern.c409 led_cdev->activated = true; in pattern_trig_activate()
427 if (!led_cdev->activated) in pattern_trig_deactivate()
437 led_cdev->activated = false; in pattern_trig_deactivate()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/Documentation/leds/
Dleds-lm3556.rst23 CONTROL REGISTER(0x09).Flash mode is activated by the ENABLE REGISTER(0x0A),
51 REGISTER(0x09).Torch Mode is activated by the ENABLE REGISTER(0x0A) or by the
Dledtrig-usbport.rst32 This trigger can be activated from user space on led class devices as shown
Dledtrig-oneshot.rst20 The trigger can be activated from user space on led class devices as shown
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/
Dgrcan.txt25 a bug workaround is activated.
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-queue-length.rst16 the default value, see the activated table.
/kernel/linux/linux-5.10/Documentation/fb/
Dvt8623fb.rst22 * text mode (activated by bpp = 0)
Darkfb.rst24 * text mode (activated by bpp = 0)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Darm,hdlcd.txt13 the interrupt mask register have activated.
/kernel/linux/linux-5.10/Documentation/x86/
Damd-memory-encryption.rst89 SME can also be enabled and activated in the BIOS. If SME is enabled and
90 activated in the BIOS, then all memory accesses will be encrypted and it will
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/
Digbvf.rst17 function devices that can only be activated on kernels that support SR-IOV.
Dixgbevf.rst18 that can only be activated on kernels that support SR-IOV.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-block-device12 0 OFF - the LED is not activated on activity
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Davic.c648 bool activated = kvm_vcpu_apicv_active(vcpu); in svm_refresh_apicv_exec_ctrl() local
653 if (activated) { in svm_refresh_apicv_exec_ctrl()
668 svm_set_pi_irte_mode(vcpu, activated); in svm_refresh_apicv_exec_ctrl()

123456