Home
last modified time | relevance | path

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

12345678910>>...183

/kernel/linux/linux-6.6/Documentation/sphinx-static/
Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
43 .rst-content .highlight > pre {
48 .rst-content table.field-list th.field-name {
52 .rst-content table.field-list td.field-body {
59 /* content column
61 * RTD theme's default is 800px as max width for the content, but we have
65 .wy-nav-content{max-width: none; }
76 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
89 caption, .wy-table caption, .rst-content table.field-list caption {
108 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
[all …]
/kernel/linux/linux-6.6/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/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/linux/linux-6.6/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-6.6/tools/testing/ktest/examples/bootconfigs/
Dverify-functiongraph.sh8 content=`cat $file`
9 if [ "$content" != "$val" ]; then
10 echo "FAILED: $file has '$content', expected '$val'"
18 content=`cat $file | sed -ne "/^$val/p"`
19 if [ -z "$content" ]; then
41 content=`cat $file | sed -ne "/^[0 ]*$val/p"`
42 if [ -z "$content" ]; then
Dverify-tracing.sh8 content=`cat $file`
9 if [ "$content" != "$val" ]; then
10 echo "FAILED: $file has '$content', expected '$val'"
18 content=`cat $file | sed -ne "/^$val/p"`
19 if [ -z "$content" ]; then
41 content=`cat $file | sed -ne "/^[0 ]*$val/p"`
42 if [ -z "$content" ]; then
Dverify-boottrace.sh8 content=`cat $file`
9 if [ "$content" != "$val" ]; then
10 echo "FAILED: $file has '$content', expected '$val'"
18 content=`cat $file | sed -ne "/^$val/p"`
19 if [ -z "$content" ]; then
41 content=`cat $file | sed -ne "/^[0 ]*$val/p"`
42 if [ -z "$content" ]; then
/kernel/linux/linux-6.6/Documentation/sphinx/
Dkernel_abi.py96 content = ViewList()
118 if new_f != f and content:
119 self.do_parse(content, node)
120 content = ViewList()
130 content.append(line, f, ln)
134 if content:
135 self.do_parse(content, node)
139 def do_parse(self, content, node): argument
140 with switch_source_input(self.state, content):
141 self.state.nested_parse(content, 0, node, match_titles=1)
DrstFlatTable.py71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
76 content = content if content is not None else []
82 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
87 content = content if content is not None else []
114 if not self.content:
116 'The "%s" directive is empty; content required.' % self.name,
123 self.state.nested_parse(self.content, self.content_offset, node)
219 'Error parsing content block for the "%s" directive: '
288 cspan, rspan, content = row[-1]
289 row[-1] = (cspan + x, rspan, content)
[all …]
/kernel/linux/common_modules/xpm/core/
Dxpm_report.c35 char content[0]; member
41 xpm_log_error("%d: %s", event->event_id, event->content); in xpm_report_security_info()
75 uint8_t *content, uint32_t content_len) in set_init_content() argument
79 len = snprintf(content, content_len, in set_init_content()
84 xpm_log_error("snprintf init content failed"); in set_init_content()
91 static int set_mmap_content(struct xpm_report_info *info, uint8_t *content, in set_mmap_content() argument
96 len = snprintf(content, content_len, in set_mmap_content()
111 xpm_log_error("snprintf code mmap content failed"); in set_mmap_content()
119 uint8_t *content, uint32_t content_len) in set_file_content() argument
123 len = snprintf(content, content_len, in set_file_content()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
Ddrm_hdcp_helper.c326 * drm_connector_attach_content_protection_property - attach content protection in DRM_ENUM_NAME_FN()
330 * @hdcp_content_type: is HDCP Content Type property needed for connector in DRM_ENUM_NAME_FN()
332 * This is used to add support for content protection on select connectors. in DRM_ENUM_NAME_FN()
333 * Content Protection is intentionally vague to allow for different underlying in DRM_ENUM_NAME_FN()
336 * When hdcp_content_type is true enum property called HDCP Content Type is in DRM_ENUM_NAME_FN()
339 * This property is used for sending the protected content's stream type in DRM_ENUM_NAME_FN()
340 * from userspace to kernel on selected connectors. Protected content provider in DRM_ENUM_NAME_FN()
341 * will decide their type of their content and declare the same to kernel. in DRM_ENUM_NAME_FN()
343 * Content type will be used during the HDCP 2.2 authentication. in DRM_ENUM_NAME_FN()
344 * Content type will be set to &drm_connector_state.hdcp_content_type. in DRM_ENUM_NAME_FN()
[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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c440 static void hns3_dbg_fill_content(char *content, u16 len, in hns3_dbg_fill_content() argument
445 char *pos = content; in hns3_dbg_fill_content()
456 memset(content, ' ', len); in hns3_dbg_fill_content()
535 char content[HNS3_DBG_INFO_LEN]; in hns3_dump_coal_info() local
544 hns3_dbg_fill_content(content, sizeof(content), coal_info_items, in hns3_dump_coal_info()
546 *pos += scnprintf(buf + *pos, len - *pos, "%s", content); in hns3_dump_coal_info()
551 hns3_dbg_fill_content(content, sizeof(content), coal_info_items, in hns3_dump_coal_info()
554 *pos += scnprintf(buf + *pos, len - *pos, "%s", content); in hns3_dump_coal_info()
585 char content[HNS3_DBG_INFO_LEN]; in hns3_dbg_tx_spare_info() local
598 hns3_dbg_fill_content(content, sizeof(content), tx_spare_info_items, in hns3_dbg_tx_spare_info()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/damon/
D_debugfs_common.sh6 content=$2
11 echo "$content" > "$file"
14 echo "writing $content to $file doesn't return $expected"
35 content=$(cat "$file")
36 if [ "$content" != "$expected" ]
38 echo "reading $file expected $expected but $content"
/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 …]
/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()
85 unsigned int *content) in exfat_ent_get() argument
96 err = __exfat_ent_get(sb, loc, content); in exfat_ent_get()
104 if (*content == EXFAT_FREE_CLUSTER) { in exfat_ent_get()
111 if (*content == EXFAT_BAD_CLUSTER) { in exfat_ent_get()
[all …]
/kernel/linux/linux-6.6/scripts/
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 …]
/kernel/linux/linux-6.6/rust/macros/
Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
44 "{module}.{field}={content}\0", in emit_base()
47 content = content in emit_base()
51 format!("{field}={content}\0", field = field, content = content) in emit_base()
78 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin()
79 self.emit_base(field, content, true) in emit_only_builtin()
82 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable()
83 self.emit_base(field, content, false) in emit_only_loadable()
86 fn emit(&mut self, field: &str, content: &str) { in emit()
87 self.emit_only_builtin(field, content); in emit()
[all …]

12345678910>>...183