/linux-4.1.27/drivers/char/ |
D | bfin-otp.c | 43 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.1.27/drivers/s390/char/ |
D | hmcdrv_cache.c | 41 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.1.27/net/atm/ |
D | lec.c | 148 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 …]
|
D | mpoa_caches.c | 144 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()
|
D | mpc.c | 964 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.1.27/sound/core/ |
D | info.c | 165 if (entry->content == SNDRV_INFO_CONTENT_DATA && in snd_info_entry_llseek() 172 if (entry->content == SNDRV_INFO_CONTENT_DATA) in snd_info_entry_llseek() 219 switch (entry->content) { in snd_info_entry_read() 266 switch (entry->content) { in snd_info_entry_write() 320 if ((entry->content == SNDRV_INFO_CONTENT_DATA && in snd_info_entry_open() 327 if ((entry->content == SNDRV_INFO_CONTENT_DATA && in snd_info_entry_open() 339 switch (entry->content) { in snd_info_entry_open() 374 if (entry->content == SNDRV_INFO_CONTENT_TEXT && in snd_info_entry_open() 411 switch (entry->content) { in snd_info_entry_release() 457 switch (entry->content) { in snd_info_entry_poll() [all …]
|
/linux-4.1.27/arch/s390/include/asm/ |
D | cpu_mf.h | 179 register u64 content asm("4") = 0; in ecctr() 186 : "=d" (content), "=d" (cc) : "d" (ctr) : "cc"); in ecctr() 188 *val = content; in ecctr()
|
/linux-4.1.27/net/can/ |
D | Kconfig | 32 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.1.27/drivers/macintosh/ |
D | mediabay.c | 51 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.1.27/Documentation/ABI/testing/ |
D | sysfs-pps | 26 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
|
D | sysfs-class-mei | 21 Description: Display fw status registers content
|
D | sysfs-bus-coresight-devices-etb10 | 14 layout and content is driver specific.
|
D | sysfs-c2port | 59 the content of the on-board flash of the connected micro.
|
D | sysfs-class-net-mesh | 94 content) is enabled or not.
|
D | sysfs-fs-nilfs2 | 249 Describe content of /sys/fs/nilfs2/<device>/mounted_snapshots
|
D | sysfs-bus-coresight-devices-etm3x | 16 layout and content is driver specific.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 11 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.1.27/sound/isa/gus/ |
D | gus_mem_proc.c | 74 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.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 42 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?
|
D | can.txt | 39 5.2 procfs content 398 When the content of a struct can_frame is copied into a struct canfd_frame 581 /* the content can be handled independently from the received MTU size */ 641 created and modified at runtime; both the message content and the two 720 RX_SETUP: Create RX content filter subscription. 722 RX_DELETE: Remove RX content filter subscription, requires only can_id. 724 RX_READ: Read properties of RX content filter subscription for can_id. 732 RX_CHANGED: BCM message with updated CAN frame (detected content change). 814 To filter for content changes in multiplex message sequences an array of more 819 mark the relevant content to be compared with the previous received content. [all …]
|
D | openvswitch.txt | 208 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,
|
D | filter.txt | 431 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
|
D | stmmac.txt | 283 4.11) This is a summary of the content of some relevant files:
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-osd-api.txt | 339 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.1.27/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 3 content [0] EXPLICIT SignedData OPTIONAL 25 content [0] EXPLICIT Data OPTIONAL
|
D | mscode.asn1 | 17 content SEQUENCE {
|
/linux-4.1.27/drivers/usb/storage/ |
D | sddr55.c | 525 unsigned char *content = us->iobuf; in sddr55_read_deviceID() local 539 DMA_FROM_DEVICE, content, 4); in sddr55_read_deviceID() 544 *manufacturerID = content[0]; in sddr55_read_deviceID() 545 *deviceID = content[1]; in sddr55_read_deviceID() 547 if (content[0] != 0xff) { in sddr55_read_deviceID() 549 DMA_FROM_DEVICE, content, 2); in sddr55_read_deviceID()
|
D | sddr09.c | 1055 unsigned char *content, in sddr09_read_control() argument 1062 CONTROL_SHIFT, content, use_sg); in sddr09_read_control() 1078 unsigned char *content = us->iobuf; in sddr09_read_deviceID() local 1090 content, 64, NULL); in sddr09_read_deviceID() 1093 deviceID[i] = content[i]; in sddr09_read_deviceID()
|
D | shuttle_usbat.c | 233 unsigned char *content) in usbat_read() argument 241 content, in usbat_read() 251 unsigned char content) in usbat_write() argument 257 short_pack(reg, content), in usbat_write()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rf_cfg.c | 190 u32 content = 0x1000; /*RF Content: radio_a_txt*/ in rtl8188e_config_rf_reg() local 191 u32 maskforphyset = (u32)(content & 0xE000); in rtl8188e_config_rf_reg()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emuproc.c | 624 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init() 631 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init() 638 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init() 645 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_emu10k1_proc_init() 652 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_emu10k1_proc_init()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_info.c | 45 entry->content = SNDRV_INFO_CONTENT_TEXT; in create_info_entry()
|
D | seq_device.c | 280 info_entry->content = SNDRV_INFO_CONTENT_TEXT; in seq_dev_proc_init()
|
/linux-4.1.27/Documentation/i2c/ |
D | slave-eeprom-backend | 13 notfication when another master changed the content.
|
D | slave-interface | 10 like a regular EEPROM, the Linux I2C slave can access the content via sysfs and
|
/linux-4.1.27/include/uapi/linux/ |
D | atmlec.h | 83 } content; member
|
D | atmmpc.h | 59 } content; member
|
/linux-4.1.27/Documentation/ |
D | digsig.txt | 40 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.
|
D | braille-console.txt | 21 review mode. In review mode, the arrow keys permit to browse in the VT content,
|
D | initrd.txt | 85 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
|
D | ramoops.txt | 12 needs a system with persistent RAM so that the content of that area can
|
D | rpmsg.txt | 47 it has over the content of the messages. 210 content to the console.
|
D | email-clients.txt | 19 attachments, but then the attachments should have content-type
|
D | remoteproc.txt | 234 * its @type. The content of the entry itself will immediately follow
|
D | applying-patches.txt | 155 content that couldn't be changed.
|
D | HOWTO | 110 subject to scrutiny for content and style), but not following them
|
D | kernel-parameters.txt | 3693 be filled with content caused by the warning output.
|
/linux-4.1.27/Documentation/zh_CN/ |
D | SecurityBugs | 3 If you have any comment or update to the content, please contact the
|
D | stable_kernel_rules.txt | 3 If you have any comment or update to the content, please contact the
|
D | IRQ.txt | 3 If you have any comment or update to the content, please contact the
|
D | stable_api_nonsense.txt | 3 If you have any comment or update to the content, please contact the
|
D | basic_profiling.txt | 3 If you have any comment or update to the content, please post to LKML directly.
|
D | io_ordering.txt | 3 If you have any comment or update to the content, please contact the
|
D | sparse.txt | 3 If you have any comment or update to the content, please contact the
|
D | volatile-considered-harmful.txt | 3 If you have any comment or update to the content, please contact the
|
D | SubmittingDrivers | 3 If you have any comment or update to the content, please contact the
|
D | email-clients.txt | 3 If you have any comment or update to the content, please contact the
|
D | oops-tracing.txt | 3 If you have any comment or update to the content, please contact the
|
D | SubmittingPatches | 3 If you have any comment or update to the content, please contact the
|
D | HOWTO | 3 If you have any comment or update to the content, please contact the
|
D | gpio.txt | 3 If you have any comment or update to the content, please contact the
|
D | magic-number.txt | 3 If you have any comment or update to the content, please post to LKML directly.
|
D | CodingStyle | 3 If you have any comment or update to the content, please post to LKML directly.
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | ltc2978.txt | 16 values listed below. The content of each sub-node is defined by the
|
/linux-4.1.27/Documentation/zh_CN/arm64/ |
D | tagged-pointers.txt | 3 If you have any comment or update to the content, please contact the
|
D | legacy_instructions.txt | 3 If you have any comment or update to the content, please contact the
|
D | memory.txt | 3 If you have any comment or update to the content, please contact the
|
D | booting.txt | 3 If you have any comment or update to the content, please contact the
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | 88pm800.txt | 9 The content of each sub-node is defined by the standard binding for
|
D | isl9305.txt | 9 values being "dcd1", "dcd2", "ldo1" and "ldo2". The content of each sub-node
|
D | da9211.txt | 9 values listed below. The content of each sub-node is defined by the
|
D | max8907.txt | 17 The content of each sub-node is defined by the standard binding for
|
D | tps6586x.txt | 12 The content of each sub-node is defined by the standard binding for
|
D | tps65090.txt | 9 values listed below. The content of each sub-node is defined by the
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-pm8941-wled.txt | 13 - qcom,cabc: bool; enable content adaptive backlight control
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 222 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.1.27/sound/drivers/opl4/ |
D | opl4_proc.c | 115 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_opl4_create_proc()
|
/linux-4.1.27/Documentation/filesystems/ |
D | romfs.txt | 56 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.
|
D | logfs.txt | 101 content to a spare segment and noting this move in the journal with a
|
D | overlayfs.txt | 80 Only the lists of names from directories are merged. Other content
|
D | gfs2-glocks.txt | 61 go_dump | Called to print content of object for debugfs file, or on
|
D | ext2.txt | 378 Windows 95 (*) http://www.yipton.net/content.html#FSDEXT2
|
D | sharedsubtree.txt | 611 what should be the content of /v/1/v/1 be?
|
D | proc.txt | 387 content of /proc/PID/maps, where you will see all mappings that are being used
|
/linux-4.1.27/fs/afs/ |
D | dir.c | 39 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()
|
D | vnode.c | 632 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.1.27/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.txt | 18 the node is not important. The content of the node is defined in dwc3.txt.
|
/linux-4.1.27/Documentation/zh_CN/arm/ |
D | Booting | 3 If you have any comment or update to the content, please contact the
|
D | kernel_user_helpers.txt | 3 If you have any comment or update to the content, please contact the
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.h | 149 enum rf_content content,
|
D | hw.c | 1684 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()
|
D | phy.c | 787 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.1.27/Documentation/arm/SA1100/ |
D | serial_UART | 39 name. The classic example is the content of the /etc/inittab file where
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 122 exists no common standard for this content. 130 == Generic pin multiplexing node content == 159 == Generic pin configuration node content ==
|
D | lantiq,falcon-pinumx.txt | 19 should be enumerated and processed purely based on their content.
|
D | qcom,apq8064-pinctrl.txt | 28 and processed purely based on their content.
|
D | qcom,ipq8064-pinctrl.txt | 28 and processed purely based on their content.
|
D | xlnx,zynq-pinctrl.txt | 22 and processed purely based on their content.
|
D | pinctrl-palmas.txt | 23 and processed purely based on their content.
|
D | lantiq,xway-pinumx.txt | 19 should be enumerated and processed purely based on their content.
|
D | qcom,msm8974-pinctrl.txt | 28 and processed purely based on their content.
|
D | ste,nomadik.txt | 19 and processed purely based on their content. The subnodes use the generic
|
D | nvidia,tegra124-xusb-padctl.txt | 36 subnodes should be parsed solely based on their content.
|
D | img,tz1090-pdc-pinctrl.txt | 19 and processed purely based on their content.
|
D | qcom,pmic-mpp.txt | 54 and processed purely based on their content.
|
D | pinctrl_spear.txt | 40 and processed purely based on their content.
|
D | qcom,apq8084-pinctrl.txt | 60 and processed purely based on their content.
|
D | qcom,msm8960-pinctrl.txt | 60 and processed purely based on their content.
|
D | qcom,msm8916-pinctrl.txt | 60 and processed purely based on their content.
|
D | qcom,pmic-gpio.txt | 59 and processed purely based on their content.
|
D | renesas,pfc-pinctrl.txt | 55 are parsed through phandles and processed purely based on their content.
|
D | nvidia,tegra20-pinmux.txt | 19 and processed purely based on their content.
|
D | nvidia,tegra210-pinmux.txt | 20 and processed purely based on their content.
|
D | img,tz1090-pinctrl.txt | 19 and processed purely based on their content.
|
/linux-4.1.27/Documentation/fmc/ |
D | parameters.txt | 16 the binary content of SDB records. This currently only dumps the
|
D | fmc-write-eeprom.txt | 16 To avoid damaging the EEPROM content, the module takes the following
|
D | mezzanine.txt | 9 The matching between device and driver is based on the content of the
|
D | carrier.txt | 74 * eeprom: the full content of the I2C EEPROM.
|
/linux-4.1.27/drivers/fmc/ |
D | Kconfig | 24 This is a fake carrier, bringing a default EEPROM content
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | dsp_spos.c | 799 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()
|
D | dsp_spos_scb_lib.c | 272 entry->content = SNDRV_INFO_CONTENT_TEXT; in cs46xx_dsp_proc_register_scb_desc()
|
D | cs46xx_lib.c | 2848 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_cs46xx_proc_init()
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_proc.c | 117 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_emux_proc_init()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | proc-macros.S | 103 ldw \pa, [\pa+], \off << #2 @ pa <- the content of pt
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | Kconfig | 31 the frame buffer content and thus a reload of the image data to
|
/linux-4.1.27/Documentation/input/ |
D | yealink.txt | 141 - The tab '\t'and '\n' char does not overwrite the original content. 142 - Writing a space to an icon will always hide its content.
|
D | ff.txt | 101 The content of effect may be modified. In particular, its field "id" is set
|
D | event-codes.txt | 137 them on the touchpad in an effort to scroll content on screen,
|
/linux-4.1.27/Documentation/vm/ |
D | ksm.txt | 9 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.1.27/scripts/ |
D | Kbuild.include | 40 # 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
|
D | analyze_suspend.py | 2031 <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.1.27/include/sound/ |
D | info.h | 77 unsigned short content; member
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | samsung-mipi-csis.txt | 44 array's content is unused, only its length is meaningful;
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | cpsw.txt | 15 - mac_control : Specifies Default MAC control register content
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss.c | 287 entry->content = SNDRV_INFO_CONTENT_TEXT; in register_proc()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | snapshot.txt | 8 original content; 30 its visible content unchanged, at least until the <COW device> fills up.
|
D | cache.txt | 198 content from being different from origin block content.
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 53 You can also read the content of the same file to get statistical
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 111 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.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 78 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.1.27/Documentation/zh_CN/video4linux/ |
D | omap3isp.txt | 3 If you have any comment or update to the content, please contact the
|
D | v4l2-framework.txt | 3 If you have any comment or update to the content, please contact the
|
/linux-4.1.27/Documentation/security/ |
D | keys-ecryptfs.txt | 28 authentication token, which content is well known, but only the FEFEK in
|
D | keys.txt | 414 string, the key type will try and generate a description from the content
|
/linux-4.1.27/arch/frv/kernel/ |
D | cmode.S | 111 # (5) Flush the content of all caches by the DCEF instruction.
|
/linux-4.1.27/Documentation/scsi/ |
D | cxgb3i.txt | 61 The content of the file should be in the following format:
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 431 struct pf_vf_bulletin_content content; member
|
D | bnx2x_sriov.c | 2989 crc = bnx2x_crc_vf_bulletin(&bp->shadow_bulletin.content); in bnx2x_sample_bulletin() 2991 if (bp->shadow_bulletin.content.crc == crc) in bnx2x_sample_bulletin() 2995 bp->shadow_bulletin.content.crc, crc); in bnx2x_sample_bulletin() 3003 bulletin = &bp->shadow_bulletin.content; in bnx2x_sample_bulletin() 3088 bnx2x_vf_bulletin_finalize(&bp->pf2vf_bulletin->content, true); in bnx2x_vf_pci_alloc()
|
D | bnx2x_vfpf.c | 713 struct pf_vf_bulletin_content bulletin = bp->pf2vf_bulletin->content; in bnx2x_vfpf_config_mac()
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 26 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.1.27/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 7 https://www.power.org/wp-content/uploads/2012/06/Power_ePAPR_APPROVED_v1.1.pdf
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | output_format.txt | 127 Where, [] designate corresponding content is optional
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | armada-385-db-ap.dts | 88 * Erasing this EEPROM's content will
|
/linux-4.1.27/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 3 If you have any comment or update to the content, please contact the
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | core.c | 441 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.1.27/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 81 CAIF Packet has functions for creating, destroying and adding content
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | hw.c | 121 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()
|
D | phy.c | 339 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.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | hw.c | 99 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()
|
D | phy.c | 366 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.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | hw.c | 125 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()
|
D | phy.c | 201 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.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 62 EMAC, that is the content of the current (bogus) "phy-port"
|
/linux-4.1.27/mm/ |
D | Kconfig | 336 mergeable. When it finds pages of identical content, it replaces 337 the many instances by a single page with that content, so 338 saving memory until one or another app needs to modify the content.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 159 The content of each sub-node is defined by the standard binding for regulators -
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.CAPI | 227 CAPI encoding (length + content). It may also be NULL, which will 229 Subparameters are stored in encoded form within the content part.
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | sleep-tegra20.S | 528 str r1, [r4, r5] @ save the content of the addr
|
D | sleep-tegra30.S | 732 str r1, [r8, r9] @ save the content of the addr
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart.c | 1230 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.1.27/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 84 For convenience, we repeat the content of struct vmcs12 here. If the internals
|
/linux-4.1.27/Documentation/laptops/ |
D | asus-laptop.txt | 74 You can also know if they are on/off by reading their content and use
|
D | thinkpad-acpi.txt | 1375 http://www.lenovo.com/shop/americas/content/user_guides/x1carbon_2_ug_en.pdf
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 62 This command is used to sync content of the remote dir to the client.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | hw.c | 122 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()
|
D | phy.c | 710 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.1.27/sound/pci/ |
D | cs4281.c | 1180 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.1.27/Documentation/s390/ |
D | s390dbf.txt | 61 The content of the directories are files which represent different views 65 It is also possible to define other views. The content of
|
D | Debugging390.txt | 856 content in VM on z/Architecture. Obviously this isn't required for access
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 158 logical unit is removable), the content is empty.
|
D | WUSB-Design-overview.txt | 23 updated content.
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 158 Some user space might need to gather its content even if drivers do not
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 235 The content of the ETB buffer can be harvested directly from /dev:
|
D | ftrace.txt | 63 on the files within that directory and not distract from the content with 249 content can be displayed in the files: 450 the content of the snapshot for a given CPU, and if 582 The header explains the content of the events. Task name "bash", the task 2488 The trace_pipe outputs the same content as the trace file, but
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 163 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.1.27/drivers/base/ |
D | Kconfig | 35 Userspace can modify the filesystem content as needed, add
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 50 should be given from the content of the key.
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 223 - It's usually used for 2d content transfers, in which case you
|
/linux-4.1.27/sound/core/oss/ |
D | mixer_oss.c | 1241 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_mixer_oss_proc_init()
|
D | pcm_oss.c | 2966 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_pcm_oss_proc_init()
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 415 contains "MXSERMAJOR". Change the content as below.
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 650 Say Y here if you want to mangle the content of packets.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 863 the content of the corrupted region can no longer be trusted.
|
/linux-4.1.27/ |
D | MAINTAINERS | 110 K: Keyword perl extended regex pattern to match content in a 6089 W: http://www.linux-ntfs.org/content/view/19/37/ 10825 W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
|