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

1234567891011>>

/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/arch/sparc/include/asm/
H A Dfb.h24 static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) argument
26 sbus_memcpy_fromio(to, from, n);
30 static inline void fb_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) argument
32 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/fc/fc_1.0/
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/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.c47 * The CRC bit is considered an invalid V4 flag, so we have to add it
48 * manually to the OKBITS mask.
91 /* versions prior to v4 are not supported */
210 "Attempted to mount read-only compatible filesystem read-write.");
243 * mkfs has traditionally written zeroed counters to inprogress and
244 * secondary superblocks, so allow this usage to continue because
349 * Full inode chunks must be aligned to inode chunk size when
350 * sparse inodes are enabled to support the sparse chunk
456 * Do not allow filesystems with corrupted log sector or stripe units to
457 * be mounted. We cannot safely size the iclogs or write to th
608 __xfs_sb_from_disk( struct xfs_sb *to, struct xfs_dsb *from, bool convert_xquota) argument
684 xfs_sb_from_disk( struct xfs_sb *to, struct xfs_dsb *from) argument
692 xfs_sb_quota_to_disk( struct xfs_dsb *to, struct xfs_sb *from) argument
756 xfs_sb_to_disk( struct xfs_dsb *to, struct xfs_sb *from) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c47 * If we have been told that we have to reparent the inode fork, it's because an
49 * replaying it. We need to walk the BMBT of the appropriate fork and change the
52 * The complexity here is that we don't have an inode context to work with, so
53 * after we've replayed the inode we need to instantiate one. This is where the
60 * count to zero (i.e. it's been unlinked), then xfs_inactive() will run
63 * So, to avoid this, we instantiate an inode directly from the inode core we've
64 * just recovered. We have the buffer still locked, and all we really need to
67 * xfs_inode without having to run any transactions at all.
69 * Also, because we don't have a transaction context available here but need to
71 * instead for the operation to us
153 xfs_log_dinode_to_disk_iext_counters( struct xfs_log_dinode *from, struct xfs_dinode *to) argument
169 xfs_log_dinode_to_disk( struct xfs_log_dinode *from, struct xfs_dinode *to, xfs_lsn_t lsn) argument
[all...]
/linux-master/arch/arm/kernel/
H A Dfiqasm.S12 * FIQ support re-written by Russell King to be more generic
29 mov r0, r0 @ avoid hazard prior to ARMv4
33 msr cpsr_c, r1 @ return to SVC mode
34 mov r0, r0 @ avoid hazard prior to ARMv4
42 mov r0, r0 @ avoid hazard prior to ARMv4
46 msr cpsr_c, r1 @ return to SVC mode
47 mov r0, r0 @ avoid hazard prior to ARMv4

Completed in 156 milliseconds

1234567891011>>