Home
last modified time | relevance | path

Searched refs:description (Results 1 – 200 of 657) sorted by relevance

1234

/linux-4.1.27/fs/cifs/
Dcifs_spnego.c104 char *description, *dp; in cifs_get_spnego_key() local
124 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key()
125 if (description == NULL) in cifs_get_spnego_key()
128 dp = description; in cifs_get_spnego_key()
133 dp = description + strlen(description); in cifs_get_spnego_key()
143 dp = description + strlen(description); in cifs_get_spnego_key()
153 dp = description + strlen(description); in cifs_get_spnego_key()
157 dp = description + strlen(description); in cifs_get_spnego_key()
162 dp = description + strlen(description); in cifs_get_spnego_key()
166 dp = description + strlen(description); in cifs_get_spnego_key()
[all …]
/linux-4.1.27/drivers/net/usb/
Dcdc_subset.c103 .description = "ALi M5632",
125 .description = "AnchorChips/Cypress 2720",
148 .description = "Belkin, eTEK, or compatible",
173 .description = "Epson USB Device",
191 .description = "KC Technology KC-190",
218 .description = "Linux Device",
224 .description = "Yopy",
230 .description = "Boot Loader OBject",
Dzaurus.c102 .description = "Sharp Zaurus SL-5x00",
112 .description = "Sharp Zaurus, PXA-2xx based",
122 .description = "Olympus R1000",
258 .description = "pseudo-MDLM (BLAN) device",
Dasix_devices.c835 .description = "ASIX AX8817x USB 2.0 Ethernet",
845 .description = "DLink DUB-E100 USB Ethernet",
855 .description = "Netgear FA-120 USB Ethernet",
865 .description = "Hawking UF200 USB Ethernet",
875 .description = "ASIX AX88772 USB 2.0 Ethernet",
887 .description = "ASIX AX88772B USB 2.0 Ethernet",
901 .description = "ASIX AX88178 USB 2.0 Ethernet",
923 .description = "HG20F9 USB 2.0 Ethernet",
Dplusb.c105 .description = "Prolific PL-2301/PL-2302/PL-25A1",
Dcdc_mbim.c134 info->description); in cdc_mbim_set_ctrlalt()
552 .description = "CDC MBIM",
576 .description = "CDC MBIM",
Dgl620a.c201 .description = "Genesys GeneLink",
Dint51x1.c167 .description = "Intellon usb powerline adapter",
Dax88179_178a.c1634 .description = "ASIX AX88179 USB 3.0 Gigabit Ethernet",
1647 .description = "ASIX AX88178A USB 2.0 Gigabit Ethernet",
1660 .description = "D-Link DUB-1312 USB 3.0 to Gigabit Ethernet Adapter",
1673 .description = "Sitecom USB 3.0 to Gigabit Adapter",
1686 .description = "Samsung USB Ethernet Adapter",
1699 .description = "Lenovo OneLinkDock Gigabit LAN",
Dhuawei_cdc_ncm.c177 .description = "Huawei CDC NCM device",
Dusbnet.c802 info->description); in usbnet_stop()
851 info->description); in usbnet_open()
862 info->description); in usbnet_open()
995 strlcpy (info->fw_version, dev->driver_info->description, in usbnet_get_drvinfo()
1163 info->description); in usbnet_deferred_kevent()
1533 dev->driver_info->description); in usbnet_disconnect()
1736 dev->driver_info->description, in usbnet_probe()
/linux-4.1.27/security/keys/
Dkeyring.c113 if (keyring->description) { in keyring_publish_name()
114 bucket = keyring_hash(keyring->description); in keyring_publish_name()
175 const char *description = index_key->description; in hash_key_type_and_desc() local
192 memcpy(&piece, description, n); in hash_key_type_and_desc()
193 description += n; in hash_key_type_and_desc()
260 chunk |= ((u8*)index_key->description)[--offset]; in keyring_get_key_chunk()
285 memcmp(key->index_key.description, index_key->description, in keyring_compare_object()
329 if (((unsigned long)a->description | (unsigned long)b->description) & in keyring_diff_objects()
332 seg_a = *(unsigned long *)(a->description + i); in keyring_diff_objects()
333 seg_b = *(unsigned long *)(b->description + i); in keyring_diff_objects()
[all …]
Drequest_key.c343 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key()
356 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
506 const char *description, in request_key_and_link() argument
515 .index_key.description = description, in request_key_and_link()
518 .match_data.raw_data = description, in request_key_and_link()
528 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()
617 const char *description, in request_key() argument
626 key = request_key_and_link(type, description, callout_info, callout_len, in request_key()
654 const char *description, in request_key_with_auxdata() argument
662 key = request_key_and_link(type, description, callout_info, callout_len, in request_key_with_auxdata()
[all …]
Dkeyctl.c67 char type[32], *description; in SYSCALL_DEFINE5() local
81 description = NULL; in SYSCALL_DEFINE5()
83 description = strndup_user(_description, KEY_MAX_DESC_SIZE); in SYSCALL_DEFINE5()
84 if (IS_ERR(description)) { in SYSCALL_DEFINE5()
85 ret = PTR_ERR(description); in SYSCALL_DEFINE5()
88 if (!*description) { in SYSCALL_DEFINE5()
89 kfree(description); in SYSCALL_DEFINE5()
90 description = NULL; in SYSCALL_DEFINE5()
91 } else if ((description[0] == '.') && in SYSCALL_DEFINE5()
128 key_ref = key_create_or_update(keyring_ref, type, description, in SYSCALL_DEFINE5()
[all …]
Drequest_key_auth.c75 seq_puts(m, key->description); in request_key_auth_describe()
244 char description[16]; in key_get_instantiation_authkey() local
247 .index_key.description = description, in key_get_instantiation_authkey()
250 .match_data.raw_data = description, in key_get_instantiation_authkey()
257 sprintf(description, "%x", target_id); in key_get_instantiation_authkey()
Dkey.c280 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL); in key_alloc()
281 if (!key->description) in key_alloc()
317 kfree(key->description); in key_alloc()
775 const char *description, in key_create_or_update() argument
782 .description = description, in key_create_or_update()
801 (!index_key.description && !index_key.type->preparse)) in key_create_or_update()
824 if (!index_key.description) in key_create_or_update()
825 index_key.description = prep.description; in key_create_or_update()
827 if (!index_key.description) in key_create_or_update()
830 index_key.desc_len = strlen(index_key.description); in key_create_or_update()
[all …]
Dpersistent.c59 persistent = keyring_alloc(index_key->description, in key_create_persistent()
86 index_key.description = buf; in key_get_persistent()
Dproc.c189 .index_key.description = key->description, in proc_keys_show()
Dprocess_keys.c675 ctx.index_key.description = key->description; in lookup_user_key()
676 ctx.index_key.desc_len = strlen(key->description); in lookup_user_key()
Dbig_key.c157 seq_puts(m, key->description); in big_key_describe()
Duser_defined.c176 seq_puts(m, key->description); in user_describe()
/linux-4.1.27/include/linux/
Dkey.h88 const char *description; member
185 char *description; member
248 const char *description,
252 const char *description,
258 const char *description,
263 const char *description,
274 const char *description,
290 extern struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid,
300 const char *description);
Ddm-kcopyd.h41 #define DECLARE_DM_KCOPYD_THROTTLE_WITH_MODULE_PARM(name, description) \ argument
44 MODULE_PARM_DESC(name, description)
Dkey-type.h42 char *description; /* Proposed key description (or NULL) */ member
87 int (*vet_description)(const char *description);
Dserio.h55 const char *description; member
Dgameport.h55 const char *description; member
/linux-4.1.27/Documentation/frv/
DREADME.txt12 A description of the basic features inherent in this architecture port.
22 A description of how to boot the kernel image and a summary of the kernel
28 A description of how to debug the kernel using GDB attached by serial
34 A description of the virtual and physical memory layout used in the
46 A description of the CPU clock scaling interface.
51 A description of how the FR-V kernel's atomic operations work.
/linux-4.1.27/Documentation/security/
D00-INDEX4 - description of the Linux Security Module framework.
16 - description of the encryption keys for the ecryptfs filesystem.
18 - description of the kernel key request service.
22 - description of the kernel key retention service.
Dkeys.txt43 - A description (for matching a key in a search).
67 (*) Each key has a description. This should be a printable string. The key
68 type provides an operation to perform a match between the description on a
136 A key of this type has a description and a payload that are arbitrary
146 The description can be arbitrary, but must be prefixed with a non-zero
148 separated from the rest of the description by a ':'. "logon" keys can
185 amount of description and payload space that can be consumed.
221 type and description.
295 file, giving information about their type, description and permissions.
394 (*) Create a new key of given type, description and payload and add it to the
[all …]
Dkeys-request-key.txt13 const char *description,
19 const char *description,
27 const char *description,
34 const char *description,
42 const char *description,
87 (a) An uninstantiated key U of requested type and description.
DLSM.txt26 a new LSM is accepted into the kernel when its intent (a description of
/linux-4.1.27/drivers/acpi/acpica/
Dacapps.h84 #define ACPI_USAGE_TEXT(description) \ argument
85 acpi_os_printf (description);
87 #define ACPI_OPTION(name, description) \ argument
88 acpi_os_printf (" %-18s%s\n", name, description);
Daclocal.h1153 char *description; member
1161 char *description; member
1165 char *description; member
Dacdebug.h57 char *description; /* Command Description */ member
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-devattr.c63 .description = "WinTV PVR USB2 Model 29xxx",
97 .description = "WinTV PVR USB2 Model 24xxx",
127 .description = "Gotview USB 2.0 DVD 2",
148 .description = "Gotview USB 2.0 DVD Deluxe",
170 .description = "Terratec Grabster AV400",
226 .description = "OnAir Creator Hybrid USB tuner",
286 .description = "OnAir USB2 Hybrid USB tuner",
380 .description = "WinTV HVR-1900 Model 73xxx",
487 .description = "WinTV HVR-1950 Model 750xx",
510 .description = "WinTV HVR-1950 Model 751xx",
Dpvrusb2-devattr.h93 const char *description; member
/linux-4.1.27/net/rxrpc/
Dar-key.c883 seq_puts(m, key->description); in rxrpc_describe()
892 char *description; in rxrpc_request_key() local
899 description = kmalloc(optlen + 1, GFP_KERNEL); in rxrpc_request_key()
900 if (!description) in rxrpc_request_key()
903 if (copy_from_user(description, optval, optlen)) { in rxrpc_request_key()
904 kfree(description); in rxrpc_request_key()
907 description[optlen] = 0; in rxrpc_request_key()
909 key = request_key(&key_type_rxrpc, description, NULL); in rxrpc_request_key()
911 kfree(description); in rxrpc_request_key()
917 kfree(description); in rxrpc_request_key()
[all …]
/linux-4.1.27/Documentation/
Dkernel-doc-nano-HOWTO.txt55 * foobar() - short function description of foobar
61 * A longer description, with more discussion of the function foobar()
66 * The longer description can have multiple paragraphs.
71 The short description following the subject can span multiple lines
72 and ends with an @argument description, an empty line or the end of
76 this opening short function description line, with no intervening
81 * @...: description
94 * Longer description of this structure.
103 The longer description formatting is "reflowed", losing your line
215 * function_name(:)? (- short description)?
[all …]
Dcoccinelle.txt86 description of the problem being checked by the semantic patch, and
170 Detailed description of the 'report' mode
209 Detailed description of the 'patch' mode
247 Detailed description of the 'context' mode
289 Detailed description of the 'org' mode
D00-INDEX45 - description of what an IRQ is.
73 - description of AoE (ATA over Ethernet) along with config examples.
75 - description of various trees and how to apply their patches.
237 - description of io_mapping functions in linux/io-mapping.h
283 - a brief description of LDM (Windows Dynamic Disks).
351 - description and usage of the low level parallel port functions.
393 - a description of what robust futexes are.
411 - description of the SGI IOC4 PCI (multi function) device.
449 - description of the Linux unshare system call.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc77 // description
121 // description
164 // description
215 // description
232 // description
252 // description
265 // description
360 // description
401 // description
426 // description
[all …]
Dperf.fuc40 // description
51 // description
Dtest.fuc39 // description
56 // description
Didle.fuc39 // description
47 // description
Dhost.fuc39 // HOST HOST->PWR queue description
48 // HOST PWR->HOST queue description
/linux-4.1.27/Documentation/sound/alsa/soc/
Dplatform.txt60 1) Digital audio interface (DAI) description
62 3) PCM's description
66 Please see codec.txt for a description of items 1 - 4.
79 Please see DPCM.txt for a description of item 4.
Dcodec.txt16 5) DAPM description.
129 5 - DAPM description.
131 The Dynamic Audio Power Management description describes the codec power
133 Please read dapm.txt for details of building the description.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hv_24x729 Provides the description of a particular event as provided by
30 the firmware. If firmware does not provide a description, no
40 Provides the "long" description of a particular event as
42 description, no file will be created.
Dsysfs-devices-firmware_node9 What: /sys/devices/.../firmware_node/description
13 The /sys/devices/.../firmware/description attribute contains a string
Dsysfs-driver-ppi37 : <response description>".
47 description>".
57 The format is "<request> <status num>: <status description>".
Dconfigfs-usb-gadget56 configuration - configuration description
113 product - gadget's product description
114 manufacturer - gadget's manufacturer description
Dsysfs-bus-acpi29 What: /sys/bus/acpi/devices/.../description
/linux-4.1.27/include/acpi/
Dacexcep.h78 char *description; member
83 #define EXCEP_TXT(name,description) {name, description} argument
85 #define EXCEP_TXT(name,description) {name} argument
/linux-4.1.27/drivers/usb/serial/
Dwhiteheat.c106 .description = "Connect Tech - WhiteHEAT - (prerenumeration)",
118 .description = "Connect Tech - WhiteHEAT",
285 serial->type->description, ret); in whiteheat_attach()
289 serial->type->description, alen); in whiteheat_attach()
301 serial->type->description, ret); in whiteheat_attach()
305 serial->type->description, alen); in whiteheat_attach()
309 serial->type->description, result[0]); in whiteheat_attach()
316 serial->type->description, in whiteheat_attach()
339 serial->type->description); in whiteheat_attach()
342 serial->type->description); in whiteheat_attach()
[all …]
Dio_tables.h103 .description = "Edgeport 2 port adapter",
135 .description = "Edgeport 4 port adapter",
167 .description = "Edgeport 8 port adapter",
199 .description = "EPiC device",
Dvisor.c169 .description = "Handspring Visor / Palm OS",
189 .description = "Sony Clie 5.0",
209 .description = "Sony Clie 3.5",
369 serial->type->description, in palm_os_3_probe()
378 serial->type->description); in palm_os_3_probe()
382 dev_info(dev, "%s: Number of ports: %d\n", serial->type->description, in palm_os_3_probe()
Dbus.c76 driver->description, minor); in usb_serial_device_probe()
117 driver->description, minor); in usb_serial_device_remove()
Dkeyspan.h546 .description = "Keyspan - (without firmware)",
557 .description = "Keyspan 1 port adapter",
581 .description = "Keyspan 2 port adapter",
605 .description = "Keyspan 4 port adapter",
Dusb-serial.c466 serial->type->description); in serial_proc_show()
892 dev_info(ddev, "%s converter detected\n", type->description); in usb_serial_probe()
1347 if (!driver->description) in usb_serial_register()
1348 driver->description = driver->driver.name; in usb_serial_register()
1351 driver->description); in usb_serial_register()
1363 pr_err("problem %d when registering driver %s\n", retval, driver->description); in usb_serial_register()
1366 pr_info("USB Serial support registered for %s\n", driver->description); in usb_serial_register()
1374 pr_info("USB Serial deregistering driver %s\n", device->description); in usb_serial_deregister()
Dkeyspan_pda.c737 .description = "Keyspan PDA - (prerenumeration)",
750 .description = "Xircom / Entrega PGS - (prerenumeration)",
762 .description = "Keyspan PDA",
Domninet.c56 .description = "ZyXEL - omni.net lcd plus usb",
/linux-4.1.27/Documentation/isdn/
D00-INDEX8 - description of isdn4linux Link Level and Hardware Level interfaces.
10 - description of the fax subinterface of isdn4linux.
12 - description of kernel CAPI Link Level to Hardware Level interface.
/linux-4.1.27/Documentation/ABI/
DREADME29 strongly encouraged to add their name to the description of
31 notify them if any changes occur (see the description of the
37 time. The description of the interface will document the reason
46 What: Short description of the interface
50 Description: Long description of the interface and how to use it.
/linux-4.1.27/Documentation/vm/
D00-INDEX24 - description of the Linux kernels overcommit handling modes.
26 - description of page migration in NUMA systems.
/linux-4.1.27/Documentation/acpi/apei/
Doutput_format.txt129 All <field string> description with * has the following format:
134 string> description. Otherwise, <field string> will be "unknown".
136 All <field strings> description with # has the following format:
143 strings> description.
/linux-4.1.27/Documentation/arm/
D00-INDEX42 - description of the virtual memory layout
46 - SWP/SWPB emulation handler/logging description
DCCN.txt13 description of available events and configuration options
28 Masks are defined separately from the event description
/linux-4.1.27/drivers/hid/
Dhid-debug.c47 const char *description; member
463 for (p = hid_usage_table; p->description; p++) in resolv_usage_page()
467 p->description); in resolv_usage_page()
471 seq_printf(f, "%s", p->description); in resolv_usage_page()
502 for (p = hid_usage_table; p->description; p++) in hid_resolv_usage()
504 for(++p; p->description && p->usage != 0; p++) in hid_resolv_usage()
509 "%s", p->description); in hid_resolv_usage()
513 p->description); in hid_resolv_usage()
/linux-4.1.27/include/keys/
Ddns_resolver-type.h19 extern int request_dns_resolver_key(const char *description,
/linux-4.1.27/tools/lib/traceevent/
Dplugin_function.c41 .description =
47 .description =
/linux-4.1.27/
DKconfig2 # For a description of the syntax of this configuration file,
/linux-4.1.27/Documentation/filesystems/nfs/
Didmapper.txt67 description. The serialized key is first converted into a key_serial_t, and
72 description string. For example, a uid lookup description will appear as
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap-dss.txt7 This document is a generic description of the OMAP Display Subsystem bindings.
45 A shortened example of the DSS description for OMAP4, with non-relevant parts
83 A shortened example of the board description for OMAP4 Panda board, defined in
Dti,omap2-dss.txt5 description about OMAP Display Subsystem bindings.
Dti,dra7-dss.txt5 description about OMAP Display Subsystem bindings.
Dti,omap3-dss.txt5 description about OMAP Display Subsystem bindings.
Ddisplay-timing.txt95 datasheet description with minimum, typical and maximum values can be used.
Dti,omap5-dss.txt5 description about OMAP Display Subsystem bindings.
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dohci-omap3.txt7 - interrupts: description of the interrupt line
Dehci-omap.txt10 - interrupts: description of the interrupt line
/linux-4.1.27/drivers/input/gameport/
Dgameport.c233 drv->description, error); in gameport_bind_driver()
468 static DEVICE_ATTR(description, S_IRUGO, gameport_description_show, NULL);
687 return sprintf(buf, "%s\n", driver->description ? driver->description : "(none)"); in description_show()
689 static DRIVER_ATTR_RO(description);
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dti,twl-pwm.txt9 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
Dspear-pwm.txt8 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
Datmel-tcb-pwm.txt5 - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
Dmxs-pwm.txt6 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
Dti,twl-pwmled.txt9 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
Datmel-pwm.txt9 description of the cells format.
Dpwm-sun4i.txt8 - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
Dvt8500-pwm.txt6 - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
Dbrcm,kona-pwm.txt10 description of the cells format.
Dpwm-rockchip.txt11 for a description of the cell format.
Dpwm-bcm2835.txt9 - #pwm-cells: Should be 2. See pwm.txt in this directory for a description of
Dnxp,pca9685-pwm.txt6 - #pwm-cells: Should be 2. See pwm.txt in this directory for a description of
Dimg-pwm.txt12 description of the cells format.
Dpwm-tiehrpwm.txt7 - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
Dpwm-lp3943.txt6 description of the cells format.
Dnvidia,tegra20-pwm.txt9 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
Dpwm-tiecap.txt7 - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
Dimx-pwm.txt9 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
Drenesas,tpu-pwm.txt15 - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
Dpwm-fsl-ftm.txt21 - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-usb-usbtmc7 by the device itself. The full description of the bitfields
21 by the device itself. The full description of the bitfields
Dsysfs-firmware-opal-dump28 in hex and a description of the dump type
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei-amt-version.c241 struct amt_unicode_string description; member
329 len = code_ver->versions[i].description.length; in amt_verify_code_versions()
466 printf("%s:\t%s\n", ver.versions[i].description.string, in main()
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt49 the opportunity to pre-parse a key and to determine the description the key
56 comparisons than just the straightforward comparison of the description with
263 allocated, and as such, is permitted to provide the key's description in
271 char *description;
285 If the parser is happy with the blob, it should propose a description for
286 the key and attach it to ->description, ->type_data[0] should be set to
292 When clearing up, the data attached to ->type_data[1] and ->description
/linux-4.1.27/net/dns_resolver/
Ddns_key.c183 const char *src = key->description, *dsp = match_data->raw_data; in dns_resolver_cmp()
228 seq_puts(m, key->description); in dns_resolver_describe()
/linux-4.1.27/tools/perf/util/
Dsetup.py42 description='Interface with the Linux profiling infrastructure',
/linux-4.1.27/Documentation/locking/
D00-INDEX10 - description of the RealTime mutex implementation design.
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-lp3943.txt7 description of the cells format.
Dsodaville.txt4 The bindings for CE4100's GPIO controller match the generic description
/linux-4.1.27/arch/microblaze/
DKconfig.debug1 # For a description of the syntax of this configuration file,
DKconfig.platform1 # For a description of the syntax of this configuration file,
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvexpress.txt9 Device Tree source file, with the tile's description including
121 The motherboard description file provides a single "motherboard" node
149 The tile description should define a "smb" node, describing the
164 Example of a VE tile description (simplified)
Dtopology.txt2 ARM topology binding description
39 A topology description containing phandles to cpu nodes that are not compliant
54 description and therefore should not define a
/linux-4.1.27/Documentation/virtual/kvm/
D00-INDEX24 - Diagnose hypercall description (for IBM S/390)
/linux-4.1.27/arch/alpha/kernel/
Derr_impl.h21 char *description; member
/linux-4.1.27/kernel/
Dsystem_keyring.c94 key_ref_to_ptr(key)->description); in load_system_certificate_list()
/linux-4.1.27/arch/powerpc/sysdev/
DKconfig1 # For a description of the syntax of this configuration file,
/linux-4.1.27/Documentation/leds/
D00-INDEX16 - description about lp55xx common driver.
/linux-4.1.27/drivers/parport/
Dprobe.c111 kfree(info->description); in parse_data()
112 info->description = kstrdup(sep, GFP_KERNEL); in parse_data()
/linux-4.1.27/Documentation/filesystems/
D00-INDEX32 - description of the CODA filesystem.
125 - description of the ROMFS filesystem.
129 - a description of shared subtrees for namespaces.
/linux-4.1.27/Documentation/cgroups/
D00-INDEX12 - Device Whitelist Controller; description, interface and security.
/linux-4.1.27/drivers/input/serio/
Dserio.c125 drv->description, error); in serio_bind_driver()
481 static DEVICE_ATTR(description, S_IRUGO, serio_show_description, NULL);
756 return sprintf(buf, "%s\n", driver->description ? driver->description : "(none)"); in description_show()
758 static DRIVER_ATTR_RO(description);
/linux-4.1.27/crypto/asymmetric_keys/
Dasymmetric_type.c238 seq_puts(m, key->description); in asymmetric_key_describe()
318 kfree(prep->description); in asymmetric_key_free_preparse()
/linux-4.1.27/security/integrity/
Ddigsig.c115 key_ref_to_ptr(key)->description, path); in integrity_load_x509()
/linux-4.1.27/net/ipv4/
Dxfrm4_tunnel.c44 .description = "IPIP",
/linux-4.1.27/Documentation/networking/
D00-INDEX148 - Network interface features API description.
230 - description of the X.25 Packet Layer to LAPB device interface.
232 - description of the statistics package for XFRM.
236 - description of the XFRM configuration options.
Dnfc.txt8 description and the userspace interface description.
Ds2io.txt113 For detailed description of the PCI registers, please see Xframe User Guide.
124 For detailed description of the PCI registers, please see Xframe User Guide.
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Datmel-hlcdc.txt10 - interrupts: should contain the description of the HLCDC interrupt line
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dmpc512x-dma.txt8 the dma/dma.txt file for a more detailed description of binding.
Datmel-xdma.txt6 <chip> compatible description:
/linux-4.1.27/fs/afs/
Dsecurity.c29 _debug("key %s", cell->anonymous_key->description); in afs_request_key()
30 key = request_key(&key_type_rxrpc, cell->anonymous_key->description, in afs_request_key()
/linux-4.1.27/drivers/usb/storage/
Duas-detect.h124 hcd->driver->description); in uas_use_uas_driver()
/linux-4.1.27/drivers/isdn/mISDN/
DKconfig41 compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is
/linux-4.1.27/drivers/usb/host/
Duhci-platform.c35 .description = hcd_name,
Dehci-grlib.c38 .description = hcd_name,
Dehci-sead3.c50 .description = hcd_name,
Dehci-xilinx-of.c75 .description = hcd_name,
Duhci-grlib.c59 .description = hcd_name,
Dohci-tilegx.c58 .description = hcd_name,
Dehci-tilegx.c56 .description = hcd_name,
Dohci-ppc-of.c44 .description = hcd_name,
Dohci-sa1111.c80 .description = hcd_name,
Dehci-sh.c31 .description = hcd_name,
Dehci-ppc-of.c25 .description = hcd_name,
/linux-4.1.27/drivers/input/joystick/
Djoydump.c156 .description = DRIVER_DESC,
Dzhenhua.c220 .description = DRIVER_DESC,
Dstinger.c203 .description = DRIVER_DESC,
Dmagellan.c217 .description = DRIVER_DESC,
Dwarrior.c212 .description = DRIVER_DESC,
Dtwidjoy.c252 .description = DRIVER_DESC,
/linux-4.1.27/Documentation/accounting/
Ddelay-accounting.txt43 for a description of the fields pertaining to delay accounting.
55 are given in the taskstats interface description.
/linux-4.1.27/drivers/tty/
Dtty_audit.c63 static void tty_audit_log(const char *description, int major, int minor, in tty_audit_log() argument
78 " minor=%d comm=", description, pid, uid, in tty_audit_log()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-empress.c114 strlcpy(f->description, "MPEG TS", sizeof(f->description)); in empress_enum_fmt_vid_cap()
/linux-4.1.27/tools/perf/Documentation/
DBuild.txt48 NOTE this description is omitting other libraries involved, only
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_video.h52 const char *description; member
/linux-4.1.27/Documentation/development-process/
D5.Posting89 conceptually small and amenable to a one-line description. Each patch
136 - A one-line description of what the patch does. This message should be
145 - A blank line followed by a detailed description of the contents of the
146 patch. This description can be as long as is required; it should say
166 detailed description can then amplify on those topics and provide any
290 [PATCH nn/mm] subsys: one-line description of the patch
297 introductory description as part zero. This convention is not universally
/linux-4.1.27/Documentation/x86/x86_64/
Dmm.txt2 <previous description obsolete, deleted>
/linux-4.1.27/drivers/usb/atm/
Dusbatm.h147 char description[64]; member
/linux-4.1.27/Documentation/cdrom/
Dpacket-writing.txt110 For a description of the sysfs interface look into the file:
122 For a description of the debugfs interface look into the file:
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog74 * README.FPE - fix typo in description of lfm/sfm instructions
80 * README.FPE - fix description of URD, NRM instructions
/linux-4.1.27/Documentation/cpu-freq/
Dindex.txt21 core.txt - General description of the CPUFreq core and
/linux-4.1.27/drivers/input/keyboard/
Dxtkbd.c164 .description = DRIVER_DESC,
Dnewtonkbd.c161 .description = DRIVER_DESC,
Dstowaway.c165 .description = DRIVER_DESC,
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dtegra-soctherm.txt25 - #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description
Drockchip-thermal.txt15 - #thermal-sensor-cells : Should be 1. See ./thermal.txt for a description.
/linux-4.1.27/Documentation/x86/
Dzero-page.txt20 0A0/010 ALL sys_desc_table System description table (struct sys_desc_table)
/linux-4.1.27/drivers/input/touchscreen/
Dfujitsu_ts.c170 .description = DRIVER_DESC,
Dtouchwin.c178 .description = DRIVER_DESC,
Dgunze.c181 .description = DRIVER_DESC,
Dtouchright.c171 .description = DRIVER_DESC,
Dtouchit213.c211 .description = DRIVER_DESC,
Dhampshire.c182 .description = DRIVER_DESC,
Ddynapro.c183 .description = DRIVER_DESC,
Dtsc40.c161 .description = DRIVER_DESC,
Dinexio.c184 .description = DRIVER_DESC,
Dmtouch.c197 .description = DRIVER_DESC,
/linux-4.1.27/arch/arm/mach-omap2/
DKconfig193 for full description please see the products webpage at
203 for full description please see the products webpage at
Dboard-omap3pandora.c139 #define GPIO_BUTTON_LOW(gpio_num, event_code, description) \ argument
140 GPIO_BUTTON(gpio_num, EV_KEY, event_code, 1, description)
/linux-4.1.27/Documentation/gpio/
Dboard.txt6 description of the deprecated integer-based GPIO interface please refer to
54 The above DT example can be converted to an equivalent ACPI description
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-sdr-cap.c415 strlcpy(f->description, "IQ U8", sizeof(f->description)); in vidioc_enum_fmt_sdr_cap()
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-dma.c521 strlcpy(f->description, dma->fmtinfo->description, in xvip_dma_enum_format()
522 sizeof(f->description)); in xvip_dma_enum_format()
Dxilinx-vip.h123 const char *description; member
/linux-4.1.27/drivers/input/joystick/iforce/
Diforce-serio.c183 .description = "RS232 I-Force joysticks and wheels driver",
/linux-4.1.27/Documentation/devicetree/bindings/arm/exynos/
Dpower_domain.txt51 See Documentation/devicetree/bindings/power/power_domain.txt for description
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dxilinx-pcie.txt1 * Xilinx AXI PCIe Root Port Bridge DT description
/linux-4.1.27/drivers/media/platform/omap/
Domap_vout.c117 .description = "RGB565, le",
124 .description = "RGB32, le",
132 .description = "RGB24, le",
136 .description = "YUYV (YUV 4:2:2), packed",
140 .description = "UYVY, packed",
1073 strlcpy(fmt->description, omap_formats[index].description, in vidioc_enum_fmt_vid_out()
1074 sizeof(fmt->description)); in vidioc_enum_fmt_vid_out()
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Datmel-usart.txt26 <chip> compatible description:
/linux-4.1.27/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt44 This data sheet (google search) seems to have a lovely description of the
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset.h133 u8 *description; /* UTF8 */ member
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt15 bridge. In the binding description below the properties needed for bridging
/linux-4.1.27/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt44 This data sheet (google search) seems to have a lovely description of the
DREADME.saa71348 description.
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Dboot_param.h114 char description[64]; member
/linux-4.1.27/net/ipv6/
Dmip6.c341 .description = "MIP6DESTOPT",
473 .description = "MIP6RT",
Dipcomp6.c185 .description = "IPCOMP6",
/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-v4l.c893 strlcpy(f->description, "Raw Philips Webcam", sizeof(f->description)); in pwc_enum_fmt_vid_cap()
897 strlcpy(f->description, "4:2:0, planar, Y-Cb-Cr", sizeof(f->description)); in pwc_enum_fmt_vid_cap()
/linux-4.1.27/drivers/media/usb/stkwebcam/
Dstk-webcam.c863 strcpy(fmtd->description, "r5g6b5"); in stk_vidioc_enum_fmt_vid_cap()
867 strcpy(fmtd->description, "r5g6b5BE"); in stk_vidioc_enum_fmt_vid_cap()
871 strcpy(fmtd->description, "yuv4:2:2"); in stk_vidioc_enum_fmt_vid_cap()
875 strcpy(fmtd->description, "Raw bayer"); in stk_vidioc_enum_fmt_vid_cap()
879 strcpy(fmtd->description, "yuv4:2:2"); in stk_vidioc_enum_fmt_vid_cap()

1234