Searched refs:to (Results 126 - 150 of 1529) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/
H A Dia_css_formats.host.h26 struct sh_css_isp_formats_params *to,
H A Dia_css_formats.host.c32 struct sh_css_isp_formats_params *to,
37 to->video_full_range_flag = from->video_full_range_flag;
31 ia_css_formats_encode( struct sh_css_isp_formats_params *to, const struct ia_css_formats_config *from, unsigned int size) argument
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/
H A Dia_css_macc.host.h28 struct sh_css_isp_macc_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/
H A Dia_css_wb.host.h26 struct sh_css_isp_wb_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
H A Dia_css_ob2.host.h26 struct sh_css_isp_ob2_params *to,
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_common.c19 * vidtv_memcpy() - wrapper routine to be used by MPEG-TS
20 * generator, in order to avoid going past the
22 * @to: Starting element to where a MPEG-TS packet will
24 * @to_offset: Starting position of the @to buffer to be filled.
25 * @to_size: Size of the @to buffer.
26 * @from: Starting element of the buffer to be copied.
27 * @len: Number of elements to be copy from @from buffer
28 * into @to
38 vidtv_memcpy(void *to, size_t to_offset, size_t to_size, const void *from, size_t len) argument
74 vidtv_memset(void *to, size_t to_offset, size_t to_size, const int c, size_t len) argument
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Djitterstart.sh8 # n: Number of jitter.sh scripts to start up.
9 # jittering-dir: Directory in which to put "jittering" file.
10 # duration: Time to run in seconds.
11 # sleepmax: Maximum microseconds to sleep, defaults to one second.
12 # spinmax: Maximum microseconds to spin, defaults to one millisecond.
21 echo jitterstart.sh: Missing count of jitter.sh scripts to start.
27 echo jitterstart.sh: Missing directory in which to place jittering file.
H A Djitterstop.sh4 # Remove the "jittering" file, signaling the jitter.sh scripts to stop,
5 # then wait for them to terminate.
18 echo jitterstop.sh: Missing directory in which to place jittering file.
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/
H A Dia_css_qplane.host.h32 int ia_css_qplane_config(struct sh_css_isp_qplane_isp_config *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/
H A Dia_css_raw.host.h24 int ia_css_raw_config(struct sh_css_isp_raw_isp_config *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/
H A Dia_css_bh.host.c51 struct sh_css_isp_bh_params *to,
56 /* coefficients to calculate Y */
57 to->y_coef_r =
59 to->y_coef_g =
61 to->y_coef_b =
50 ia_css_bh_encode( struct sh_css_isp_bh_params *to, const struct ia_css_3a_config *from, unsigned int size) argument
/linux-master/drivers/clocksource/
H A Dtimer-msc313e.c172 struct timer_of *to; local
174 to = kzalloc(sizeof(*to), GFP_KERNEL);
175 if (!to)
178 to->flags = TIMER_OF_IRQ | TIMER_OF_CLOCK | TIMER_OF_BASE;
179 to->of_irq.handler = msc313e_timer_clkevt_irq;
180 ret = timer_of_init(np, to);
185 to->of_clk.rate = clk_get_rate(to->of_clk.clk) / MSC313E_CLK_DIVIDER;
186 to
201 struct timer_of to = { 0 }; local
[all...]
/linux-master/arch/m68k/include/asm/
H A Dpage_no.h11 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
14 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
/linux-master/include/linux/
H A Dkmsan-checks.h3 * KMSAN checks to be used for one-off annotations in subsystems.
19 * @address: address to start with.
20 * @size: size of buffer to poison.
23 * Until other data is written to this range, KMSAN will treat it as
31 * @address: address to start with.
32 * @size: size of buffer to unpoison.
34 * Until other data is written to this range, KMSAN will treat it as
41 * @address: address to start with.
42 * @size: size of buffer to check.
50 * kmsan_copy_to_user() - Notify KMSAN about a data transfer to userspac
87 kmsan_copy_to_user(void __user *to, const void *from, size_t to_copy, size_t left) argument
92 kmsan_memmove(void *to, const void *from, size_t to_copy) argument
[all...]
/linux-master/arch/sparc/include/asm/
H A Dvideo.h25 static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) argument
27 sbus_memcpy_fromio(to, from, n);
31 static inline void fb_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) argument
33 sbus_memcpy_toio(to, from, n);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
H A Dia_css_anr2.host.c24 struct ia_css_isp_anr2_params *to,
35 to->data[i][j] = from->data[i * ISP_VEC_NELEMS + j];
23 ia_css_anr2_vmem_encode( struct ia_css_isp_anr2_params *to, const struct ia_css_anr_thres *from, size_t size) argument
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/
H A Dia_css_ob.host.h32 struct sh_css_isp_ob_params *to,
39 struct sh_css_isp_ob_vmem_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
H A Dia_css_ynr2.host.h27 struct sh_css_isp_yee2_params *to,
33 struct sh_css_isp_fc_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/
H A Dia_css_ynr.host.h27 struct sh_css_isp_ynr_params *to,
33 struct sh_css_isp_yee_params *to,
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_wouldblock.c42 struct timespec to = {.tv_sec = 0, .tv_nsec = timeout_ns}; local
76 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG);
86 if (clock_gettime(CLOCK_MONOTONIC, &to)) {
91 to.tv_nsec += timeout_ns;
93 if (to.tv_nsec >= 1000000000) {
94 to.tv_sec++;
95 to.tv_nsec -= 1000000000;
99 res = futex_waitv(&waitv, 1, 0, &to, CLOCK_MONOTONIC);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
H A Dia_css_tnr.host.h28 struct sh_css_isp_tnr_params *to,
42 int ia_css_tnr_config(struct sh_css_isp_tnr_isp_config *to,
/linux-master/arch/x86/lib/
H A Dmemcpy_32.c9 __visible void *memcpy(void *to, const void *from, size_t n) argument
11 return __memcpy(to, from, n);
/linux-master/arch/x86/include/asm/
H A Dpage_32.h25 static inline void copy_page(void *to, void *from) argument
27 memcpy(to, from, PAGE_SIZE);
/linux-master/arch/arm/mm/
H A Dcopypage-v6.c27 * Copy the user page. No aliasing to deal with so we can just
30 static void v6_copy_user_highpage_nonaliasing(struct page *to, argument
36 kto = kmap_atomic(to);
43 * Clear the user page. No aliasing to deal with so we can just
55 * FIXME: needs this MCRR to be supported.
69 static void v6_copy_user_highpage_aliasing(struct page *to, argument
80 discard_old_kernel_data(page_address(to));
92 set_top_pte(kto, mk_pte(to, PAGE_KERNEL));
100 * Clear the user page. We need to deal with the aliasing issues,
106 unsigned long to local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c48 * The CRC bit is considered an invalid V4 flag, so we have to add it
49 * manually to the OKBITS mask.
92 /* versions prior to v4 are not supported */
215 "Attempted to mount read-only compatible filesystem read-write.");
248 * mkfs has traditionally written zeroed counters to inprogress and
249 * secondary superblocks, so allow this usage to continue because
354 * Full inode chunks must be aligned to inode chunk size when
355 * sparse inodes are enabled to support the sparse chunk
461 * Do not allow filesystems with corrupted log sector or stripe units to
462 * be mounted. We cannot safely size the iclogs or write to th
613 __xfs_sb_from_disk( struct xfs_sb *to, struct xfs_dsb *from, bool convert_xquota) argument
689 xfs_sb_from_disk( struct xfs_sb *to, struct xfs_dsb *from) argument
697 xfs_sb_quota_to_disk( struct xfs_dsb *to, struct xfs_sb *from) argument
761 xfs_sb_to_disk( struct xfs_dsb *to, struct xfs_sb *from) argument
[all...]

Completed in 189 milliseconds

1234567891011>>