Home
last modified time | relevance | path

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

123456

/Linux-v5.15/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
/Linux-v5.15/fs/ntfs3/
DKconfig20 If activated 64 bits per clusters you will be able to use 4k cluster
31 If activated you will be able to read such files correctly.
/Linux-v5.15/drivers/thunderbolt/
Dpath.c158 path->activated = true; in tb_path_discover()
452 if (!path->activated) { in tb_path_deactivate()
464 path->activated = false; in tb_path_deactivate()
480 if (path->activated) { in tb_path_activate()
555 path->activated = true; in tb_path_activate()
Dtunnel.c1560 WARN_ON(!tunnel->paths[i]->activated); in tb_tunnel_is_invalid()
1585 if (tunnel->paths[i]->activated) { in tb_tunnel_restart()
1587 tunnel->paths[i]->activated = false; in tb_tunnel_restart()
1628 if (tunnel->paths[i]->activated) { in tb_tunnel_activate()
1652 if (tunnel->paths[i] && tunnel->paths[i]->activated) in tb_tunnel_deactivate()
1688 if (!tunnel->paths[i]->activated) in tb_tunnel_is_active()
/Linux-v5.15/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)
/Linux-v5.15/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()
/Linux-v5.15/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 */
/Linux-v5.15/arch/arm64/boot/dts/marvell/
Dcn9131-db.dts15 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
Dcn9132-db-B.dts15 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
Dcn9130-db.dts15 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
Dcn9132-db.dts15 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
Dcn9130-db-B.dts15 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
Dcn9131-db-B.dts15 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
/Linux-v5.15/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()
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_crc.h49 bool activated; member
Damdgpu_dm_crc.c96 acrtc->dm_irq_params.crc_window.activated = false; in amdgpu_dm_set_crc_window_default()
145 ret = acrtc->dm_irq_params.crc_window.activated; in amdgpu_dm_crc_window_is_activated()
460 if (acrtc->dm_irq_params.crc_window.activated) { in amdgpu_dm_crtc_handle_crc_window_irq()
/Linux-v5.15/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
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/net/can/
Dgrcan.txt25 a bug workaround is activated.
/Linux-v5.15/arch/x86/kvm/svm/
Davic.c636 bool activated = kvm_vcpu_apicv_active(vcpu); in svm_refresh_apicv_exec_ctrl() local
641 if (activated) { in svm_refresh_apicv_exec_ctrl()
656 if (activated) in svm_refresh_apicv_exec_ctrl()
661 svm_set_pi_irte_mode(vcpu, activated); in svm_refresh_apicv_exec_ctrl()
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-queue-length.rst16 the default value, see the activated table.

123456