| /Linux-v5.4/scripts/ | 
| D | get_abi.pl | 84 			my $content = $3;105 					$what .= ", " . $content;
 109 					$what = $content;
 110 					$label = $content;
 113 				push @labels, [($content, $label)];
 116 				push @{$data{$nametag}->{xrefs}}, [($content, $label)] if ($data{$nametag}->{what});
 140 					next if ($content =~ m/^\s*$/);
 141 					if ($content =~ m/^(\s*)(.*)/) {
 149 					$data{$what}->{$tag} = $content;
 170 				my $content = $_;
 [all …]
 
 | 
| D | asn1_compiler.c | 305 	char		*content;  member329 	val = memcmp(token->content, dir, clen);  in directive_compare()
 423 				tokens[tix].content = malloc(tokens[tix].size + 1);  in tokenise()
 424 				if (!tokens[tix].content) {  in tokenise()
 428 				memcpy(tokens[tix].content, start, tokens[tix].size);  in tokenise()
 429 				tokens[tix].content[tokens[tix].size] = 0;  in tokenise()
 434 				if (islower(tokens[tix].content[0])) {  in tokenise()
 463 				tokens[tix].content = malloc(tokens[tix].size + 1);  in tokenise()
 464 				if (!tokens[tix].content) {  in tokenise()
 468 				memcpy(tokens[tix].content, start, tokens[tix].size);  in tokenise()
 [all …]
 
 | 
| D | insert-sys-cert.c | 64 	void *content;  member130 	s->content = (void *)hdr + s->offset;  in get_symbol_from_map()
 181 	s->content = (void *)hdr + s->offset;  in get_symbol_from_table()
 380 	lsize = (unsigned long *)lsize_sym.content;  in main()
 381 	used = (int *)used_sym.content;  in main()
 390 	    strncmp(cert_sym.content, cert, cert_size) == 0) {  in main()
 398 	memcpy(cert_sym.content, cert, cert_size);  in main()
 400 		memset(cert_sym.content + cert_size,  in main()
 
 | 
| /Linux-v5.4/Documentation/sphinx-static/ | 
| D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {52 .rst-content .highlight > pre {
 58     /* content column
 60      * RTD theme's default is 800px as max width for the content, but we have
 64     .wy-nav-content{max-width: none; }
 75     .rst-content table.docutils caption { text-align: left; font-size: 100%; }
 88     caption, .wy-table caption, .rst-content table.field-list caption {
 110     .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
 116     code, .rst-content tt, .rst-content code {
 124     .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
 
 | 
| /Linux-v5.4/Documentation/sphinx/ | 
| D | rstFlatTable.py | 81 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None):  argument86     content  = content if content is not None else []
 92 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None):  argument
 97     content  = content if content is not None else []
 124         if not self.content:
 133         self.state.nested_parse(self.content, self.content_offset, node)
 298                     cspan, rspan, content = row[-1]
 299                     row[-1] = (cspan + x, rspan, content)
 314                     content = col[2][0].astext()
 315                     if len (content) > 30:
 [all …]
 
 | 
| /Linux-v5.4/drivers/staging/exfat/ | 
| D | exfat_cache.c | 196 static int __FAT_read(struct super_block *sb, u32 loc, u32 *content)  in __FAT_read()  argument237 			*content = CLUSTER_32(~0);  in __FAT_read()
 240 		*content = CLUSTER_32(_content);  in __FAT_read()
 258 			*content = CLUSTER_32(~0);  in __FAT_read()
 261 		*content = CLUSTER_32(_content);  in __FAT_read()
 279 			*content = CLUSTER_32(~0);  in __FAT_read()
 282 		*content = CLUSTER_32(_content);  in __FAT_read()
 297 			*content = CLUSTER_32(~0);  in __FAT_read()
 300 		*content = CLUSTER_32(_content);  in __FAT_read()
 305 	*content = CLUSTER_32(~0);  in __FAT_read()
 [all …]
 
 | 
| /Linux-v5.4/drivers/s390/char/ | 
| D | hmcdrv_cache.c | 42 	void *content;  member95 		       hmcdrv_cache_file.content + pos,  in hmcdrv_cache_get()
 131 		cftp.buf = hmcdrv_cache_file.content;  /* and update */  in hmcdrv_cache_do()
 146 			memcpy(ftp->buf, hmcdrv_cache_file.content, len);  in hmcdrv_cache_do()
 220 		hmcdrv_cache_file.content =  in hmcdrv_cache_startup()
 224 		if (!hmcdrv_cache_file.content) {  in hmcdrv_cache_startup()
 243 	if (hmcdrv_cache_file.content) {  in hmcdrv_cache_shutdown()
 244 		free_pages((unsigned long) hmcdrv_cache_file.content,  in hmcdrv_cache_shutdown()
 246 		hmcdrv_cache_file.content = NULL;  in hmcdrv_cache_shutdown()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ | 
| D | ipsec_rxtx.c | 73 	} __packed content;  member105 	memset(mdata->content.raw, 0, sizeof(mdata->content.raw));  in mlx5e_ipsec_add_metadata()
 223 		mdata->content.tx.mss_inv = mlx5e_ipsec_mss_inv(skb);  in mlx5e_ipsec_set_metadata()
 224 		mdata->content.tx.seq = htons(ntohl(tcph->seq) & 0xFFFF);  in mlx5e_ipsec_set_metadata()
 228 	mdata->content.tx.esp_next_proto = xo->proto;  in mlx5e_ipsec_set_metadata()
 231 		   mdata->syndrome, mdata->content.tx.esp_next_proto,  in mlx5e_ipsec_set_metadata()
 232 		   ntohs(mdata->content.tx.mss_inv),  in mlx5e_ipsec_set_metadata()
 233 		   ntohs(mdata->content.tx.seq));  in mlx5e_ipsec_set_metadata()
 307 	sa_handle = be32_to_cpu(mdata->content.rx.sa_handle);  in mlx5e_ipsec_build_sp()
 325 			xo->proto = mdata->content.rx.nexthdr;  in mlx5e_ipsec_build_sp()
 
 | 
| D | tls_rxtx.c | 74 	} __packed content;  member95 	pet->content.send.syndrome_swid =  in mlx5e_tls_add_metadata()
 177 	pet->content.send.first_seq = htons(tcp_seq);  in mlx5e_tls_complete_sync_skb()
 349 	memcpy(&seq, &mdata->content.recv.sync_seq, sizeof(seq));  in tls_update_resync_sn()
 366 	switch (mdata->content.recv.syndrome) {  in mlx5e_tls_handle_rx_skb()
 
 | 
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ | 
| D | sec.c | 31 	u32 content;  in rtw_sec_write_cam()  local50 			content = ((key->keyidx & 0x3))		|  in rtw_sec_write_cam()
 58 			content = (cam->addr[2])		|  in rtw_sec_write_cam()
 65 			content = (key->key[j])			|  in rtw_sec_write_cam()
 73 		rtw_write32(rtwdev, RTW_SEC_WRITE_REG, content);  in rtw_sec_write_cam()
 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/ | 
| D | valgrindPlugin.py | 129             content = vfd.read()130             def_mo = self.definitely_lost_re.search(content)
 131             ind_mo = self.indirectly_lost_re.search(content)
 132             pos_mo = self.possibly_lost_re.search(content)
 133             nle_mo = self.non_leak_error_re.search(content)
 149             res.append_failmsg(content)
 
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | cpu_mf.h | 191 static inline int __ecctr(u64 ctr, u64 *content)  in __ecctr()  argument201 	*content = _content;  in __ecctr()
 208 	u64 content;  in ecctr()  local
 211 	cc = __ecctr(ctr, &content);  in ecctr()
 213 		*val = content;  in ecctr()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ | 
| D | dcn20_stream_encoder.c | 221 	const uint32_t *content = (const uint32_t *) &info_packet->sb[0];  in enc2_update_gsp7_128_info_packet()  local258 		REG_WRITE(AFMT_GENERIC_0, *content++);  in enc2_update_gsp7_128_info_packet()
 259 		REG_WRITE(AFMT_GENERIC_1, *content++);  in enc2_update_gsp7_128_info_packet()
 260 		REG_WRITE(AFMT_GENERIC_2, *content++);  in enc2_update_gsp7_128_info_packet()
 261 		REG_WRITE(AFMT_GENERIC_3, *content++);  in enc2_update_gsp7_128_info_packet()
 262 		REG_WRITE(AFMT_GENERIC_4, *content++);  in enc2_update_gsp7_128_info_packet()
 263 		REG_WRITE(AFMT_GENERIC_5, *content++);  in enc2_update_gsp7_128_info_packet()
 264 		REG_WRITE(AFMT_GENERIC_6, *content++);  in enc2_update_gsp7_128_info_packet()
 265 		REG_WRITE(AFMT_GENERIC_7, *content++);  in enc2_update_gsp7_128_info_packet()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ | 
| D | dcn10_stream_encoder.c | 108 		const uint32_t *content =  in enc1_update_generic_info_packet()  local111 		REG_WRITE(AFMT_GENERIC_0, *content++);  in enc1_update_generic_info_packet()
 112 		REG_WRITE(AFMT_GENERIC_1, *content++);  in enc1_update_generic_info_packet()
 113 		REG_WRITE(AFMT_GENERIC_2, *content++);  in enc1_update_generic_info_packet()
 114 		REG_WRITE(AFMT_GENERIC_3, *content++);  in enc1_update_generic_info_packet()
 115 		REG_WRITE(AFMT_GENERIC_4, *content++);  in enc1_update_generic_info_packet()
 116 		REG_WRITE(AFMT_GENERIC_5, *content++);  in enc1_update_generic_info_packet()
 117 		REG_WRITE(AFMT_GENERIC_6, *content++);  in enc1_update_generic_info_packet()
 118 		REG_WRITE(AFMT_GENERIC_7, *content);  in enc1_update_generic_info_packet()
 810 		const uint32_t *content =  in enc1_stream_encoder_send_immediate_sdp_message()  local
 [all …]
 
 | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | ext-ctrls-dv.rst | 104     the AVI InfoFrame. The term 'IT Content' is used for content that105     originates from a computer as opposed to content from a TV broadcast
 107     the possible content types:
 116       - Graphics content. Pixel data should be passed unfiltered and
 119       - Photo content. The content is derived from digital still pictures.
 120 	The content should be passed through with minimal scaling and
 123       - Cinema content.
 125       - Game content. Audio and video latency should be minimized.
 163     InfoFrame. The term 'IT Content' is used for content that originates
 164     from a computer as opposed to content from a TV broadcast or an
 [all …]
 
 | 
| /Linux-v5.4/net/atm/ | 
| D | lec.c | 152 		mesg->content.normal.flag = *buff & 0x01;  in lec_handle_bridge()359 			dev->dev_addr[i] = mesg->content.normal.mac_addr[i];  in lec_atm_send()
 366 		lec_addr_delete(priv, mesg->content.normal.atm_addr,  in lec_atm_send()
 367 				mesg->content.normal.flag);  in lec_atm_send()
 370 		priv->topology_change = mesg->content.normal.flag;  in lec_atm_send()
 373 		lec_flush_complete(priv, mesg->content.normal.flag);  in lec_atm_send()
 377 		entry = lec_arp_find(priv, mesg->content.normal.mac_addr);  in lec_atm_send()
 381 		if (mesg->content.normal.no_source_le_narp)  in lec_atm_send()
 385 		lec_arp_update(priv, mesg->content.normal.mac_addr,  in lec_atm_send()
 386 			       mesg->content.normal.atm_addr,  in lec_atm_send()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/ | 
| D | dce_stream_encoder.c | 121 		const uint32_t *content =  in dce110_update_generic_info_packet()  local124 		REG_WRITE(AFMT_GENERIC_0, *content++);  in dce110_update_generic_info_packet()
 125 		REG_WRITE(AFMT_GENERIC_1, *content++);  in dce110_update_generic_info_packet()
 126 		REG_WRITE(AFMT_GENERIC_2, *content++);  in dce110_update_generic_info_packet()
 127 		REG_WRITE(AFMT_GENERIC_3, *content++);  in dce110_update_generic_info_packet()
 128 		REG_WRITE(AFMT_GENERIC_4, *content++);  in dce110_update_generic_info_packet()
 129 		REG_WRITE(AFMT_GENERIC_5, *content++);  in dce110_update_generic_info_packet()
 130 		REG_WRITE(AFMT_GENERIC_6, *content++);  in dce110_update_generic_info_packet()
 131 		REG_WRITE(AFMT_GENERIC_7, *content);  in dce110_update_generic_info_packet()
 750 			const uint32_t *content =  in dce110_stream_encoder_update_hdmi_info_packets()  local
 [all …]
 
 | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| 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-pps | 26 		If the source has no assert events the content of this file38 		If the source has no clear events the content of this file
 72 		If the source is not connected with any device the content
 
 | 
| /Linux-v5.4/drivers/firmware/broadcom/ | 
| D | Kconfig | 11 	  It simply reads content of NVRAM and parses it. It doesn't control any22 	  In case of SoC devices SPROM content is stored on a flash used by
 
 | 
| /Linux-v5.4/drivers/macintosh/ | 
| D | mediabay.c | 47 	u8	(*content)(struct media_bay_info *bay);  member350 	int id = bay->ops->content(bay);  in poll_media_bay()
 600 	bay->last_value = bay->ops->content(bay);  in media_bay_attach()
 646 	       	if (bay->ops->content(bay) != bay->content_id) {  in media_bay_resume()
 671 	.content	= ohare_mb_content,
 680 	.content	= heathrow_mb_content,
 690 	.content	= keylargo_mb_content,
 
 | 
| /Linux-v5.4/drivers/input/rmi4/ | 
| D | rmi_f34v7.c | 1045 	const void *content;  in rmi_f34v7_parse_img_header_10_bl_container()  local1054 		content = image + le32_to_cpu(descriptor->content_address);  in rmi_f34v7_parse_img_header_10_bl_container()
 1059 			f34->v7.img.bl_config.data = content;  in rmi_f34v7_parse_img_header_10_bl_container()
 1064 			f34->v7.img.lockdown.data = content;  in rmi_f34v7_parse_img_header_10_bl_container()
 1082 	const u8 *content;  in rmi_f34v7_parse_image_header_10()  local
 1104 		content = image + le32_to_cpu(descriptor->content_address);  in rmi_f34v7_parse_image_header_10()
 1114 			f34->v7.img.ui_firmware.data = content;  in rmi_f34v7_parse_image_header_10()
 1119 			f34->v7.img.ui_config.data = content;  in rmi_f34v7_parse_image_header_10()
 1123 			f34->v7.img.bl_version = *content;  in rmi_f34v7_parse_image_header_10()
 1124 			f34->v7.img.bootloader.data = content;  in rmi_f34v7_parse_image_header_10()
 [all …]
 
 | 
| /Linux-v5.4/Documentation/filesystems/nfs/ | 
| D | rpc-cache.txt | 11 quite possibly very different in content and use.  There is a corpus42    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-v5.4/net/can/ | 
| D | Kconfig | 34 	tristate "Broadcast Manager CAN Protocol (with content filtering)"37 	  The Broadcast Manager offers content filtering, timeout monitoring,
 40 	  informs you on demand e.g. only on content updates / timeouts.
 
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | fsl_linflexuart.c | 143 	char *content;  member619 		earlycon_buf.content = kmalloc(EARLYCON_BUFFER_INITIAL_CAP,  in linflex_earlycon_putchar()
 621 		earlycon_buf.cap = earlycon_buf.content ?  in linflex_earlycon_putchar()
 624 		ret = krealloc(earlycon_buf.content, earlycon_buf.cap << 1,  in linflex_earlycon_putchar()
 627 			earlycon_buf.content = ret;  in linflex_earlycon_putchar()
 633 		earlycon_buf.content[earlycon_buf.len++] = ch;  in linflex_earlycon_putchar()
 767 				earlycon_buf.content[i]);  in linflex_console_setup()
 769 		kfree(earlycon_buf.content);  in linflex_console_setup()
 
 |