Home
last modified time | relevance | path

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

12345

/Linux-v5.4/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.4/drivers/thunderbolt/
Dpath.c158 path->activated = true; in tb_path_discover()
412 if (!path->activated) { in tb_path_deactivate()
424 path->activated = false; in tb_path_deactivate()
439 if (path->activated) { in tb_path_activate()
514 path->activated = true; in tb_path_activate()
Dtunnel.c596 WARN_ON(!tunnel->paths[i]->activated); in tb_tunnel_is_invalid()
621 if (tunnel->paths[i]->activated) { in tb_tunnel_restart()
623 tunnel->paths[i]->activated = false; in tb_tunnel_restart()
664 if (tunnel->paths[i]->activated) { in tb_tunnel_activate()
688 if (tunnel->paths[i] && tunnel->paths[i]->activated) in tb_tunnel_deactivate()
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c42 bool activated; /* Becomes true when event is signaled */ member
401 waiter->activated = true; in set_event()
538 event_waiters[i].activated = false; in alloc_event_waiters()
554 waiter->activated = ev->signaled; in init_event_waiter_get_status()
567 if (!waiter->activated) in init_event_waiter_add_to_waitlist()
591 if (event_waiters[i].activated) { in test_event_condition()
620 if (waiter->activated && event->type == KFD_EVENT_TYPE_MEMORY) { in copy_signaled_event_data()
/Linux-v5.4/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.4/drivers/leds/trigger/
Dledtrig-pattern.c407 led_cdev->activated = true; in pattern_trig_activate()
425 if (!led_cdev->activated) in pattern_trig_deactivate()
435 led_cdev->activated = false; in pattern_trig_deactivate()
/Linux-v5.4/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
/Linux-v5.4/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.4/drivers/hwtracing/coresight/
Dcoresight.c508 csdev->activated) { in coresight_enabled_sink()
517 csdev->activated = false; in coresight_enabled_sink()
884 return scnprintf(buf, PAGE_SIZE, "%u\n", csdev->activated); in enable_sink_show()
900 csdev->activated = true; in enable_sink_store()
902 csdev->activated = false; in enable_sink_store()
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dgrcan.txt25 a bug workaround is activated.
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-queue-length.rst16 the default value, see the activated table.
/Linux-v5.4/drivers/staging/iio/Documentation/dac/
Dmax51739 of the chip is activated, reducing the supply current to 4uA.
/Linux-v5.4/Documentation/fb/
Dvt8623fb.rst22 * text mode (activated by bpp = 0)
Darkfb.rst24 * text mode (activated by bpp = 0)
/Linux-v5.4/Documentation/devicetree/bindings/display/
Darm,hdlcd.txt13 the interrupt mask register have activated.
/Linux-v5.4/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
/Linux-v5.4/Documentation/networking/device_drivers/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.
/Linux-v5.4/drivers/mmc/host/
Dcqhci.h171 bool activated; member
/Linux-v5.4/include/linux/
Dcoresight.h167 bool activated; /* true only if a sink is part of a path */ member
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-block-device11 0 OFF - the LED is not activated on activity
/Linux-v5.4/drivers/nfc/pn544/
Dpn544.c339 u8 activated; in pn544_hci_start_poll() local
359 activated = 0; in pn544_hci_start_poll()
361 PN544_PL_NFCT_DEACTIVATED, &activated, 1); in pn544_hci_start_poll()

12345