Home
last modified time | relevance | path

Searched refs:stm (Results 1 - 25 of 148) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Dcore.c19 #include <linux/stm.h>
23 #include "stm.h"
25 #include <uapi/linux/stm.h>
40 struct stm_device *stm = to_stm_device(dev); in masters_show() local
43 ret = sprintf(buf, "%u %u\n", stm->data->sw_start, stm->data->sw_end); in masters_show()
54 struct stm_device *stm = to_stm_device(dev); in channels_show() local
57 ret = sprintf(buf, "%u\n", stm->data->sw_nchannels); in channels_show()
68 struct stm_device *stm = to_stm_device(dev); in hw_override_show() local
71 ret = sprintf(buf, "%u\n", stm in hw_override_show()
85 ATTRIBUTE_GROUPS(stm); global() variable
106 struct stm_device *stm; stm_find_device() local
133 stm_put_device(struct stm_device *stm) stm_put_device() argument
151 stm_master(struct stm_device *stm, unsigned int idx) stm_master() argument
159 stp_master_alloc(struct stm_device *stm, unsigned int idx) stp_master_alloc() argument
175 stp_master_free(struct stm_device *stm, unsigned int idx) stp_master_free() argument
186 stm_output_claim(struct stm_device *stm, struct stm_output *output) stm_output_claim() argument
203 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) stm_output_disclaim() argument
248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument
281 stm_output_assign(struct stm_device *stm, unsigned int width, struct stp_policy_node *policy_node, struct stm_output *output) stm_output_assign() argument
340 stm_output_free(struct stm_device *stm, struct stm_output *output) stm_output_free() argument
523 struct stm_device *stm = stmf->stm; stm_char_release() local
542 stm_assign_first_policy(struct stm_device *stm, struct stm_output *output, char **ids, unsigned int width) stm_assign_first_policy() argument
602 stm_write(struct stm_device *stm, struct stm_output *output, unsigned int chan, const char *buf, size_t count) stm_write() argument
622 struct stm_device *stm = stmf->stm; stm_char_write() local
672 struct stm_device *stm = stmf->stm; stm_mmap_open() local
680 struct stm_device *stm = stmf->stm; stm_mmap_close() local
694 struct stm_device *stm = stmf->stm; stm_char_mmap() local
727 struct stm_device *stm = stmf->stm; stm_char_policy_set_ioctl() local
847 struct stm_device *stm = to_stm_device(dev); stm_device_release() local
855 struct stm_device *stm; stm_register_device() local
930 struct stm_device *stm = stm_data->stm; stm_unregister_device() local
989 stm_source_link_add(struct stm_source_device *src, struct stm_device *stm) stm_source_link_add() argument
1060 __stm_source_link_drop(struct stm_source_device *src, struct stm_device *stm) __stm_source_link_drop() argument
1123 struct stm_device *stm; stm_source_link_drop() local
1154 struct stm_device *stm; stm_source_link_show() local
1288 struct stm_device *stm; stm_source_write() local
[all...]
H A Dpolicy.c17 #include <linux/stm.h>
18 #include "stm.h"
26 struct stm_device *stm; member
107 struct stm_device *stm; in stp_policy_node_masters_store() local
115 stm = policy_node->policy->stm; in stp_policy_node_masters_store()
116 if (!stm) in stp_policy_node_masters_store()
120 if (first > last || first < stm->data->sw_start || in stp_policy_node_masters_store()
121 last > stm->data->sw_end) { in stp_policy_node_masters_store()
154 struct stm_device *stm; in stp_policy_node_channels_store() local
333 struct stm_device *stm = policy->stm; stp_policy_unbind() local
359 struct stm_device *stm = policy->stm; stp_policy_release() local
394 struct stm_device *stm; stp_policy_make() local
538 stp_policy_node_lookup(struct stm_device *stm, char *s) stp_policy_node_lookup() argument
[all...]
H A Dftrace.c10 #include <linux/stm.h>
39 struct stm_ftrace *stm = container_of(export, struct stm_ftrace, ftrace); in stm_ftrace_write() local
43 stm_source_write(&stm->data, STM_FTRACE_CHAN + cpu, buf, len); in stm_ftrace_write()
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Dcore.c19 #include <linux/stm.h>
23 #include "stm.h"
25 #include <uapi/linux/stm.h>
40 struct stm_device *stm = to_stm_device(dev); in masters_show() local
43 ret = sprintf(buf, "%u %u\n", stm->data->sw_start, stm->data->sw_end); in masters_show()
54 struct stm_device *stm = to_stm_device(dev); in channels_show() local
57 ret = sprintf(buf, "%u\n", stm->data->sw_nchannels); in channels_show()
68 struct stm_device *stm = to_stm_device(dev); in hw_override_show() local
71 ret = sprintf(buf, "%u\n", stm in hw_override_show()
85 ATTRIBUTE_GROUPS(stm); global() variable
106 struct stm_device *stm; stm_find_device() local
133 stm_put_device(struct stm_device *stm) stm_put_device() argument
151 stm_master(struct stm_device *stm, unsigned int idx) stm_master() argument
159 stp_master_alloc(struct stm_device *stm, unsigned int idx) stp_master_alloc() argument
175 stp_master_free(struct stm_device *stm, unsigned int idx) stp_master_free() argument
186 stm_output_claim(struct stm_device *stm, struct stm_output *output) stm_output_claim() argument
203 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) stm_output_disclaim() argument
248 stm_find_master_chan(struct stm_device *stm, unsigned int width, unsigned int *mstart, unsigned int mend, unsigned int *cstart, unsigned int cend) stm_find_master_chan() argument
281 stm_output_assign(struct stm_device *stm, unsigned int width, struct stp_policy_node *policy_node, struct stm_output *output) stm_output_assign() argument
340 stm_output_free(struct stm_device *stm, struct stm_output *output) stm_output_free() argument
523 struct stm_device *stm = stmf->stm; stm_char_release() local
542 stm_assign_first_policy(struct stm_device *stm, struct stm_output *output, char **ids, unsigned int width) stm_assign_first_policy() argument
602 stm_write(struct stm_device *stm, struct stm_output *output, unsigned int chan, const char *buf, size_t count) stm_write() argument
622 struct stm_device *stm = stmf->stm; stm_char_write() local
672 struct stm_device *stm = stmf->stm; stm_mmap_open() local
680 struct stm_device *stm = stmf->stm; stm_mmap_close() local
694 struct stm_device *stm = stmf->stm; stm_char_mmap() local
727 struct stm_device *stm = stmf->stm; stm_char_policy_set_ioctl() local
847 struct stm_device *stm = to_stm_device(dev); stm_device_release() local
855 struct stm_device *stm; stm_register_device() local
930 struct stm_device *stm = stm_data->stm; stm_unregister_device() local
989 stm_source_link_add(struct stm_source_device *src, struct stm_device *stm) stm_source_link_add() argument
1060 __stm_source_link_drop(struct stm_source_device *src, struct stm_device *stm) __stm_source_link_drop() argument
1123 struct stm_device *stm; stm_source_link_drop() local
1154 struct stm_device *stm; stm_source_link_show() local
1288 struct stm_device *stm; stm_source_write() local
[all...]
H A Dpolicy.c17 #include <linux/stm.h>
18 #include "stm.h"
26 struct stm_device *stm; member
102 struct stm_device *stm; in stp_policy_node_masters_store() local
110 stm = policy_node->policy->stm; in stp_policy_node_masters_store()
111 if (!stm) in stp_policy_node_masters_store()
115 if (first > last || first < stm->data->sw_start || in stp_policy_node_masters_store()
116 last > stm->data->sw_end) { in stp_policy_node_masters_store()
149 struct stm_device *stm; in stp_policy_node_channels_store() local
328 struct stm_device *stm = policy->stm; stp_policy_unbind() local
354 struct stm_device *stm = policy->stm; stp_policy_release() local
389 struct stm_device *stm; stp_policy_make() local
533 stp_policy_node_lookup(struct stm_device *stm, char *s) stp_policy_node_lookup() argument
[all...]
H A Dftrace.c10 #include <linux/stm.h>
39 struct stm_ftrace *stm = container_of(export, struct stm_ftrace, ftrace); in stm_ftrace_write() local
43 stm_source_write(&stm->data, STM_FTRACE_CHAN + cpu, buf, len); in stm_ftrace_write()
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dsth.c16 #include <linux/stm.h>
26 struct stm_data stm; member
35 return &sw_map[(master - sth->stm.sw_start) * sth->stm.sw_nchannels + in sth_channel()
70 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_packet()
145 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_mmio_addr()
148 master -= sth->stm.sw_start; in sth_stm_mmio_addr()
149 addr = sth->channels_phys + (master * sth->stm.sw_nchannels + channel) * in sth_stm_mmio_addr()
162 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_link()
172 sth->stm in intel_th_sw_init()
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dsth.c16 #include <linux/stm.h>
26 struct stm_data stm; member
35 return &sw_map[(master - sth->stm.sw_start) * sth->stm.sw_nchannels + in sth_channel()
70 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_packet()
145 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_mmio_addr()
148 master -= sth->stm.sw_start; in sth_stm_mmio_addr()
149 addr = sth->channels_phys + (master * sth->stm.sw_nchannels + channel) * in sth_stm_mmio_addr()
162 struct sth_device *sth = container_of(stm_data, struct sth_device, stm); in sth_stm_link()
172 sth->stm in intel_th_sw_init()
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c492 struct tm stm; in ossl_asn1_time_print_ex() local
496 if (!ossl_asn1_time_to_tm(&stm, tm)) in ossl_asn1_time_print_ex()
521 stm.tm_year + 1900, stm.tm_mon + 1, in ossl_asn1_time_print_ex()
522 stm.tm_mday, stm.tm_hour, in ossl_asn1_time_print_ex()
523 stm.tm_min, stm.tm_sec, f_len, f, in ossl_asn1_time_print_ex()
528 _asn1_mon[stm.tm_mon], stm in ossl_asn1_time_print_ex()
551 struct tm stm, ttm; ASN1_TIME_cmp_time_t() local
[all...]
H A Da_utctm.c77 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
80 if (!ossl_asn1_utctime_to_tm(&stm, s)) in ASN1_UTCTIME_cmp_time_t()
86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
/third_party/openssl/crypto/asn1/
H A Da_time.c492 struct tm stm; in ossl_asn1_time_print_ex() local
496 if (!ossl_asn1_time_to_tm(&stm, tm)) in ossl_asn1_time_print_ex()
521 stm.tm_year + 1900, stm.tm_mon + 1, in ossl_asn1_time_print_ex()
522 stm.tm_mday, stm.tm_hour, in ossl_asn1_time_print_ex()
523 stm.tm_min, stm.tm_sec, f_len, f, in ossl_asn1_time_print_ex()
528 _asn1_mon[stm.tm_mon], stm in ossl_asn1_time_print_ex()
551 struct tm stm, ttm; ASN1_TIME_cmp_time_t() local
[all...]
H A Da_utctm.c77 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
80 if (!ossl_asn1_utctime_to_tm(&stm, s)) in ASN1_UTCTIME_cmp_time_t()
86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
/third_party/backends/backend/escl/
H A Descl_mupdf.c55 next_file_escl(fz_context *ctx, fz_stream *stm, size_t n) in next_file_escl() argument
57 fz_file_stream_escl *state = stm->state; in next_file_escl()
63 stm->rp = state->buffer; in next_file_escl()
64 stm->wp = state->buffer + n; in next_file_escl()
65 stm->pos += (int64_t)n; in next_file_escl()
69 return *stm->rp++; in next_file_escl()
83 seek_file_escl(fz_context *ctx, fz_stream *stm, int64_t offset, int whence) in seek_file_escl() argument
85 fz_file_stream_escl *state = stm->state; in seek_file_escl()
94 stm->pos = _ftelli64(state->file); in seek_file_escl()
96 stm in seek_file_escl()
105 fz_stream *stm; fz_open_file_ptr_escl() local
[all...]
/kernel/linux/linux-6.6/net/tls/
H A Dtls_strp.c73 skb = tls_strp_skb_copy(strp, strp->anchor, strp->stm.offset, in tls_strp_msg_make_copy()
74 strp->stm.full_len); in tls_strp_msg_make_copy()
134 tcp_read_done(strp->sk, strp->stm.full_len); in tls_strp_msg_cow()
164 offset = strp->stm.offset; in tls_strp_msg_hold()
165 len = strp->stm.full_len; in tls_strp_msg_hold()
221 if (!strp->stm.full_len) { in tls_strp_copyin_frag()
253 strp->stm.full_len = sz; in tls_strp_copyin_frag()
254 if (!strp->stm.full_len) in tls_strp_copyin_frag()
259 while (len && strp->stm.full_len > skb->len) { in tls_strp_copyin_frag()
260 chunk = min_t(size_t, len, strp->stm in tls_strp_copyin_frag()
[all...]
/kernel/linux/linux-5.10/net/strparser/
H A Dstrparser.c94 struct _strp_msg *stm; in __strp_recv() local
186 stm = _strp_msg(head); in __strp_recv()
187 memset(stm, 0, sizeof(*stm)); in __strp_recv()
188 stm->strp.offset = orig_offset + eaten; in __strp_recv()
202 stm = _strp_msg(head); in __strp_recv()
210 if (!stm->strp.full_len) { in __strp_recv()
217 if (!stm->accum_len) { in __strp_recv()
221 stm->accum_len += cand_len; in __strp_recv()
227 if (len == -ESTRPIPE && stm in __strp_recv()
[all...]
/kernel/linux/linux-6.6/net/strparser/
H A Dstrparser.c94 struct _strp_msg *stm; in __strp_recv() local
186 stm = _strp_msg(head); in __strp_recv()
187 memset(stm, 0, sizeof(*stm)); in __strp_recv()
188 stm->strp.offset = orig_offset + eaten; in __strp_recv()
202 stm = _strp_msg(head); in __strp_recv()
210 if (!stm->strp.full_len) { in __strp_recv()
217 if (!stm->accum_len) { in __strp_recv()
221 stm->accum_len += cand_len; in __strp_recv()
227 if (len == -ESTRPIPE && stm in __strp_recv()
[all...]
/kernel/liteos_m/arch/csky/v2/gcc/
H A Dlos_exc.S43 stm r0-r15, (sp)
46 stm r16-r31, (r0)
65 stm r0-r15, (sp)
67 stm r16-r31, (r0)
93 stm r0-r15, (sp)
113 stm r0-r15, (sp)
/third_party/ffmpeg/libavcodec/arm/
H A Dhpeldsp_arm.S101 stm r0, {r4-r7}
114 stm r0, {r9-r12}
125 stm r0, {r9-r12}
136 stm r0, {r9-r12}
154 stm r0, {r4-r5}
165 stm r0, {r4-r5}
176 stm r0, {r4-r5}
187 stm r0, {r4-r5}
208 stm r0, {r8-r9}
221 stm r
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H A DMakefile2 stm-drm-y := \
6 obj-$(CONFIG_DRM_STM_DSI) += dw_mipi_dsi-stm.o
8 obj-$(CONFIG_DRM_STM) += stm-drm.o
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/
H A DMakefile2 stm-drm-y := \
6 obj-$(CONFIG_DRM_STM_DSI) += dw_mipi_dsi-stm.o
8 obj-$(CONFIG_DRM_STM) += stm-drm.o
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-stm.c24 #include <linux/coresight-stm.h>
31 #include <linux/stm.h>
111 DEFINE_CORESIGHT_DEVLIST(stm_devs, "stm");
120 * @stm: structure associated to the generic STM interface.
137 struct stm_data stm; member
339 struct stm_drvdata, stm); in stm_generic_link()
350 struct stm_drvdata, stm); in stm_generic_unlink()
362 struct stm_drvdata, stm); in stm_mmio_addr()
381 struct stm_drvdata, stm); in stm_generic_set_options()
414 struct stm_drvdata, stm); in stm_generic_packet()
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-stm.c24 #include <linux/coresight-stm.h>
31 #include <linux/stm.h>
112 DEFINE_CORESIGHT_DEVLIST(stm_devs, "stm");
121 * @stm: structure associated to the generic STM interface.
138 struct stm_data stm; member
333 struct stm_drvdata, stm); in stm_generic_link()
344 struct stm_drvdata, stm); in stm_generic_unlink()
356 struct stm_drvdata, stm); in stm_mmio_addr()
375 struct stm_drvdata, stm); in stm_generic_set_options()
408 struct stm_drvdata, stm); in stm_generic_packet()
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_disasm.c370 struct pvr_stm *stm = malloc(sizeof(*stm)); in pvr_pds_disassemble_instruction_stm() local
371 assert(stm); in pvr_pds_disassemble_instruction_stm()
373 stm->instruction.next = NULL; in pvr_pds_disassemble_instruction_stm()
374 stm->instruction.type = INS_STM; in pvr_pds_disassemble_instruction_stm()
376 stm->cc = instruction & (1 << PVR_ROGUE_PDSINST_STM_CCS_CCS_CC_SHIFT); in pvr_pds_disassemble_instruction_stm()
377 stm->ccs_global = instruction & in pvr_pds_disassemble_instruction_stm()
379 stm->ccs_so = instruction & (1 << PVR_ROGUE_PDSINST_STM_CCS_CCS_SO_SHIFT); in pvr_pds_disassemble_instruction_stm()
380 stm->tst = instruction & (1 << PVR_ROGUE_PDSINST_STM_SO_TST_SHIFT); in pvr_pds_disassemble_instruction_stm()
382 stm in pvr_pds_disassemble_instruction_stm()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dact_api.h74 static inline void tcf_tm_dump(struct tcf_t *dtm, const struct tcf_t *stm) in tcf_tm_dump() argument
76 dtm->install = jiffies_to_clock_t(jiffies - stm->install); in tcf_tm_dump()
77 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse); in tcf_tm_dump()
78 dtm->firstuse = stm->firstuse ? in tcf_tm_dump()
79 jiffies_to_clock_t(jiffies - stm->firstuse) : 0; in tcf_tm_dump()
80 dtm->expires = jiffies_to_clock_t(stm->expires); in tcf_tm_dump()
/kernel/linux/linux-6.6/include/net/
H A Dact_api.h85 static inline void tcf_tm_dump(struct tcf_t *dtm, const struct tcf_t *stm) in tcf_tm_dump() argument
87 dtm->install = jiffies_to_clock_t(jiffies - stm->install); in tcf_tm_dump()
88 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse); in tcf_tm_dump()
89 dtm->firstuse = stm->firstuse ? in tcf_tm_dump()
90 jiffies_to_clock_t(jiffies - stm->firstuse) : 0; in tcf_tm_dump()
91 dtm->expires = jiffies_to_clock_t(stm->expires); in tcf_tm_dump()

Completed in 15 milliseconds

123456