/linux/security/yama/ |
A D | yama_lsm.c | 144 struct ptrace_relation *relation, *added; in yama_ptracer_add() local 146 added = kmalloc(sizeof(*added), GFP_KERNEL); in yama_ptracer_add() 147 if (!added) in yama_ptracer_add() 150 added->tracee = tracee; in yama_ptracer_add() 151 added->tracer = tracer; in yama_ptracer_add() 152 added->invalid = false; in yama_ptracer_add() 160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add() 166 list_add_rcu(&added->node, &ptracer_relations); in yama_ptracer_add()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | hist-v4l2.rst | 62 output devices were added. 212 added. 372 A ``type`` field was added. 394 ``index`` field was added for 481 newly added ``field`` field. 528 was added to distinguish between 846 were added. 849 added. 893 ``V4L2_PIX_FMT_YUV32`` were added. 925 were added. [all …]
|
A D | v4l2.rst | 50 - Documented libv4l, designed and added v4l2grab example, Remote Controller chapter. 134 Rewrote Colorspace chapter, added new enum 189 Improved the description of V4L2_CID_COLORFX control, added 243 will be used by the Linux Kernel. Also added Remote Controller chapter. 258 Added libv4l and Remote Controller documentation; added v4l2grab and 334 Cleaned up the bibliography, added BT.653 and BT.1119. 391 v4l2_buffer changes, added video capture example, various corrections.
|
A D | planar-apis.rst | 43 Two additional multi-planar capabilities are added. They can be set 48 New structures for describing multi-planar formats are added: struct 56 describing planes is added. Arrays of this structure are passed in
|
/linux/Documentation/driver-api/media/drivers/ |
A D | dvb-usb.rst | 61 - added support for WideView WT-220U (Thanks to Steve Chang) 65 - added basic isochronous support to the dvb-usb-framework 90 - added support for the AVerMedia AverTV DVB-T USB2.0 device 99 - added support for the KWorld/ADSTech Instant DVB-T USB2.0. 103 - added support for the Hauppauge Win-TV Nova-T USB2 148 - added additional remote control keys. Thanks to Uwe Hanke. 152 - added remote control support. Thanks to David Matthews. 156 - added support for a new devices (Grandtec/Avermedia/Artec) 159 better settled there (added xfer_ops-struct) 168 - added support for a new device (Compro DVB-U2000), thanks [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-devices-waiting_for_supplier | 11 suppliers to be added and then linked to using device links 15 to be added before it can probe. A value of 1 means the device 16 is waiting for one or more suppliers to be added before it can
|
A D | sysfs-devices | 7 be added and removed dynamically as the machine runs, 17 devices being added and removed from this tree to find
|
A D | evm | 59 Echoing a value is additive, the new value is added to the 103 to be added at runtime. Any signatures generated after 104 additional attributes are added (and on files possessing those
|
/linux/arch/x86/kernel/ |
A D | ftrace_64.S | 53 .macro save_mcount_regs added=0 68 pushq \added+8*2(%rsp) 72 pushq \added+8*3(%rsp) 101 movq MCOUNT_REG_SIZE+8+\added(%rsp), %rsi 104 movq MCOUNT_REG_SIZE+\added(%rsp), %rdi
|
/linux/drivers/net/team/ |
A D | Kconfig | 8 Team devices can be added using the "ip" command from the 24 All added ports are setup to have team's device address. 36 All added ports are setup to have team's device address. 48 All added ports are setup to have team's device address.
|
/linux/Documentation/scsi/ |
A D | smartpqi.rst | 15 volumes will not be added to the OS. 27 <Controller names to be added as they become publicly available.> 50 HBA devices are added to the SAS transport layer. These attributes are 51 automatically added by the SAS transport layer.
|
/linux/Documentation/driver-api/phy/ |
A D | samsung-usb2.rst | 15 with added support for many special cases. 38 To support a new SoC a new file should be added to the drivers/phy 109 added to the struct of_device_id samsung_usb2_phy_of_match[] array:: 132 The newly created file that supports the new SoC has to be also added to the 133 Makefile. In case of Exynos 4210 the added line is following::
|
/linux/Documentation/networking/ |
A D | ipv6.rst | 37 No IPv6 addresses will be added to interfaces, and 55 will be added to interfaces. 77 No IPv6 addresses will be added to interfaces.
|
/linux/certs/ |
A D | Kconfig | 49 Provide a system keyring to which trusted keys can be added. Keys in 50 the keyring are considered to be trusted. Keys may be added at will 87 bool "Provide a keyring to which extra trustable keys may be added" 90 If set, provide a keyring to which extra keys may be added, provided 98 Provide a system keyring to which blacklisted keys can be added.
|
/linux/drivers/pci/hotplug/ |
A D | pnv_php.c | 25 bool added; member 753 if (event->added) in pnv_php_event_handler() 770 bool added; in pnv_php_interrupt() local 785 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt() 796 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt() 803 if (!added) { in pnv_php_interrupt() 829 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt() 831 event->added = added; in pnv_php_interrupt()
|
/linux/drivers/staging/fbtft/ |
A D | fbtft-io.c | 45 size_t added = 0; in fbtft_write_spi_emulate_9() local 78 added++; in fbtft_write_spi_emulate_9() 81 return spi_write(par->spi, par->extra, size + added); in fbtft_write_spi_emulate_9()
|
/linux/Documentation/pcmcia/ |
A D | driver.rst | 8 New PCMCIA IDs may be added to a device driver pcmcia_device_id table at 20 Once added, the driver probe routine will be invoked for any unclaimed
|
/linux/net/vmw_vsock/ |
A D | virtio_transport.c | 92 bool added = false; in virtio_transport_send_pkt_work() local 152 added = true; in virtio_transport_send_pkt_work() 155 if (added) in virtio_transport_send_pkt_work() 292 bool added = false; in virtio_transport_tx_work() local 307 added = true; in virtio_transport_tx_work() 314 if (added) in virtio_transport_tx_work()
|
/linux/Documentation/filesystems/ext4/ |
A D | checksums.rst | 6 Starting in early 2012, metadata checksums were added to all major ext4 17 Existing filesystems can have checksumming added by running 21 directories rebuilt with checksums. This has the added benefit of
|
/linux/Documentation/driver-api/ |
A D | device_link.rst | 47 The earliest point in time when device links can be added is after 52 remains in a consistent state: E.g. a device link cannot be added in 55 or the device link needs to be added from a function which is guaranteed 60 represents a driver presence dependency, yet is added from the consumer's 72 is added in the ``->probe`` callback of the supplier or consumer driver, it is 74 driver is compiled as a module, the device link is added on module load and 87 link is added from the consumer's ``->probe`` callback: ``DL_FLAG_RPM_ACTIVE`` 93 Similarly, when the device link is added from supplier's ``->probe`` callback, 160 runtime PM integration is added from the busmaster device (consumer) 218 becomes a directed acyclic graph once device links are added. [all …]
|
/linux/arch/powerpc/platforms/cell/ |
A D | spu_manage.c | 449 int lenp, i, added; in init_affinity_node() local 454 for (added = 1; added < cbe_spu_info[cbe].n_spus; added++) { in init_affinity_node()
|
/linux/drivers/staging/pi433/Documentation/ |
A D | pi433.txt | 125 optionOn - a sync word will be automatically added to 127 optionOff - no sync word will be added 132 added to the telegram. It's part of the payload 133 optionOff - no length information will be automatically added 138 optionOn - the address byte will be automatically added to the 140 optionOff - the address byte will not be added to the telegram. 146 payload of the telegram and added to the telegram
|
/linux/Documentation/filesystems/ |
A D | fscrypt.rst | 89 After an encryption key has been added, fscrypt does not hide the 95 added, the confidentiality of the data, from the perspective of the 343 AES-128-CBC was added only for low-powered embedded devices with 388 is then hashed and added mod 2^32. 534 another user's key.) The key must remain added while 717 being added, corresponding to the value in the 768 the key was either added or already exists. 838 Two ioctls are available for removing a key that was added by 847 These ioctls don't work on keys that were added via the legacy 894 both uids 1000 and 2000 added the key, then for each uid [all …]
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | mmu_rb.c | 254 bool added = false; in mmu_notifier_range_start() local 267 added = true; in mmu_notifier_range_start() 272 if (added) in mmu_notifier_range_start()
|
/linux/Documentation/s390/ |
A D | 3270.ChangeLog | 39 * the components are remodularized: added source modules are 44 * color support and minimal other ESC-sequence support is added.
|