Home
last modified time | relevance | path

Searched full:from (Results 1 – 25 of 10961) sorted by relevance

12345678910>>...439

/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/
Dgd32vf103_exti.h20 may be used to endorse or promote products derived from this software without
56 #define EXTI_INTEN_INTEN0 BIT(0) /*!< interrupt from line 0 */
57 #define EXTI_INTEN_INTEN1 BIT(1) /*!< interrupt from line 1 */
58 #define EXTI_INTEN_INTEN2 BIT(2) /*!< interrupt from line 2 */
59 #define EXTI_INTEN_INTEN3 BIT(3) /*!< interrupt from line 3 */
60 #define EXTI_INTEN_INTEN4 BIT(4) /*!< interrupt from line 4 */
61 #define EXTI_INTEN_INTEN5 BIT(5) /*!< interrupt from line 5 */
62 #define EXTI_INTEN_INTEN6 BIT(6) /*!< interrupt from line 6 */
63 #define EXTI_INTEN_INTEN7 BIT(7) /*!< interrupt from line 7 */
64 #define EXTI_INTEN_INTEN8 BIT(8) /*!< interrupt from line 8 */
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
Drc_calc_dpi.c19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
30 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from) in copy_pps_fields() argument
32 to->line_buf_depth = from->line_buf_depth; in copy_pps_fields()
33 to->bits_per_component = from->bits_per_component; in copy_pps_fields()
34 to->convert_rgb = from->convert_rgb; in copy_pps_fields()
35 to->slice_width = from->slice_width; in copy_pps_fields()
36 to->slice_height = from->slice_height; in copy_pps_fields()
37 to->simple_422 = from->simple_422; in copy_pps_fields()
38 to->native_422 = from->native_422; in copy_pps_fields()
39 to->native_420 = from->native_420; in copy_pps_fields()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
Dia_css_ctc1_5.host.c75 const struct ia_css_ctc_config *from, in ia_css_ctc_encode() argument
79 to->y0 = from->y0; in ia_css_ctc_encode()
80 to->y1 = from->y1; in ia_css_ctc_encode()
81 to->y2 = from->y2; in ia_css_ctc_encode()
82 to->y3 = from->y3; in ia_css_ctc_encode()
83 to->y4 = from->y4; in ia_css_ctc_encode()
84 to->y5 = from->y5; in ia_css_ctc_encode()
86 to->ce_gain_exp = from->ce_gain_exp; in ia_css_ctc_encode()
88 to->x1 = from->x1; in ia_css_ctc_encode()
89 to->x2 = from->x2; in ia_css_ctc_encode()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
Dia_css_ctc2.host.c75 /* (void) = ia_css_ctc2_vmem_encode(*to, *from)
77 * VMEM Encode Function to translate Y parameters from userspace into ISP space
80 const struct ia_css_ctc2_config *from, in ia_css_ctc2_vmem_encode() argument
93 dydx0 = ctc2_slope(from->y_y1, from->y_y0, in ia_css_ctc2_vmem_encode()
94 from->y_x1, 0); in ia_css_ctc2_vmem_encode()
95 dydx1 = ctc2_slope(from->y_y2, from->y_y1, in ia_css_ctc2_vmem_encode()
96 from->y_x2, from->y_x1); in ia_css_ctc2_vmem_encode()
97 dydx2 = ctc2_slope(from->y_y3, from->y_y2, in ia_css_ctc2_vmem_encode()
98 from->y_x3, from->y_x2); in ia_css_ctc2_vmem_encode()
99 dydx3 = ctc2_slope(from->y_y4, from->y_y3, in ia_css_ctc2_vmem_encode()
[all …]
/kernel/linux/linux-4.19/include/linux/
Duaccess.h17 * Architectures should provide two primitives (raw_copy_{to,from}_user())
18 * and get rid of their private instances of copy_{to,from}_user() and
19 * __copy_{to,from}_user{,_inatomic}().
21 * raw_copy_{to,from}_user(to, from, size) should copy up to size bytes and
26 * Both of these functions should attempt to copy size bytes starting at from
31 * If raw_copy_{to,from}_user(to, from, size) returns N, size - N bytes starting
32 * at to must become equal to the bytes fetched from the corresponding area
33 * starting at from. All data past to + size - N must be left unmodified.
42 * on store should happen. Interpretation of from is affected by set_fs().
47 * the 6 functions (copy_{to,from}_user(), __copy_{to,from}_user_inatomic())
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/
Dia_css_dpc2.host.c22 const struct ia_css_dpc2_config *from, in ia_css_dpc2_encode() argument
27 assert((from->metric1 >= 0) && (from->metric1 <= METRIC1_ONE_FP)); in ia_css_dpc2_encode()
28 assert((from->metric3 >= 0) && (from->metric3 <= METRIC3_ONE_FP)); in ia_css_dpc2_encode()
29 assert((from->metric2 >= METRIC2_ONE_FP) && in ia_css_dpc2_encode()
30 (from->metric2 < 256 * METRIC2_ONE_FP)); in ia_css_dpc2_encode()
31 assert((from->wb_gain_gr > 0) && (from->wb_gain_gr < 16 * WBGAIN_ONE_FP)); in ia_css_dpc2_encode()
32 assert((from->wb_gain_r > 0) && (from->wb_gain_r < 16 * WBGAIN_ONE_FP)); in ia_css_dpc2_encode()
33 assert((from->wb_gain_b > 0) && (from->wb_gain_b < 16 * WBGAIN_ONE_FP)); in ia_css_dpc2_encode()
34 assert((from->wb_gain_gb > 0) && (from->wb_gain_gb < 16 * WBGAIN_ONE_FP)); in ia_css_dpc2_encode()
36 to->metric1 = from->metric1; in ia_css_dpc2_encode()
[all …]
/kernel/linux/linux-4.19/fs/xfs/libxfs/
Dxfs_inode_buf.c71 * from disk. We don't report the error otherwise to avoid warnings during log
74 * the error to, so this will distinguish it from a non-ra verifier failure.
205 struct xfs_dinode *from) in xfs_inode_from_disk() argument
215 to->di_version = from->di_version; in xfs_inode_from_disk()
217 set_nlink(inode, be16_to_cpu(from->di_onlink)); in xfs_inode_from_disk()
222 set_nlink(inode, be32_to_cpu(from->di_nlink)); in xfs_inode_from_disk()
223 to->di_projid_lo = be16_to_cpu(from->di_projid_lo); in xfs_inode_from_disk()
224 to->di_projid_hi = be16_to_cpu(from->di_projid_hi); in xfs_inode_from_disk()
227 to->di_format = from->di_format; in xfs_inode_from_disk()
228 to->di_uid = be32_to_cpu(from->di_uid); in xfs_inode_from_disk()
[all …]
Dxfs_sb.c63 * search from @first to find the next perag with the given tag set.
162 * we never read counters from such superblocks. in xfs_validate_sb_write()
296 * More sanity checking. Most of these were stolen directly from in xfs_validate_sb_common()
392 * superblock. mkfs doesn't clear the flag from secondary supers, so in xfs_validate_sb_common()
457 xfs_dsb_t *from, in __xfs_sb_from_disk() argument
460 to->sb_magicnum = be32_to_cpu(from->sb_magicnum); in __xfs_sb_from_disk()
461 to->sb_blocksize = be32_to_cpu(from->sb_blocksize); in __xfs_sb_from_disk()
462 to->sb_dblocks = be64_to_cpu(from->sb_dblocks); in __xfs_sb_from_disk()
463 to->sb_rblocks = be64_to_cpu(from->sb_rblocks); in __xfs_sb_from_disk()
464 to->sb_rextents = be64_to_cpu(from->sb_rextents); in __xfs_sb_from_disk()
[all …]
Dxfs_da_format.c115 uint8_t *from) in xfs_dir2_sf_get_ino() argument
118 return get_unaligned_be64(from) & 0x00ffffffffffffffULL; in xfs_dir2_sf_get_ino()
120 return get_unaligned_be32(from); in xfs_dir2_sf_get_ino()
438 struct xfs_dir2_leaf *from) in xfs_dir2_leaf_hdr_from_disk() argument
440 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_dir2_leaf_hdr_from_disk()
441 to->back = be32_to_cpu(from->hdr.info.back); in xfs_dir2_leaf_hdr_from_disk()
442 to->magic = be16_to_cpu(from->hdr.info.magic); in xfs_dir2_leaf_hdr_from_disk()
443 to->count = be16_to_cpu(from->hdr.count); in xfs_dir2_leaf_hdr_from_disk()
444 to->stale = be16_to_cpu(from->hdr.stale); in xfs_dir2_leaf_hdr_from_disk()
453 struct xfs_dir3_icleaf_hdr *from) in xfs_dir2_leaf_hdr_to_disk() argument
[all …]
/kernel/linux/linux-4.19/Documentation/hwmon/
Ducd920024 [From datasheets] UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and
56 in1_input Measured voltage. From READ_VIN register.
57 in1_min Minimum Voltage. From VIN_UV_WARN_LIMIT register.
58 in1_max Maximum voltage. From VIN_OV_WARN_LIMIT register.
60 in1_crit Critical maximum voltage. From VIN_OV_FAULT_LIMIT register.
61 in1_min_alarm Voltage low alarm. From VIN_UV_WARNING status.
62 in1_max_alarm Voltage high alarm. From VIN_OV_WARNING status.
63 in1_lcrit_alarm Voltage critical low alarm. From VIN_UV_FAULT status.
64 in1_crit_alarm Voltage critical high alarm. From VIN_OV_FAULT status.
67 in[2-5]_input Measured voltage. From READ_VOUT register.
[all …]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_sb.c58 * search from @first to find the next perag with the given tag set.
157 * we never read counters from such superblocks. in xfs_validate_sb_write()
292 * More sanity checking. Most of these were stolen directly from in xfs_validate_sb_common()
331 /* Validate the realtime geometry; stolen from xfs_repair */ in xfs_validate_sb_common()
420 * superblock. mkfs doesn't clear the flag from secondary supers, so in xfs_validate_sb_common()
485 xfs_dsb_t *from, in __xfs_sb_from_disk() argument
488 to->sb_magicnum = be32_to_cpu(from->sb_magicnum); in __xfs_sb_from_disk()
489 to->sb_blocksize = be32_to_cpu(from->sb_blocksize); in __xfs_sb_from_disk()
490 to->sb_dblocks = be64_to_cpu(from->sb_dblocks); in __xfs_sb_from_disk()
491 to->sb_rblocks = be64_to_cpu(from->sb_rblocks); in __xfs_sb_from_disk()
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/power8/
Dfrontend.json89 …"BriefDescription": "The processor's Instruction cache was reloaded with Modified (M) data from an…
90 …": "The processor's Instruction cache was reloaded with Modified (M) data from another chip's L2 o…
95 …"BriefDescription": "The processor's Instruction cache was reloaded with Shared (S) data from anot…
96 …"PublicDescription": "The processor's Instruction cache was reloaded with Shared (S) data from ano…
101 …"BriefDescription": "The processor's Instruction cache was reloaded from another chip's L4 on a di…
102 …"PublicDescription": "The processor's Instruction cache was reloaded from another chip's L4 on a d…
107 …"BriefDescription": "The processor's Instruction cache was reloaded from another chip's memory on …
108 …"PublicDescription": "The processor's Instruction cache was reloaded from another chip's memory on…
113 …"BriefDescription": "The processor's Instruction cache was reloaded from local core's L2 due to an…
114 …"PublicDescription": "The processor's Instruction cache was reloaded from local core's L2 due to e…
[all …]
Dmarked.json35 …"BriefDescription": "The processor's data cache was reloaded with Modified (M) data from another c…
41 …"BriefDescription": "Duration in cycles to reload with Modified (M) data from another chip's L2 or…
47 …"BriefDescription": "The processor's data cache was reloaded with Shared (S) data from another chi…
53 …"BriefDescription": "Duration in cycles to reload with Shared (S) data from another chip's L2 or L…
59 …"BriefDescription": "The processor's data cache was reloaded from another chip's L4 on a different…
65 …"BriefDescription": "Duration in cycles to reload from another chip's L4 on a different Node or Gr…
71 …"BriefDescription": "The processor's data cache was reloaded from another chip's memory on the sam…
77 …"BriefDescription": "Duration in cycles to reload from another chip's memory on the same Node or G…
83 …"BriefDescription": "The processor's data cache was reloaded from local core's L2 due to a marked …
95 …"BriefDescription": "Duration in cycles to reload from a location other than the local core's L2 d…
[all …]
Dcache.json5 …"BriefDescription": "The processor's data cache was reloaded with Modified (M) data from another c…
6 …"PublicDescription": "The processor's data cache was reloaded with Modified (M) data from another …
11 …"BriefDescription": "The processor's data cache was reloaded with Shared (S) data from another chi…
12 …"PublicDescription": "The processor's data cache was reloaded with Shared (S) data from another ch…
17 …"BriefDescription": "The processor's data cache was reloaded from another chip's L4 on a different…
18 …"PublicDescription": "The processor's data cache was reloaded from another chip's L4 on a differen…
23 …"BriefDescription": "The processor's data cache was reloaded from local core's L2 due to a demand …
24 …"PublicDescription": "The processor's data cache was reloaded from local core's L2 due to either o…
35 …"BriefDescription": "The processor's data cache was reloaded from a location other than the local …
36 …"PublicDescription": "The processor's data cache was reloaded from a location other than the local…
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/powerpc/power8/
Dfrontend.json89 …"BriefDescription": "The processor's Instruction cache was reloaded with Modified (M) data from an…
90 …": "The processor's Instruction cache was reloaded with Modified (M) data from another chip's L2 o…
95 …"BriefDescription": "The processor's Instruction cache was reloaded with Shared (S) data from anot…
96 …"PublicDescription": "The processor's Instruction cache was reloaded with Shared (S) data from ano…
101 …"BriefDescription": "The processor's Instruction cache was reloaded from another chip's L4 on a di…
102 …"PublicDescription": "The processor's Instruction cache was reloaded from another chip's L4 on a d…
107 …"BriefDescription": "The processor's Instruction cache was reloaded from another chip's memory on …
108 …"PublicDescription": "The processor's Instruction cache was reloaded from another chip's memory on…
113 …"BriefDescription": "The processor's Instruction cache was reloaded from local core's L2 due to an…
114 …"PublicDescription": "The processor's Instruction cache was reloaded from local core's L2 due to e…
[all …]
Dcache.json5 …"BriefDescription": "The processor's data cache was reloaded with Modified (M) data from another c…
6 …"PublicDescription": "The processor's data cache was reloaded with Modified (M) data from another …
11 …"BriefDescription": "The processor's data cache was reloaded with Shared (S) data from another chi…
12 …"PublicDescription": "The processor's data cache was reloaded with Shared (S) data from another ch…
17 …"BriefDescription": "The processor's data cache was reloaded from another chip's L4 on a different…
18 …"PublicDescription": "The processor's data cache was reloaded from another chip's L4 on a differen…
23 …"BriefDescription": "The processor's data cache was reloaded from local core's L2 due to a demand …
24 …"PublicDescription": "The processor's data cache was reloaded from local core's L2 due to either o…
35 …"BriefDescription": "The processor's data cache was reloaded from a localtion other than the local…
36 …"PublicDescription": "The processor's data cache was reloaded from a localtion other than the loca…
[all …]
Dmarked.json35 …"BriefDescription": "The processor's data cache was reloaded with Modified (M) data from another c…
41 …"BriefDescription": "Duration in cycles to reload with Modified (M) data from another chip's L2 or…
47 …"BriefDescription": "The processor's data cache was reloaded with Shared (S) data from another chi…
53 …"BriefDescription": "Duration in cycles to reload with Shared (S) data from another chip's L2 or L…
59 …"BriefDescription": "The processor's data cache was reloaded from another chip's L4 on a different…
65 …"BriefDescription": "Duration in cycles to reload from another chip's L4 on a different Node or Gr…
71 …"BriefDescription": "The processor's data cache was reloaded from another chip's memory on the sam…
77 …"BriefDescription": "Duration in cycles to reload from another chip's memory on the same Node or G…
83 …"BriefDescription": "The processor's data cache was reloaded from local core's L2 due to a marked …
95 …"BriefDescription": "Duration in cycles to reload from a localtion other than the local core's L2 …
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
Dia_css_bnlm.host.c37 /* Encodes a look-up table from BNLM public parameters to vmem parameters.
52 /* Create VMEM LUTs from the threshold and value arrays. in bnlm_lut_encode()
82 /* Copy data from first block to all blocks */ in bnlm_lut_encode()
100 const struct ia_css_bnlm_config *from, in ia_css_bnlm_vmem_encode() argument
107 bnlm_lut_encode(&to->mu_root_lut, from->mu_root_lut_thr, from->mu_root_lut_val, in ia_css_bnlm_vmem_encode()
109 bnlm_lut_encode(&to->sad_norm_lut, from->sad_norm_lut_thr, in ia_css_bnlm_vmem_encode()
110 from->sad_norm_lut_val, 16); in ia_css_bnlm_vmem_encode()
111 bnlm_lut_encode(&to->sig_detail_lut, from->sig_detail_lut_thr, in ia_css_bnlm_vmem_encode()
112 from->sig_detail_lut_val, 16); in ia_css_bnlm_vmem_encode()
113 bnlm_lut_encode(&to->sig_rad_lut, from->sig_rad_lut_thr, from->sig_rad_lut_val, in ia_css_bnlm_vmem_encode()
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Ducd9200.rst29 [From datasheets] UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and
62 in1_input Measured voltage. From READ_VIN register.
63 in1_min Minimum Voltage. From VIN_UV_WARN_LIMIT register.
64 in1_max Maximum voltage. From VIN_OV_WARN_LIMIT register.
66 in1_crit Critical maximum voltage. From VIN_OV_FAULT_LIMIT
68 in1_min_alarm Voltage low alarm. From VIN_UV_WARNING status.
69 in1_max_alarm Voltage high alarm. From VIN_OV_WARNING status.
70 in1_lcrit_alarm Voltage critical low alarm. From VIN_UV_FAULT status.
71 in1_crit_alarm Voltage critical high alarm. From VIN_OV_FAULT status.
74 in[2-5]_input Measured voltage. From READ_VOUT register.
[all …]
Dpmbus.rst188 supported, and determines available sensors from this information.
197 inX_input Measured voltage. From READ_VIN or READ_VOUT register.
199 From VIN_UV_WARN_LIMIT or VOUT_UV_WARN_LIMIT register.
201 From VIN_OV_WARN_LIMIT or VOUT_OV_WARN_LIMIT register.
203 From VIN_UV_FAULT_LIMIT or VOUT_UV_FAULT_LIMIT register.
205 From VIN_OV_FAULT_LIMIT or VOUT_OV_FAULT_LIMIT register.
206 inX_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
207 inX_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
209 From VOLTAGE_UV_FAULT status.
211 From VOLTAGE_OV_FAULT status.
[all …]
/kernel/linux/linux-5.10/include/linux/
Duaccess.h54 * Architectures should provide two primitives (raw_copy_{to,from}_user())
55 * and get rid of their private instances of copy_{to,from}_user() and
56 * __copy_{to,from}_user{,_inatomic}().
58 * raw_copy_{to,from}_user(to, from, size) should copy up to size bytes and
63 * Both of these functions should attempt to copy size bytes starting at from
68 * If raw_copy_{to,from}_user(to, from, size) returns N, size - N bytes starting
69 * at to must become equal to the bytes fetched from the corresponding area
70 * starting at from. All data past to + size - N must be left unmodified.
79 * on store should happen. Interpretation of from is affected by set_fs().
84 * the 6 functions (copy_{to,from}_user(), __copy_{to,from}_user_inatomic())
[all …]
/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dkstrdup.cocci18 expression from,to;
23 - to = kmalloc(strlen(from) + 1,flag);
24 + to = kstrdup(from, flag);
25 ... when != \(from = E1 \| to = E1 \)
27 ... when != \(from = E2 \| to = E2 \)
28 - strcpy(to, from);
31 expression x,from,to;
36 - x = strlen(from) + 1;
37 ... when != \( x = E1 \| from = E1 \)
39 + to = kstrdup(from, flag);
[all …]
/kernel/linux/linux-4.19/scripts/coccinelle/api/
Dkstrdup.cocci17 expression from,to;
22 - to = kmalloc(strlen(from) + 1,flag);
23 + to = kstrdup(from, flag);
24 ... when != \(from = E1 \| to = E1 \)
26 ... when != \(from = E2 \| to = E2 \)
27 - strcpy(to, from);
30 expression x,from,to;
35 - x = strlen(from) + 1;
36 ... when != \( x = E1 \| from = E1 \)
38 + to = kstrdup(from, flag);
[all …]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dxor.h54 xor $0,$1,$0 # 7 cycles from $1 load \n\
111 xor $0,$1,$1 # 8 cycles from $0 load \n\
112 xor $3,$4,$4 # 6 cycles from $4 load \n\
113 xor $6,$7,$7 # 6 cycles from $7 load \n\
114 xor $21,$22,$22 # 5 cycles from $22 load \n\
116 xor $1,$2,$2 # 9 cycles from $2 load \n\
117 xor $24,$25,$25 # 5 cycles from $25 load \n\
119 xor $4,$5,$5 # 6 cycles from $5 load \n\
122 xor $7,$20,$20 # 7 cycles from $20 load \n\
124 xor $22,$23,$23 # 7 cycles from $23 load \n\
[all …]
/kernel/linux/linux-4.19/arch/alpha/include/asm/
Dxor.h62 xor $0,$1,$0 # 7 cycles from $1 load \n\
119 xor $0,$1,$1 # 8 cycles from $0 load \n\
120 xor $3,$4,$4 # 6 cycles from $4 load \n\
121 xor $6,$7,$7 # 6 cycles from $7 load \n\
122 xor $21,$22,$22 # 5 cycles from $22 load \n\
124 xor $1,$2,$2 # 9 cycles from $2 load \n\
125 xor $24,$25,$25 # 5 cycles from $25 load \n\
127 xor $4,$5,$5 # 6 cycles from $5 load \n\
130 xor $7,$20,$20 # 7 cycles from $20 load \n\
132 xor $22,$23,$23 # 7 cycles from $23 load \n\
[all …]

12345678910>>...439