| /Linux-v5.10/scripts/ |
| D | get_abi.pl | 107 my $content = $3; 127 $content =~ s/[,.;]$//; 129 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1); 132 $what .= ", " . $content; 142 $what = $content; 143 $label = $content; 146 push @labels, [($content, $label)]; 149 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what}); 184 $content = ' ' x length($new_tag) . $sep . $content; 185 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {} [all …]
|
| D | asn1_compiler.c | 305 char *content; member 329 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; member 130 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.10/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 { 57 .rst-content table.field-list th.field-name { 61 .rst-content table.field-list td.field-body { 68 /* content column 70 * RTD theme's default is 800px as max width for the content, but we have 74 .wy-nav-content{max-width: none; } 85 .rst-content table.docutils caption { text-align: left; font-size: 100%; } 98 caption, .wy-table caption, .rst-content table.field-list caption { 120 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child { [all …]
|
| /Linux-v5.10/Documentation/sphinx/ |
| D | kernel_abi.py | 141 content = ViewList() 163 if new_f != f and content: 164 self.do_parse(content, node) 165 content = ViewList() 172 content.append(line, f, ln) 176 if content: 177 self.do_parse(content, node) 181 def do_parse(self, content, node): argument 183 with switch_source_input(self.state, content): 184 self.state.nested_parse(content, 0, node, match_titles=1) [all …]
|
| D | rstFlatTable.py | 81 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 86 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.10/drivers/s390/char/ |
| D | hmcdrv_cache.c | 42 void *content; member 95 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.10/fs/exfat/ |
| D | fatent.c | 38 unsigned int *content) in __exfat_ent_get() argument 51 *content = le32_to_cpu(*(__le32 *)(&bh->b_data[off])); in __exfat_ent_get() 54 if (*content > EXFAT_BAD_CLUSTER) in __exfat_ent_get() 55 *content = EXFAT_EOF_CLUSTER; in __exfat_ent_get() 62 unsigned int content) in exfat_ent_set() argument 77 *fat_entry = cpu_to_le32(content); in exfat_ent_set() 93 unsigned int *content) in exfat_ent_get() argument 104 err = __exfat_ent_get(sb, loc, content); in exfat_ent_get() 112 if (*content == EXFAT_FREE_CLUSTER) { in exfat_ent_get() 119 if (*content == EXFAT_BAD_CLUSTER) { in exfat_ent_get() [all …]
|
| D | cache.c | 245 unsigned int content; in exfat_get_cluster() local 290 if (exfat_ent_get(sb, *dclus, &content)) in exfat_get_cluster() 294 *dclus = content; in exfat_get_cluster() 297 if (content == EXFAT_EOF_CLUSTER) { in exfat_get_cluster()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
| D | sec.c | 31 u32 content; in rtw_sec_write_cam() local 50 content = ((key->keyidx & 0x3)) | in rtw_sec_write_cam() 58 content = (cam->addr[2]) | in rtw_sec_write_cam() 65 content = 0; in rtw_sec_write_cam() 69 content = (key->key[j]) | in rtw_sec_write_cam() 77 rtw_write32(rtwdev, RTW_SEC_WRITE_REG, content); in rtw_sec_write_cam()
|
| /Linux-v5.10/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.10/Documentation/userspace-api/media/v4l/ |
| D | ext-ctrls-dv.rst | 97 the AVI InfoFrame. The term 'IT Content' is used for content that 98 originates from a computer as opposed to content from a TV broadcast 100 the possible content types: 109 - Graphics content. Pixel data should be passed unfiltered and 112 - Photo content. The content is derived from digital still pictures. 113 The content should be passed through with minimal scaling and 116 - Cinema content. 118 - Game content. Audio and video latency should be minimized. 156 InfoFrame. The term 'IT Content' is used for content that originates 157 from a computer as opposed to content from a TV broadcast or an [all …]
|
| /Linux-v5.10/arch/s390/include/asm/ |
| D | cpu_mf.h | 191 static inline int __ecctr(u64 ctr, u64 *content) in __ecctr() argument 201 *content = _content; in __ecctr() 208 u64 content; in ecctr() local 211 cc = __ecctr(ctr, &content); in ecctr() 213 *val = content; in ecctr()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec_rxtx.c | 73 } __packed content; member 105 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() 388 sa_handle = be32_to_cpu(mdata->content.rx.sa_handle); in mlx5e_ipsec_build_sp() 406 xo->proto = mdata->content.rx.nexthdr; in mlx5e_ipsec_build_sp()
|
| D | tls_rxtx.c | 74 } __packed content; member 95 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() 350 memcpy(&seq, &mdata->content.recv.sync_seq, sizeof(seq)); in tls_update_resync_sn() 365 switch (mdata->content.recv.syndrome) { in mlx5e_tls_handle_rx_skb_metadata()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_stream_encoder.c | 220 const uint32_t *content = (const uint32_t *) &info_packet->sb[0]; in enc2_update_gsp7_128_info_packet() local 257 REG_WRITE(AFMT_GENERIC_0, *content++); in enc2_update_gsp7_128_info_packet() 258 REG_WRITE(AFMT_GENERIC_1, *content++); in enc2_update_gsp7_128_info_packet() 259 REG_WRITE(AFMT_GENERIC_2, *content++); in enc2_update_gsp7_128_info_packet() 260 REG_WRITE(AFMT_GENERIC_3, *content++); in enc2_update_gsp7_128_info_packet() 261 REG_WRITE(AFMT_GENERIC_4, *content++); in enc2_update_gsp7_128_info_packet() 262 REG_WRITE(AFMT_GENERIC_5, *content++); in enc2_update_gsp7_128_info_packet() 263 REG_WRITE(AFMT_GENERIC_6, *content++); in enc2_update_gsp7_128_info_packet() 264 REG_WRITE(AFMT_GENERIC_7, *content++); in enc2_update_gsp7_128_info_packet()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_stream_encoder.c | 108 const uint32_t *content = in enc1_update_generic_info_packet() local 111 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() 808 const uint32_t *content = in enc1_stream_encoder_send_immediate_sdp_message() local [all …]
|
| /Linux-v5.10/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.10/drivers/gpu/drm/amd/display/dc/dce/ |
| D | dce_stream_encoder.c | 121 const uint32_t *content = in dce110_update_generic_info_packet() local 124 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() 751 const uint32_t *content = in dce110_stream_encoder_update_hdmi_info_packets() local [all …]
|
| /Linux-v5.10/drivers/macintosh/ |
| D | mediabay.c | 47 u8 (*content)(struct media_bay_info *bay); member 350 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.10/drivers/input/rmi4/ |
| D | rmi_f34v7.c | 1045 const void *content; in rmi_f34v7_parse_img_header_10_bl_container() local 1054 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.10/Documentation/filesystems/nfs/ |
| D | rpc-cache.rst | 16 quite possibly very different in content and use. There is a corpus 48 It will also contain a key and some content. 81 Set the 'content' fileds in 'new' from 'orig'. 133 sunrpc_cache_update to set the content for the item. A second item is 134 passed which should hold the content. If the item found by _lookup 136 saves any user of an item from worrying about content changing while 138 valid data, then the content is copied across and CACHE_VALID is set. 158 - a content. 161 should be create or updated to have the given content, and the
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_vpg.c | 98 const uint32_t *content = in vpg3_update_generic_info_packet() local 102 REG_WRITE(VPG_GENERIC_PACKET_DATA, *content++); in vpg3_update_generic_info_packet()
|
| /Linux-v5.10/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
|
| /Linux-v5.10/drivers/tty/serial/ |
| D | fsl_linflexuart.c | 138 char *content; member 612 earlycon_buf.content = kmalloc(EARLYCON_BUFFER_INITIAL_CAP, in linflex_earlycon_putchar() 614 earlycon_buf.cap = earlycon_buf.content ? in linflex_earlycon_putchar() 617 ret = krealloc(earlycon_buf.content, earlycon_buf.cap << 1, in linflex_earlycon_putchar() 620 earlycon_buf.content = ret; in linflex_earlycon_putchar() 626 earlycon_buf.content[earlycon_buf.len++] = ch; in linflex_earlycon_putchar() 760 earlycon_buf.content[i]); in linflex_console_setup() 762 kfree(earlycon_buf.content); in linflex_console_setup()
|