/linux-4.4.14/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.4.14/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.4.14/scripts/ |
D | asn1_compiler.c | 309 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 …]
|
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.4.14/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.4.14/arch/s390/include/asm/ |
D | cpu_mf.h | 174 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/ |
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.4.14/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.4.14/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-bus-coresight-devices-etm3x | 258 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
|
D | sysfs-bus-coresight-devices-etm4x | 289 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 …]
|
D | sysfs-class-mei | 21 Description: Display fw status registers content
|
D | sysfs-firmware-dmi-tables | 8 version, DMI table size, etc. The structure, content and
|
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
|
/linux-4.4.14/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.4.14/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.4.14/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 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 …]
|
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 | 273 4.11) This is a summary of the content of some relevant files:
|
/linux-4.4.14/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.4.14/drivers/usb/storage/ |
D | sddr55.c | 528 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()
|
D | sddr09.c | 1058 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()
|
D | shuttle_usbat.c | 236 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/ |
D | pkcs7.asn1 | 3 content [0] EXPLICIT SignedData OPTIONAL 25 content [0] EXPLICIT Data OPTIONAL
|
D | mscode.asn1 | 17 content SEQUENCE {
|
/linux-4.4.14/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 = content & 0xE000; in rtl8188e_config_rf_reg()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emuproc.c | 623 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/ |
D | seq_info.c | 44 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.4.14/drivers/firmware/broadcom/ |
D | Kconfig | 10 It simply reads content of NVRAM and parses it. It doesn't control any
|
/linux-4.4.14/include/uapi/linux/ |
D | atmlec.h | 83 } content; member
|
D | atmmpc.h | 59 } content; member
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-eeprom-backend | 13 notfication when another master changed the content.
|
D | slave-interface | 11 EEPROM, the Linux I2C slave can access the content via sysfs and handle data as
|
/linux-4.4.14/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 | men-chameleon-bus.txt | 57 FPGA contains a header section describing the content of the FPGA. The
|
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 | 240 * 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
|
/linux-4.4.14/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 | 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 | HOWTO | 3 If you have any comment or update to the content, please contact the
|
D | CodingStyle | 3 If you have any comment or update to the content, please post to LKML directly.
|
/linux-4.4.14/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.4.14/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 | max8907.txt | 17 The content of each sub-node is defined by the standard binding for
|
D | da9211.txt | 9 values listed below. The content of each sub-node is defined by the
|
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
|
D | qcom,spmi-regulator.txt | 88 The content of each sub-node is defined by the standard binding for regulators -
|
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/ |
D | ltc2978.txt | 22 values listed below. The content of each sub-node is defined by the
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | pm8941-wled.txt | 12 - qcom,cabc: bool; enable content adaptive backlight control
|
/linux-4.4.14/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.4.14/sound/drivers/opl4/ |
D | opl4_proc.c | 113 entry->content = SNDRV_INFO_CONTENT_DATA; in snd_opl4_create_proc()
|
/linux-4.4.14/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 | debugfs.txt | 189 seq_file content.
|
D | overlayfs.txt | 81 Only the lists of names from directories are merged. Other content
|
D | logfs.txt | 101 content to a spare segment and noting this move in the journal with a
|
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?
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | cz_smc.c | 54 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/ |
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.4.14/Documentation/arm/SA1100/ |
D | serial_UART | 39 name. The classic example is the content of the /etc/inittab file where
|
/linux-4.4.14/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,pinctrl-falcon.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,msm8660-pinctrl.txt | 28 and processed purely based on their content.
|
D | qcom,ipq8064-pinctrl.txt | 28 and processed purely based on their content.
|
D | pinctrl-palmas.txt | 23 and processed purely based on their content.
|
D | xlnx,zynq-pinctrl.txt | 22 and processed purely based on their content.
|
D | qcom,msm8974-pinctrl.txt | 28 and processed purely based on their content.
|
D | lantiq,pinctrl-xway.txt | 19 should be enumerated and processed purely based on their content.
|
D | ste,nomadik.txt | 21 and processed purely based on their content. The subnodes use the generic
|
D | img,tz1090-pdc-pinctrl.txt | 19 and processed purely based on their content.
|
D | nvidia,tegra124-xusb-padctl.txt | 36 subnodes should be parsed solely based on their content.
|
D | pinctrl_spear.txt | 40 and processed purely based on their content.
|
D | qcom,msm8960-pinctrl.txt | 60 and processed purely based on their content.
|
D | qcom,apq8084-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-mpp.txt | 59 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 | 58 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.4.14/drivers/fmc/ |
D | Kconfig | 24 This is a fake carrier, bringing a default EEPROM content
|
/linux-4.4.14/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.4.14/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.4.14/arch/unicore32/mm/ |
D | proc-macros.S | 103 ldw \pa, [\pa+], \off << #2 @ pa <- the content of pt
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | Kconfig | 31 the frame buffer content and thus a reload of the image data to
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_proc.c | 115 entry->content = SNDRV_INFO_CONTENT_TEXT; in snd_emux_proc_init()
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/media/ |
D | samsung-mipi-csis.txt | 44 array's content is unused, only its length is meaningful;
|
/linux-4.4.14/include/sound/ |
D | info.h | 79 unsigned short content; member
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss.c | 287 entry->content = SNDRV_INFO_CONTENT_TEXT; in register_proc()
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ |
D | qcom,smd-rpm.txt | 78 The content of each sub-node is defined by the standard binding for regulators -
|
/linux-4.4.14/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.4.14/Documentation/arm/ |
D | mem_alignment | 53 You can also read the content of the same file to get statistical
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/security/ |
D | keys-ecryptfs.txt | 28 authentication token, which content is well known, but only the FEFEK in
|
/linux-4.4.14/arch/frv/kernel/ |
D | cmode.S | 111 # (5) Flush the content of all caches by the DCEF instruction.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | cpsw.txt | 19 - mac_control : Specifies Default MAC control register content
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 442 struct pf_vf_bulletin_content content; member
|
D | bnx2x_sriov.c | 2961 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()
|
D | bnx2x_vfpf.c | 729 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/ |
D | cxgb3i.txt | 61 The content of the file should be in the following format:
|
/linux-4.4.14/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.4.14/sound/core/ |
D | info.c | 715 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/ |
D | output_format.txt | 127 Where, [] designate corresponding content is optional
|
/linux-4.4.14/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 3 If you have any comment or update to the content, please contact the
|
/linux-4.4.14/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.4.14/arch/arm/boot/dts/ |
D | armada-385-db-ap.dts | 90 * Erasing this EEPROM's content will
|
/linux-4.4.14/Documentation/nvmem/ |
D | nvmem.txt | 15 register a sysfs file, allow in-kernel users to access the content of the
|
/linux-4.4.14/drivers/net/wireless/realtek/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.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 81 CAIF Packet has functions for creating, destroying and adding content
|
/linux-4.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/drivers/net/wireless/realtek/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.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 62 EMAC, that is the content of the current (bogus) "phy-port"
|
/linux-4.4.14/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.4.14/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.4.14/mm/ |
D | Kconfig | 318 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/ |
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.4.14/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.4.14/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 84 For convenience, we repeat the content of struct vmcs12 here. If the internals
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 62 This command is used to sync content of the remote dir to the client.
|
/linux-4.4.14/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.4.14/drivers/net/wireless/realtek/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.4.14/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
|
/linux-4.4.14/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.4.14/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.4.14/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 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/ |
D | Kconfig | 28 of suspend, or they are content with invoking sync() from
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 160 Some user space might need to gather its content even if drivers do not
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 50 should be given from the content of the key.
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 35 Userspace can modify the filesystem content as needed, add
|
/linux-4.4.14/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.4.14/Documentation/dmaengine/ |
D | provider.txt | 223 - It's usually used for 2d content transfers, in which case you
|
/linux-4.4.14/sound/core/oss/ |
D | mixer_oss.c | 1242 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.4.14/Documentation/serial/ |
D | moxa-smartio | 415 contains "MXSERMAJOR". Change the content as below.
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 661 Say Y here if you want to mangle the content of packets.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 878 the content of the corrupted region can no longer be trusted.
|