Home
last modified time | relevance | path

Searched full:content (Results 1 – 25 of 2295) sorted by relevance

12345678910>>...92

/kernel/linux/linux-5.10/drivers/s390/char/
Dhmcdrv_cache.c25 * @content: kernel-space buffer, 4k aligned
26 * @len: size of @content cache (0 if caching disabled)
27 * @ofs: start of content within file (-1 if no cached content)
33 * read/dir requests. But content is cached only under some preconditions.
34 * Uncached content is signalled by a negative value of @ofs.
42 void *content; member
56 * hmcdrv_cache_get() - looks for file data/content in read cache
60 * in content cache (for the file/cmd specified in @ftp)
74 if ((hmcdrv_cache_file.ofs < 0) || /* has content? */ in hmcdrv_cache_get()
78 /* there seems to be cached content - calculate the maximum number in hmcdrv_cache_get()
[all …]
/kernel/linux/linux-5.10/Documentation/sphinx-static/
Dtheme_overrides.css15 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 …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-dv.rst24 Content Protection System, :ref:`hdcp`) processing, allowing the
95 Configures the IT Content Type of the transmitted video. This
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.
[all …]
/kernel/liteos_a/kernel/extended/liteipc/
Dhm_liteipc.c92 STATIC UINT32 LiteIpcWrite(IpcContent *content);
342 /* Only when kernenl no longer access ipc node content, can user free the ipc node */
557 IpcContent content; in SendDeathMsg() local
571 content.flag = SEND; in SendDeathMsg()
572 content.outMsg = &msg; in SendDeathMsg()
573 (void)memset_s(content.outMsg, sizeof(IpcMsg), 0, sizeof(IpcMsg)); in SendDeathMsg()
574 content.outMsg->type = MT_DEATH_NOTIFY; in SendDeathMsg()
575 content.outMsg->target.handle = ipcTaskID; in SendDeathMsg()
576 content.outMsg->target.token = serviceHandle; in SendDeathMsg()
577 content.outMsg->code = 0; in SendDeathMsg()
[all …]
/kernel/liteos_a/testsuites/unittest/extended/liteipc/
Dsmgr_demo.cpp99 static uint32_t SendCmsCmd(int fd, CmsCmdContent *content) in SendCmsCmd() argument
102 ret = ioctl(fd, IPC_CMS_CMD, content); in SendCmsCmd()
188 CmsCmdContent content; in HandleServiceRegAndGet() local
203 content.cmd = CMS_GEN_HANDLE; in HandleServiceRegAndGet()
204 content.taskID = data->taskID; in HandleServiceRegAndGet()
205 ret = SendCmsCmd(fd, &content); in HandleServiceRegAndGet()
209 …if (g_serviceNameMap[content.serviceHandle].serviceName != NULL && g_serviceNameMap[content.servic… in HandleServiceRegAndGet()
210 …printf("the task has already a service named:%s\n", g_serviceNameMap[content.serviceHandle].servic… in HandleServiceRegAndGet()
213 … (void)memcpy_s(g_serviceNameMap[content.serviceHandle].serviceName, info->nameLen, in HandleServiceRegAndGet()
215 g_serviceNameMap[content.serviceHandle].nameLen = info->nameLen; in HandleServiceRegAndGet()
[all …]
/kernel/linux/linux-5.10/Documentation/sphinx/
Dkernel_abi.py141 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 …]
DrstFlatTable.py81 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:
126 'The "%s" directive is empty; content required.' % self.name,
133 self.state.nested_parse(self.content, self.content_offset, node)
229 'Error parsing content block for the "%s" directive: '
298 cspan, rspan, content = row[-1]
299 row[-1] = (cspan + x, rspan, content)
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_hdcp.c328 * drm_connector_attach_content_protection_property - attach content protection in DRM_ENUM_NAME_FN()
332 * @hdcp_content_type: is HDCP Content Type property needed for connector in DRM_ENUM_NAME_FN()
334 * This is used to add support for content protection on select connectors. in DRM_ENUM_NAME_FN()
335 * Content Protection is intentionally vague to allow for different underlying in DRM_ENUM_NAME_FN()
338 * When hdcp_content_type is true enum property called HDCP Content Type is in DRM_ENUM_NAME_FN()
341 * This property is used for sending the protected content's stream type in DRM_ENUM_NAME_FN()
342 * from userspace to kernel on selected connectors. Protected content provider in DRM_ENUM_NAME_FN()
343 * will decide their type of their content and declare the same to kernel. in DRM_ENUM_NAME_FN()
345 * Content type will be used during the HDCP 2.2 authentication. in DRM_ENUM_NAME_FN()
346 * Content type will be set to &drm_connector_state.hdcp_content_type. in DRM_ENUM_NAME_FN()
[all …]
Ddrm_connector.c1046 * Content Protection:
1048 * content communicated over the link. When requested, kernel will apply
1058 * The link is not protected, content is transmitted in the clear.
1060 * Userspace has requested content protection, but the link is not
1062 * Content Protection as soon as possible.
1064 * Userspace has requested content protection, and the link is
1093 * HDCP Content Type:
1094 * This Enum property is used by the userspace to declare the content type
1096 * display content that userspace intended to display through HDCP
1099 * Content Type of a stream is decided by the owner of the stream, as
[all …]
/kernel/linux/linux-5.10/scripts/
Dget_abi.pl107 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 …]
Dasn1_compiler.c305 char *content; member
327 //debug("cmp(%s,%s) = ", token->content, dir); in directive_compare()
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()
[all …]
Dinsert-sys-cert.c64 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()
/kernel/linux/linux-5.10/fs/exfat/
Dfatent.c38 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 …]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dpkcs7_parser.h24 /* Message digest - the digest of the Content Data (or NULL) */
42 * This contains the generated digest of _either_ the Content Data or
44 * the attributes contains the digest of the the Content Data within
60 /* Content Data (or NULL) */
64 const void *data; /* Content Data (or 0) */
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Drpc-cache.rst16 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
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Dsec.c31 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()
/kernel/linux/linux-5.10/net/batman-adv/
Dtvlv.c214 * batadv_tvlv_container_register() - register tvlv type, version and content
219 * @tvlv_value: tvlv container content
220 * @tvlv_value_len: tvlv container content length
223 * content is going to replace the old one.
292 * batadv_tvlv_container_ogm_append() - append tvlv container content to given
297 * content
348 * @tvlv_handler: tvlv callback function handling the tvlv content
353 * @tvlv_value: tvlv content
354 * @tvlv_value_len: tvlv content length
406 * @tvlv_value: tvlv content
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dspec-ctrl.h20 * @guest_spec_ctrl: The guest content of MSR_SPEC_CTRL
24 * Avoids writing to the MSR if the content/bits are the same
34 * @guest_spec_ctrl: The guest content of MSR_SPEC_CTRL
38 * Avoids writing to the MSR if the content/bits are the same
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Dcore_feature_dsp.h599 * This instruction reverses the bit positions of the content of Rs1. The reversed bit width
641 * This instruction reverses the bit positions of the content of Rs1. The reversed bit width
1679 * Add the signed lower 32-bit content of two registers with Q15 saturation.
1682 * The signed lower 32-bit content of Rs1 is added with the signed lower 32-bit content of
1726 * Add the lower 32-bit signed content of two registers with Q31 saturation.
1729 * The lower 32-bit signed content of Rs1 is added with the lower 32-bit signed content of
1894 * Multiply the top or bottom 16-bit Q15 content of the lower 32-bit portion in Rs1 with
1895 * the top or bottom 16-bit Q15 content of the lower 32-bit portion in Rs2. The Q30 result is then
1949 * Multiply the top or bottom 16-bit Q15 content of the lower 32-bit portion in Rs1 with
1950 * the top or bottom 16-bit Q15 content of the lower 32-bit portion in Rs2. The Q30 result is then
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py129 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)
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etm3x258 Description: (RO) Print the content of the ETM Configuration Code register
265 Description: (RO) Print the content of the ETM Configuration Code Extension
272 Description: (RO) Print the content of the ETM System Configuration
279 Description: (RO) Print the content of the ETM ID register (0x1e4). The
286 Description: (RO) Print the content of the ETM Main Control register (0x000).
293 Description: (RO) Print the content of the ETM Trace ID register (0x200).
300 Description: (RO) Print the content of the ETM Trace Enable Event register
307 Description: (RO) Print the content of the ETM Trace Start/Stop Conrol
314 Description: (RO) Print the content of the ETM Enable Conrol #1
321 Description: (RO) Print the content of the ETM Enable Conrol #2
Dsysfs-bus-coresight-devices-etm4x336 Description: (Read) Print the content of the OS Lock Status Register (0x304).
343 Description: (Read) Print the content of the Power Down Control Register
350 Description: (Read) Print the content of the Power Down Status Register
357 Description: (Read) Print the content of the SW Lock Status Register
364 Description: (Read) Print the content of the Authentication Status Register
371 Description: (Read) Print the content of the Device ID Register
378 Description: (Read) Print the content of the Device Type Register
385 Description: (Read) Print the content of the Peripheral ID0 Register
392 Description: (Read) Print the content of the Peripheral ID1 Register
399 Description: (Read) Print the content of the Peripheral ID2 Register
[all …]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/
DMakefile13 @echo " Creates new csv-files using content of c-files of existing"
14 @echo " ni_routing/* content. New csv files are placed in csv"
17 @echo " Creates new c-files using content of csv sub-directory. These"
18 @echo " new c-files can be compared to the active content in the"
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c73 } __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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c220 const uint32_t *content = (const uint32_t *) &info_packet->sb[0]; in enc2_update_gsp7_128_info_packet() local
250 /* Write generic packet content 128 bytes long. Four sets are used (indexes 7 in enc2_update_gsp7_128_info_packet()
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()

12345678910>>...92