/kernel/linux/linux-5.10/drivers/ntb/hw/idt/ |
D | Kconfig | 16 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/ |
D | kfd_events.c | 42 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/ |
D | path.c | 158 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()
|
D | tunnel.c | 1239 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/ |
D | atmel-usb.txt | 17 activated for the bus to be powered. 19 activated for the overcurrent detection. 67 activated for the bus to be powered.
|
D | pxa-usb.txt | 43 - gpio activated to control the USB D+ pullup (see gpio.txt)
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/ |
D | r8a774e1-hihope-rzg2h-ex.dts | 17 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
|
D | r8a774a1-hihope-rzg2m-ex.dts | 18 /* SW43 should be OFF, if in ON state SATA port will be activated */
|
D | r8a774b1-hihope-rzg2n-ex.dts | 18 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
|
D | r8a774a1-hihope-rzg2m-rev2-ex.dts | 17 /* SW43 should be OFF, if in ON state SATA port will be activated */
|
/kernel/linux/linux-5.10/drivers/leds/trigger/ |
D | ledtrig-pattern.c | 409 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/ |
D | sysfs-driver-hid-roccat-arvo | 40 When written, the given buttons are activated/deactivated 52 When written, the key is activated/deactivated immediately.
|
/kernel/linux/linux-5.10/Documentation/leds/ |
D | leds-lm3556.rst | 23 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
|
D | ledtrig-usbport.rst | 32 This trigger can be activated from user space on led class devices as shown
|
D | ledtrig-oneshot.rst | 20 The trigger can be activated from user space on led class devices as shown
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/ |
D | grcan.txt | 25 a bug workaround is activated.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-queue-length.rst | 16 the default value, see the activated table.
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | vt8623fb.rst | 22 * text mode (activated by bpp = 0)
|
D | arkfb.rst | 24 * text mode (activated by bpp = 0)
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
D | arm,hdlcd.txt | 13 the interrupt mask register have activated.
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | amd-memory-encryption.rst | 89 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/ |
D | igbvf.rst | 17 function devices that can only be activated on kernels that support SR-IOV.
|
D | ixgbevf.rst | 18 that can only be activated on kernels that support SR-IOV.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-block-device | 12 0 OFF - the LED is not activated on activity
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
D | avic.c | 648 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()
|