Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/thunderbolt/
Dtunnel_pci.c122 if (tunnel->path_to_up->activated || tunnel->path_to_down->activated) { in tb_pci_free()
136 WARN_ON(!tunnel->path_to_up->activated); in tb_pci_is_invalid()
137 WARN_ON(!tunnel->path_to_down->activated); in tb_pci_is_invalid()
165 tunnel->path_to_up->activated = false; in tb_pci_restart()
166 tunnel->path_to_down->activated = false; in tb_pci_restart()
198 if (tunnel->path_to_up->activated || tunnel->path_to_down->activated) { in tb_pci_activate()
221 if (tunnel->path_to_down->activated) in tb_pci_deactivate()
223 if (tunnel->path_to_up->activated) in tb_pci_deactivate()
Dpath.c56 if (path->activated) { in tb_path_free()
93 if (!path->activated) { in tb_path_deactivate()
105 path->activated = false; in tb_path_deactivate()
120 if (path->activated) { in tb_path_activate()
212 path->activated = true; in tb_path_activate()
/Linux-v4.19/drivers/ntb/hw/idt/
DKconfig14 First of all partitions must be activated and properly assigned to all
15 the ports with NT-functions intended to be activated (see SWPARTxCTL
/Linux-v4.19/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-v4.19/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-v4.19/drivers/hwtracing/coresight/
Dcoresight.c389 csdev->activated) { in coresight_enabled_sink()
398 csdev->activated = false; in coresight_enabled_sink()
721 return scnprintf(buf, PAGE_SIZE, "%u\n", csdev->activated); in enable_sink_show()
737 csdev->activated = true; in enable_sink_store()
739 csdev->activated = false; in enable_sink_store()
/Linux-v4.19/Documentation/leds/
Dleds-lm3556.txt19 CONTROL REGISTER(0x09).Flash mode is activated by the ENABLE REGISTER(0x0A),
33 REGISTER(0x09).Torch Mode is activated by the ENABLE REGISTER(0x0A) or by the
Dledtrig-usbport.txt27 This trigger can be activated from user space on led class devices as shown
Dledtrig-oneshot.txt19 The trigger can be activated from user space on led class devices as shown
/Linux-v4.19/Documentation/networking/
Digbvf.txt17 be activated on kernels that support SR-IOV. SR-IOV requires the correct
42 be activated on kernels that support SR-IOV.
Dixgbevf.txt18 be activated on kernels with CONFIG_PCI_IOV enabled.
Di40evf.txt17 devices and can only be activated on kernels running the i40e or
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/net/can/
Dgrcan.txt25 a bug workaround is activated.
/Linux-v4.19/Documentation/isdn/
DREADME.diversion55 but dynamically activated by i4l.
80 CFU, CFNR, CFB activated on an MSN-line. The static services may not be
98 After having properly activated a make modules and make modules_install all
DREADME.fax37 can be activated by AT+FCLASS=2
/Linux-v4.19/Documentation/device-mapper/
Ddm-queue-length.txt12 the default value, see the activated table.
/Linux-v4.19/drivers/staging/iio/Documentation/dac/
Dmax51739 of the chip is activated, reducing the supply current to 4uA.
/Linux-v4.19/Documentation/x86/
Damd-memory-encryption.txt82 SME can also be enabled and activated in the BIOS. If SME is enabled and
83 activated in the BIOS, then all memory accesses will be encrypted and it will
/Linux-v4.19/Documentation/fb/
Dvt8623fb.txt22 * text mode (activated by bpp = 0)
Darkfb.txt24 * text mode (activated by bpp = 0)
/Linux-v4.19/Documentation/devicetree/bindings/display/
Darm,hdlcd.txt13 the interrupt mask register have activated.
/Linux-v4.19/include/linux/
Dcoresight.h176 bool activated; /* true only if a sink is part of a path */ member
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-block-device11 0 OFF - the LED is not activated on activity

12345