Home
last modified time | relevance | path

Searched refs:content (Results 1 – 200 of 205) sorted by relevance

12

/linux-4.4.14/drivers/char/
Dbfin-otp.c43 u64 content; in bfin_otp_read() local
59 ret = bfrom_OtpRead(page, flags, &content); in bfin_otp_read()
65 if (copy_to_user(buff + bytes_done, &content, sizeof(content))) { in bfin_otp_read()
71 bytes_done += sizeof(content); in bfin_otp_read()
72 *pos += sizeof(content); in bfin_otp_read()
124 u64 content; in bfin_otp_write() local
151 if (copy_from_user(&content, buff + bytes_done, sizeof(content))) { in bfin_otp_write()
155 ret = bfrom_OtpWrite(page, flags, &content); in bfin_otp_write()
163 bytes_done += sizeof(content); in bfin_otp_write()
164 *pos += sizeof(content); in bfin_otp_write()
/linux-4.4.14/drivers/s390/char/
Dhmcdrv_cache.c41 void *content; member
94 hmcdrv_cache_file.content + pos, in hmcdrv_cache_get()
130 cftp.buf = hmcdrv_cache_file.content; /* and update */ in hmcdrv_cache_do()
145 memcpy(ftp->buf, hmcdrv_cache_file.content, len); in hmcdrv_cache_do()
219 hmcdrv_cache_file.content = in hmcdrv_cache_startup()
223 if (!hmcdrv_cache_file.content) { in hmcdrv_cache_startup()
242 if (hmcdrv_cache_file.content) { in hmcdrv_cache_shutdown()
243 free_pages((unsigned long) hmcdrv_cache_file.content, in hmcdrv_cache_shutdown()
245 hmcdrv_cache_file.content = NULL; in hmcdrv_cache_shutdown()
/linux-4.4.14/scripts/
Dasn1_compiler.c309 char *content; member
333 val = memcmp(token->content, dir, clen); in directive_compare()
427 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
428 if (!tokens[tix].content) { in tokenise()
432 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
433 tokens[tix].content[tokens[tix].size] = 0; in tokenise()
438 if (islower(tokens[tix].content[0])) { in tokenise()
467 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
468 if (!tokens[tix].content) { in tokenise()
472 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
[all …]
DKbuild.include40 # filechk is used to check if the content of a generated file is updated.
47 # The rule defined shall write to stdout the content of the new file.
50 # - If the content differ the new file is used
Danalyze_suspend.py2031 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
2346 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
/linux-4.4.14/net/atm/
Dlec.c148 mesg->content.normal.flag = *buff & 0x01; in lec_handle_bridge()
356 dev->dev_addr[i] = mesg->content.normal.mac_addr[i]; in lec_atm_send()
363 lec_addr_delete(priv, mesg->content.normal.atm_addr, in lec_atm_send()
364 mesg->content.normal.flag); in lec_atm_send()
367 priv->topology_change = mesg->content.normal.flag; in lec_atm_send()
370 lec_flush_complete(priv, mesg->content.normal.flag); in lec_atm_send()
374 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send()
378 if (mesg->content.normal.no_source_le_narp) in lec_atm_send()
382 lec_arp_update(priv, mesg->content.normal.mac_addr, in lec_atm_send()
383 mesg->content.normal.atm_addr, in lec_atm_send()
[all …]
Dmpoa_caches.c144 msg.content.in_info = entry->ctrl_info; in cache_hit()
168 msg.content.in_info = entry->ctrl_info; in cache_hit()
286 msg.content.in_info = entry->ctrl_info; in check_resolving_entries()
469 &msg->content.eg_info.eg_dst_ip); in eg_cache_add_entry()
481 entry->ctrl_info = msg->content.eg_info; in eg_cache_add_entry()
517 msg.content.eg_info = entry->ctrl_info; in clear_expired()
Dmpc.c964 mpc->parameters = mesg->content.params; in msg_from_mpoad()
1083 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd()
1091 msg->content.in_info = entry->ctrl_info; in MPOA_trigger_rcvd()
1101 msg->content.in_info = entry->ctrl_info; in MPOA_trigger_rcvd()
1121 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut()
1158 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_res_reply_rcvd()
1178 entry->ctrl_info = msg->content.in_info; in MPOA_res_reply_rcvd()
1208 __be32 dst_ip = msg->content.in_info.in_dst_ip; in ingress_purge_rcvd()
1231 __be32 cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd()
1270 purge_msg->content.eg_info = entry->ctrl_info; in purge_egress_shortcut()
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dcpu_mf.h174 register u64 content asm("4") = 0; in ecctr()
181 : "=d" (content), "=d" (cc) : "d" (ctr) : "cc"); in ecctr()
183 *val = content; in ecctr()
/linux-4.4.14/net/can/
DKconfig32 tristate "Broadcast Manager CAN Protocol (with content filtering)"
35 The Broadcast Manager offers content filtering, timeout monitoring,
38 informs you on demand e.g. only on content updates / timeouts.
/linux-4.4.14/drivers/macintosh/
Dmediabay.c51 u8 (*content)(struct media_bay_info *bay); member
354 int id = bay->ops->content(bay); in poll_media_bay()
604 bay->last_value = bay->ops->content(bay); in media_bay_attach()
650 if (bay->ops->content(bay) != bay->content_id) { in media_bay_resume()
675 .content = ohare_mb_content,
684 .content = heathrow_mb_content,
694 .content = keylargo_mb_content,
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-pps26 If the source has no assert events the content of this file
38 If the source has no clear events the content of this file
72 If the source is not connected with any device the content
Dsysfs-bus-coresight-devices-etm3x258 Description: (RO) Print the content of the ETM Configuration Code register
265 Description: (RO) Print the content of the ETM Configuration Code Extension
272 Description: (RO) Print the content of the ETM System Configuration
279 Description: (RO) Print the content of the ETM ID register (0x1e4). The
286 Description: (RO) Print the content of the ETM Main Control register (0x000).
293 Description: (RO) Print the content of the ETM Trace ID register (0x200).
300 Description: (RO) Print the content of the ETM Trace Enable Event register
307 Description: (RO) Print the content of the ETM Trace Start/Stop Conrol
314 Description: (RO) Print the content of the ETM Enable Conrol #1
321 Description: (RO) Print the content of the ETM Enable Conrol #2
Dsysfs-bus-coresight-devices-etm4x289 Description: (R) Print the content of the OS Lock Status Register (0x304).
296 Description: (R) Print the content of the Power Down Control Register
303 Description: (R) Print the content of the Power Down Status Register
310 Description: (R) Print the content of the SW Lock Status Register
317 Description: (R) Print the content of the Authentication Status Register
324 Description: (R) Print the content of the Device ID Register
331 Description: (R) Print the content of the Device Type Register
338 Description: (R) Print the content of the Peripheral ID0 Register
345 Description: (R) Print the content of the Peripheral ID1 Register
352 Description: (R) Print the content of the Peripheral ID2 Register
[all …]
Dsysfs-class-mei21 Description: Display fw status registers content
Dsysfs-firmware-dmi-tables8 version, DMI table size, etc. The structure, content and
Dsysfs-bus-coresight-devices-etb1014 layout and content is driver specific.
Dsysfs-c2port59 the content of the on-board flash of the connected micro.
Dsysfs-class-net-mesh94 content) is enabled or not.
Dsysfs-fs-nilfs2249 Describe content of /sys/fs/nilfs2/<device>/mounted_snapshots
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt11 quite possibly very different in content and use. There is a corpus
42 It will also contain a key and some content.
69 Set the 'content' fileds in 'new' from 'orig'.
120 sunrpc_cache_update to set the content for the item. A second item is
121 passed which should hold the content. If the item found by _lookup
123 saves any user of an item from worrying about content changing while
125 valid data, then the content is copied across and CACHE_VALID is set.
144 - a content.
146 should be create or updated to have the given content, and the
/linux-4.4.14/sound/isa/gus/
Dgus_mem_proc.c74 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_gf1_mem_proc_init()
92 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_gf1_mem_proc_init()
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt42 features get mainlined after this -- only fixes to the rc1 content
44 content, rc2 is released. This repeats on a roughly weekly basis
51 accumulated new content of the past ~10 weeks will be passed onto
53 the "net" tree will start accumulating fixes for this pulled content
59 IMPORTANT: Do not send new net-next content to netdev during the
63 tree for net-next reopens to collect content for the next (vX.Y+1) release.
69 The "net" tree continues to collect fixes for the vX.Y content, and
87 A: Firstly, think whether you have a bug fix or new "next-like" content.
93 bug-fix net content. If you don't use git, then note the only magic in
172 for the networking content. Is this true?
Dcan.txt39 5.2 procfs content
401 When the content of a struct can_frame is copied into a struct canfd_frame
584 /* the content can be handled independently from the received MTU size */
644 created and modified at runtime; both the message content and the two
723 RX_SETUP: Create RX content filter subscription.
725 RX_DELETE: Remove RX content filter subscription, requires only can_id.
727 RX_READ: Read properties of RX content filter subscription for can_id.
735 RX_CHANGED: BCM message with updated CAN frame (detected content change).
817 To filter for content changes in multiplex message sequences an array of more
822 mark the relevant content to be compared with the previous received content.
[all …]
Dopenvswitch.txt208 Instead, in such a case, include an attribute with "empty" content.
209 It doesn't matter if the empty content could be valid protocol values,
Dfilter.txt431 A: [00000000][0] <-- content of A (hex, decimal)
432 X: [00000000][0] <-- content of X (hex, decimal)
433 M[0,15]: [00000000][0] <-- folded content of M (hex, decimal)
805 its content is defined by a specific use case. For seccomp register R1 points
Dstmmac.txt273 4.11) This is a summary of the content of some relevant files:
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-osd-api.txt339 Retrieve alpha content index
341 alpha content index, Range 0:15
348 Assign alpha content index
350 alpha content index, range 0:15
/linux-4.4.14/drivers/usb/storage/
Dsddr55.c528 unsigned char *content = us->iobuf; in sddr55_read_deviceID() local
542 DMA_FROM_DEVICE, content, 4); in sddr55_read_deviceID()
547 *manufacturerID = content[0]; in sddr55_read_deviceID()
548 *deviceID = content[1]; in sddr55_read_deviceID()
550 if (content[0] != 0xff) { in sddr55_read_deviceID()
552 DMA_FROM_DEVICE, content, 2); in sddr55_read_deviceID()
Dsddr09.c1058 unsigned char *content, in sddr09_read_control() argument
1065 CONTROL_SHIFT, content, use_sg); in sddr09_read_control()
1081 unsigned char *content = us->iobuf; in sddr09_read_deviceID() local
1093 content, 64, NULL); in sddr09_read_deviceID()
1096 deviceID[i] = content[i]; in sddr09_read_deviceID()
Dshuttle_usbat.c236 unsigned char *content) in usbat_read() argument
244 content, in usbat_read()
254 unsigned char content) in usbat_write() argument
260 short_pack(reg, content), in usbat_write()
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7.asn13 content [0] EXPLICIT SignedData OPTIONAL
25 content [0] EXPLICIT Data OPTIONAL
Dmscode.asn117 content SEQUENCE {
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drf_cfg.c190 u32 content = 0x1000; /*RF Content: radio_a_txt*/ in rtl8188e_config_rf_reg() local
191 u32 maskforphyset = content & 0xE000; in rtl8188e_config_rf_reg()
/linux-4.4.14/sound/pci/emu10k1/
Demuproc.c623 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init()
630 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init()
637 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init()
644 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init()
651 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_emu10k1_proc_init()
/linux-4.4.14/sound/core/seq/
Dseq_info.c44 entry->content = SNDRV_INFO_CONTENT_TEXT; in create_info_entry()
Dseq_device.c280 info_entry->content = SNDRV_INFO_CONTENT_TEXT; in seq_dev_proc_init()
/linux-4.4.14/drivers/firmware/broadcom/
DKconfig10 It simply reads content of NVRAM and parses it. It doesn't control any
/linux-4.4.14/include/uapi/linux/
Datmlec.h83 } content; member
Datmmpc.h59 } content; member
/linux-4.4.14/Documentation/i2c/
Dslave-eeprom-backend13 notfication when another master changed the content.
Dslave-interface11 EEPROM, the Linux I2C slave can access the content via sysfs and handle data as
/linux-4.4.14/Documentation/
Ddigsig.txt40 keyid equals to SHA1[12-19] over the total key content.
64 * Normally hash of the content is used as a data for this function.
Dbraille-console.txt21 review mode. In review mode, the arrow keys permit to browse in the VT content,
Dinitrd.txt85 disk with the desired initrd content, cd to that directory, and run (as an
111 If initrd will not be mounted in some cases, its content is still
124 copying the content of the block device to the initrd file. With recent
Dramoops.txt12 needs a system with persistent RAM so that the content of that area can
Dmen-chameleon-bus.txt57 FPGA contains a header section describing the content of the FPGA. The
Drpmsg.txt47 it has over the content of the messages.
210 content to the console.
Demail-clients.txt19 attachments, but then the attachments should have content-type
Dremoteproc.txt240 * its @type. The content of the entry itself will immediately follow
Dapplying-patches.txt155 content that couldn't be changed.
DHOWTO110 subject to scrutiny for content and style), but not following them
/linux-4.4.14/Documentation/zh_CN/
DSecurityBugs3 If you have any comment or update to the content, please contact the
Dstable_kernel_rules.txt3 If you have any comment or update to the content, please contact the
DIRQ.txt3 If you have any comment or update to the content, please contact the
Dstable_api_nonsense.txt3 If you have any comment or update to the content, please contact the
Dbasic_profiling.txt3 If you have any comment or update to the content, please post to LKML directly.
Dio_ordering.txt3 If you have any comment or update to the content, please contact the
Dsparse.txt3 If you have any comment or update to the content, please contact the
Dvolatile-considered-harmful.txt3 If you have any comment or update to the content, please contact the
DSubmittingDrivers3 If you have any comment or update to the content, please contact the
Demail-clients.txt3 If you have any comment or update to the content, please contact the
Doops-tracing.txt3 If you have any comment or update to the content, please contact the
DSubmittingPatches3 If you have any comment or update to the content, please contact the
Dgpio.txt3 If you have any comment or update to the content, please contact the
Dmagic-number.txt3 If you have any comment or update to the content, please post to LKML directly.
DHOWTO3 If you have any comment or update to the content, please contact the
DCodingStyle3 If you have any comment or update to the content, please post to LKML directly.
/linux-4.4.14/Documentation/zh_CN/arm64/
Dtagged-pointers.txt3 If you have any comment or update to the content, please contact the
Dlegacy_instructions.txt3 If you have any comment or update to the content, please contact the
Dmemory.txt3 If you have any comment or update to the content, please contact the
Dbooting.txt3 If you have any comment or update to the content, please contact the
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
D88pm800.txt9 The content of each sub-node is defined by the standard binding for
Disl9305.txt9 values being "dcd1", "dcd2", "ldo1" and "ldo2". The content of each sub-node
Dmax8907.txt17 The content of each sub-node is defined by the standard binding for
Dda9211.txt9 values listed below. The content of each sub-node is defined by the
Dtps6586x.txt12 The content of each sub-node is defined by the standard binding for
Dtps65090.txt9 values listed below. The content of each sub-node is defined by the
Dqcom,spmi-regulator.txt88 The content of each sub-node is defined by the standard binding for regulators -
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dltc2978.txt22 values listed below. The content of each sub-node is defined by the
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dpm8941-wled.txt12 - qcom,cabc: bool; enable content adaptive backlight control
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_efuse.c222 u8 *content, /* buffer to store efuse physical map */ in efuse_read_phymap_from_txpktbuf() argument
234 u8 *pos = content; in efuse_read_phymap_from_txpktbuf()
277 pos = content+count; in efuse_read_phymap_from_txpktbuf()
282 pos = content+count; in efuse_read_phymap_from_txpktbuf()
288 pos = content+count; in efuse_read_phymap_from_txpktbuf()
/linux-4.4.14/sound/drivers/opl4/
Dopl4_proc.c113 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_opl4_create_proc()
/linux-4.4.14/Documentation/filesystems/
Dromfs.txt56 offset content
89 offset content
121 3 symbolic link unused, MBZ (file data is the link content)
156 to romfs-subscribe@shadow.banki.hu, the content is irrelevant.
Ddebugfs.txt189 seq_file content.
Doverlayfs.txt81 Only the lists of names from directories are merged. Other content
Dlogfs.txt101 content to a spare segment and noting this move in the journal with a
Dgfs2-glocks.txt61 go_dump | Called to print content of object for debugfs file, or on
Dext2.txt378 Windows 95 (*) http://www.yipton.net/content.html#FSDEXT2
Dsharedsubtree.txt611 what should be the content of /v/1/v/1 be?
/linux-4.4.14/fs/afs/
Ddir.c39 const char *content);
1016 const char *content) in afs_symlink() argument
1030 content); in afs_symlink()
1033 if (strlen(content) >= AFSPATHMAX) in afs_symlink()
1042 ret = afs_vnode_symlink(dvnode, key, dentry->d_name.name, content, in afs_symlink()
Dvnode.c632 const char *name, const char *content, in afs_vnode_symlink() argument
646 name, content); in afs_vnode_symlink()
661 ret = afs_fs_symlink(server, key, vnode, name, content, in afs_vnode_symlink()
/linux-4.4.14/Documentation/zh_CN/arm/
DBooting3 If you have any comment or update to the content, please contact the
Dkernel_user_helpers.txt3 If you have any comment or update to the content, please contact the
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dqcom,dwc3.txt18 the node is not important. The content of the node is defined in dwc3.txt.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcz_smc.c54 u32 content = 0, tmp; in cz_send_msg_to_smc_async() local
59 if (content != tmp) in cz_send_msg_to_smc_async()
77 u32 content = 0, tmp = 0; in cz_send_msg_to_smc() local
85 if (content != tmp) in cz_send_msg_to_smc()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.h149 enum rf_content content,
Dhw.c1684 u8 *content) in _rtl92de_read_macphymode_from_prom() argument
1688 u8 macphy_crvalue = content[EEPROM_MAC_FUNCTION]; in _rtl92de_read_macphymode_from_prom()
1702 u8 *content) in _rtl92de_read_macphymode_and_bandtype() argument
1704 _rtl92de_read_macphymode_from_prom(hw, content); in _rtl92de_read_macphymode_and_bandtype()
Dphy.c787 enum rf_content content, in rtl92d_phy_config_rf_with_headerfile() argument
817 if ((content == radiob_txt) && (rfpath == RF90_PATH_A)) { in rtl92d_phy_config_rf_with_headerfile()
/linux-4.4.14/Documentation/arm/SA1100/
Dserial_UART39 name. The classic example is the content of the /etc/inittab file where
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt122 exists no common standard for this content.
130 == Generic pin multiplexing node content ==
159 == Generic pin configuration node content ==
Dlantiq,pinctrl-falcon.txt19 should be enumerated and processed purely based on their content.
Dqcom,apq8064-pinctrl.txt28 and processed purely based on their content.
Dqcom,msm8660-pinctrl.txt28 and processed purely based on their content.
Dqcom,ipq8064-pinctrl.txt28 and processed purely based on their content.
Dpinctrl-palmas.txt23 and processed purely based on their content.
Dxlnx,zynq-pinctrl.txt22 and processed purely based on their content.
Dqcom,msm8974-pinctrl.txt28 and processed purely based on their content.
Dlantiq,pinctrl-xway.txt19 should be enumerated and processed purely based on their content.
Dste,nomadik.txt21 and processed purely based on their content. The subnodes use the generic
Dimg,tz1090-pdc-pinctrl.txt19 and processed purely based on their content.
Dnvidia,tegra124-xusb-padctl.txt36 subnodes should be parsed solely based on their content.
Dpinctrl_spear.txt40 and processed purely based on their content.
Dqcom,msm8960-pinctrl.txt60 and processed purely based on their content.
Dqcom,apq8084-pinctrl.txt60 and processed purely based on their content.
Dqcom,msm8916-pinctrl.txt60 and processed purely based on their content.
Dqcom,pmic-mpp.txt59 and processed purely based on their content.
Dqcom,pmic-gpio.txt59 and processed purely based on their content.
Drenesas,pfc-pinctrl.txt58 are parsed through phandles and processed purely based on their content.
Dnvidia,tegra20-pinmux.txt19 and processed purely based on their content.
Dnvidia,tegra210-pinmux.txt20 and processed purely based on their content.
Dimg,tz1090-pinctrl.txt19 and processed purely based on their content.
/linux-4.4.14/drivers/fmc/
DKconfig24 This is a fake carrier, bringing a default EEPROM content
/linux-4.4.14/Documentation/fmc/
Dparameters.txt16 the binary content of SDB records. This currently only dumps the
Dfmc-write-eeprom.txt16 To avoid damaging the EEPROM content, the module takes the following
Dmezzanine.txt9 The matching between device and driver is based on the content of the
Dcarrier.txt74 * eeprom: the full content of the I2C EEPROM.
/linux-4.4.14/sound/pci/cs46xx/
Ddsp_spos.c799 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_init()
814 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_init()
826 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_init()
838 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_init()
850 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_init()
862 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_init()
874 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_init()
Ddsp_spos_scb_lib.c272 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_register_scb_desc()
Dcs46xx_lib.c2848 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_cs46xx_proc_init()
/linux-4.4.14/arch/unicore32/mm/
Dproc-macros.S103 ldw \pa, [\pa+], \off << #2 @ pa <- the content of pt
/linux-4.4.14/drivers/video/fbdev/omap/
DKconfig31 the frame buffer content and thus a reload of the image data to
/linux-4.4.14/sound/synth/emux/
Demux_proc.c115 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_emux_proc_init()
/linux-4.4.14/Documentation/vm/
Dksm.txt9 have been registered with it, looking for pages of identical content which
11 copied if a process later wants to update its content).
/linux-4.4.14/Documentation/input/
Dyealink.txt141 - The tab '\t'and '\n' char does not overwrite the original content.
142 - Writing a space to an icon will always hide its content.
Dff.txt101 The content of effect may be modified. In particular, its field "id" is set
Devent-codes.txt137 them on the touchpad in an effort to scroll content on screen,
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsamsung-mipi-csis.txt44 array's content is unused, only its length is meaningful;
/linux-4.4.14/include/sound/
Dinfo.h79 unsigned short content; member
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss.c287 entry->content = SNDRV_INFO_CONTENT_TEXT; in register_proc()
/linux-4.4.14/Documentation/devicetree/bindings/soc/
Dqcom,smd-rpm.txt78 The content of each sub-node is defined by the standard binding for regulators -
/linux-4.4.14/Documentation/device-mapper/
Dsnapshot.txt8 original content;
30 its visible content unchanged, at least until the <COW device> fills up.
Dcache.txt198 content from being different from origin block content.
/linux-4.4.14/Documentation/arm/
Dmem_alignment53 You can also read the content of the same file to get statistical
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt78 semantics no matter what the content is.
151 delay and padding and directly move from one track content to another. The end
157 music content. The decoder needs to know the encoder delay and encoder padding.
/linux-4.4.14/Documentation/powerpc/
Dfirmware-assisted-dump.txt111 content in addition to CPU state and HPTE region, in the case a
127 Boot memory content gets transferred to
208 After echo 1, the content of the /sys/kernel/debug/powerpc/fadump_region
/linux-4.4.14/Documentation/zh_CN/video4linux/
Domap3isp.txt3 If you have any comment or update to the content, please contact the
Dv4l2-framework.txt3 If you have any comment or update to the content, please contact the
/linux-4.4.14/Documentation/security/
Dkeys-ecryptfs.txt28 authentication token, which content is well known, but only the FEFEK in
/linux-4.4.14/arch/frv/kernel/
Dcmode.S111 # (5) Flush the content of all caches by the DCEF instruction.
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dcpsw.txt19 - mac_control : Specifies Default MAC control register content
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h442 struct pf_vf_bulletin_content content; member
Dbnx2x_sriov.c2961 crc = bnx2x_crc_vf_bulletin(&bp->shadow_bulletin.content); in bnx2x_sample_bulletin()
2963 if (bp->shadow_bulletin.content.crc == crc) in bnx2x_sample_bulletin()
2967 bp->shadow_bulletin.content.crc, crc); in bnx2x_sample_bulletin()
2975 bulletin = &bp->shadow_bulletin.content; in bnx2x_sample_bulletin()
3060 bnx2x_vf_bulletin_finalize(&bp->pf2vf_bulletin->content, true); in bnx2x_vf_pci_alloc()
Dbnx2x_vfpf.c729 struct pf_vf_bulletin_content bulletin = bp->pf2vf_bulletin->content; in bnx2x_vfpf_config_mac()
958 if (bp->shadow_bulletin.content.valid_bitmap & 1 << VLAN_VALID) { in bnx2x_vfpf_update_vlan()
/linux-4.4.14/Documentation/scsi/
Dcxgb3i.txt61 The content of the file should be in the following format:
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt26 III - Required content of the device tree
252 given platform based on the content of the device-tree. Thus, you
324 passed to the kernel. The actual content of it and kernel requirements
375 size, content */
456 should match the content of the "reg" property of the CPU node in
582 presented with their name followed by their content. "content"
583 represents an ASCII string (zero terminated) value, while <content>
636 properties and their content.
665 So the node content can be summarized as a start token, a full path,
687 III - Required content of the device tree
[all …]
/linux-4.4.14/sound/core/
Dinfo.c715 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_info_create_entry()
838 if (entry->content == SNDRV_INFO_CONTENT_DATA) in snd_info_register()
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt127 Where, [] designate corresponding content is optional
/linux-4.4.14/Documentation/zh_CN/filesystems/
Dsysfs.txt3 If you have any comment or update to the content, please contact the
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dl2cc.txt7 https://www.power.org/wp-content/uploads/2012/06/Power_ePAPR_APPROVED_v1.1.pdf
/linux-4.4.14/arch/arm/boot/dts/
Darmada-385-db-ap.dts90 * Erasing this EEPROM's content will
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt15 register a sysfs file, allow in-kernel users to access the content of the
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c441 u8 content[MAX_WOL_PATTERN_SIZE] = {0}; in _rtl_add_wowlan_patterns() local
523 content[len] = pattern_os[j]; in _rtl_add_wowlan_patterns()
529 "pattern to hw\n", content, len); in _rtl_add_wowlan_patterns()
531 rtl_pattern.crc = _calculate_wol_pattern_crc(content, len); in _rtl_add_wowlan_patterns()
/linux-4.4.14/Documentation/networking/caif/
DLinux-CAIF.txt81 CAIF Packet has functions for creating, destroying and adding content
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.c121 u32 count = 0, isr_regaddr, content; in _rtl88ee_set_fw_clock_on() local
154 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl88ee_set_fw_clock_on()
155 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl88ee_set_fw_clock_on()
158 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl88ee_set_fw_clock_on()
161 if (content & IMR_CPWM) { in _rtl88ee_set_fw_clock_on()
Dphy.c339 u32 content = 0x1000; /*RF Content: radio_a_txt*/ in _rtl8188e_config_rf_radio_a() local
340 u32 maskforphyset = (u32)(content & 0xE000); in _rtl8188e_config_rf_radio_a()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.c125 u32 count = 0, isr_regaddr, content; in _rtl8723be_set_fw_clock_on() local
159 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl8723be_set_fw_clock_on()
160 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl8723be_set_fw_clock_on()
163 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl8723be_set_fw_clock_on()
166 if (content & IMR_CPWM) { in _rtl8723be_set_fw_clock_on()
Dphy.c201 u32 content = 0x1000; /*RF Content: radio_a_txt*/ in _rtl8723be_config_rf_radio_a() local
202 u32 maskforphyset = (u32)(content & 0xE000); in _rtl8723be_config_rf_radio_a()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dhw.c99 u32 count = 0, isr_regaddr, content; in _rtl92ee_set_fw_clock_on() local
134 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl92ee_set_fw_clock_on()
135 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl92ee_set_fw_clock_on()
138 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl92ee_set_fw_clock_on()
141 if (content & IMR_CPWM) { in _rtl92ee_set_fw_clock_on()
Dphy.c366 u32 content = 0x1000; /*RF Content: radio_a_txt*/ in _rtl92ee_config_rf_radio_a() local
367 u32 maskforphyset = (u32)(content & 0xE000); in _rtl92ee_config_rf_radio_a()
376 u32 content = 0x1001; /*RF Content: radio_b_txt*/ in _rtl92ee_config_rf_radio_b() local
377 u32 maskforphyset = (u32)(content & 0xE000); in _rtl92ee_config_rf_radio_b()
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt62 EMAC, that is the content of the current (bogus) "phy-port"
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt159 The content of each sub-node is defined by the standard binding for regulators -
/linux-4.4.14/Documentation/isdn/
DINTERFACE.CAPI227 CAPI encoding (length + content). It may also be NULL, which will
229 Subparameters are stored in encoded form within the content part.
/linux-4.4.14/mm/
DKconfig318 mergeable. When it finds pages of identical content, it replaces
319 the many instances by a single page with that content, so
320 saving memory until one or another app needs to modify the content.
/linux-4.4.14/arch/arm/mach-tegra/
Dsleep-tegra20.S528 str r1, [r4, r5] @ save the content of the addr
Dsleep-tegra30.S732 str r1, [r8, r9] @ save the content of the addr
/linux-4.4.14/sound/pci/mixart/
Dmixart.c1230 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_mixart_proc_init()
1236 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_mixart_proc_init()
/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt84 For convenience, we repeat the content of struct vmcs12 here. If the internals
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt62 This command is used to sync content of the remote dir to the client.
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt74 You can also know if they are on/off by reading their content and use
Dthinkpad-acpi.txt1375 http://www.lenovo.com/shop/americas/content/user_guides/x1carbon_2_ug_en.pdf
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.c122 u32 count = 0, isr_regaddr, content; in _rtl8821ae_set_fw_clock_on() local
157 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl8821ae_set_fw_clock_on()
158 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl8821ae_set_fw_clock_on()
161 content = rtl_read_dword(rtlpriv, isr_regaddr); in _rtl8821ae_set_fw_clock_on()
164 if (content & IMR_CPWM) { in _rtl8821ae_set_fw_clock_on()
Dphy.c710 u32 content = 0x1000; /*RF Content: radio_a_txt*/ in _rtl8821ae_config_rf_radio_a() local
711 u32 maskforphyset = (u32)(content & 0xE000); in _rtl8821ae_config_rf_radio_a()
720 u32 content = 0x1001; /*RF Content: radio_b_txt*/ in _rtl8821ae_config_rf_radio_b() local
721 u32 maskforphyset = (u32)(content & 0xE000); in _rtl8821ae_config_rf_radio_b()
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt61 The content of the directories are files which represent different views
65 It is also possible to define other views. The content of
/linux-4.4.14/sound/pci/
Dcs4281.c1180 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_cs4281_proc_init()
1186 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_cs4281_proc_init()
/linux-4.4.14/Documentation/usb/
Dmass-storage.txt158 logical unit is removable), the content is empty.
DWUSB-Design-overview.txt23 updated content.
/linux-4.4.14/Documentation/trace/
Dcoresight.txt235 The content of the ETB buffer can be harvested directly from /dev:
Dftrace.txt63 on the files within that directory and not distract from the content with
255 content can be displayed in the files:
461 the content of the snapshot for a given CPU, and if
593 The header explains the content of the events. Task name "bash", the task
2541 The trace_pipe outputs the same content as the trace file, but
/linux-4.4.14/kernel/power/
DKconfig28 of suspend, or they are content with invoking sync() from
/linux-4.4.14/Documentation/sysctl/
Dnet.txt160 Some user space might need to gather its content even if drivers do not
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt50 should be given from the content of the key.
/linux-4.4.14/drivers/base/
DKconfig35 Userspace can modify the filesystem content as needed, add
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt163 other hierarchies and the content changes as controllers are bound to
166 In non-root cgroups, the content of this file equals that of the
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt223 - It's usually used for 2d content transfers, in which case you
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c1242 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_mixer_oss_proc_init()
Dpcm_oss.c2966 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_pcm_oss_proc_init()
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio415 contains "MXSERMAJOR". Change the content as below.
/linux-4.4.14/net/sched/
DKconfig661 Say Y here if you want to mangle the content of packets.
/linux-4.4.14/lib/
DKconfig.debug878 the content of the corrupted region can no longer be trusted.

12