Home
last modified time | relevance | path

Searched defs:to (Results 201 – 225 of 965) sorted by relevance

12345678910>>...39

/openbmc/linux/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, in ia_css_formats_encode()
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-novsx.c22 struct membuf to) in fpr_get()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/
H A Dia_css_iterator.host.c29 struct sh_css_isp_iterator_isp_config *to, in ia_css_iterator_config()
/openbmc/webui-vue/src/router/
H A Dindex.js20 function allowRouterToNavigate(to, next, currentUserRole) { argument
/openbmc/linux/net/atm/
H A Dresources.c160 struct atm_aal_stats *to) in copy_aal_stats()
168 struct atm_aal_stats *to) in subtract_aal_stats()
/openbmc/linux/net/sunrpc/
H A Dsocklib.c47 xdr_skb_read_bits(struct xdr_skb_reader *desc, void *to, size_t len) in xdr_skb_read_bits()
66 static size_t xdr_skb_read_and_csum_bits(struct xdr_skb_reader *desc, void *to, size_t len) in xdr_skb_read_and_csum_bits()
/openbmc/linux/include/asm-generic/
H A Dpage.h29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) argument
32 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/openbmc/linux/drivers/clocksource/
H A Dtimer-msc313e.c172 struct timer_of *to; in msc313e_clkevt_init() local
201 struct timer_of to = { 0 }; in msc313e_clksrc_init() local
/openbmc/linux/tools/perf/util/
H A Dbranch.h35 struct addr_map_symbol to; member
43 u64 to; member
/openbmc/linux/arch/x86/kernel/
H A Dsignal_64.c280 static int x32_copy_siginfo_to_user(struct compat_siginfo __user *to, in x32_copy_siginfo_to_user()
295 int copy_siginfo_to_user32(struct compat_siginfo __user *to, in copy_siginfo_to_user32()
/openbmc/linux/net/bridge/
H A Dbr_forward.c73 static void __br_forward(const struct net_bridge_port *to, in __br_forward()
144 void br_forward(const struct net_bridge_port *to, in br_forward()
/openbmc/linux/drivers/input/serio/
H A Dhil_mlc.c448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
454 #define IN(to, got, got_error, timed_out) \ argument
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c642 int uverbs_get_flags64(u64 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags64()
675 int uverbs_get_flags32(u32 *to, const struct uverbs_attr_bundle *attrs_bundle, in uverbs_get_flags32()
763 int _uverbs_get_const_signed(s64 *to, in _uverbs_get_const_signed()
787 int _uverbs_get_const_unsigned(u64 *to, in _uverbs_get_const_unsigned()
/openbmc/linux/arch/csky/abiv1/inc/abi/
H A Dpage.h21 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page()
/openbmc/linux/drivers/ras/
H A Dcec.c186 static int __find_elem(struct ce_array *ca, u64 pfn, unsigned int *to) in __find_elem()
223 static int find_elem(struct ce_array *ca, u64 pfn, unsigned int *to) in find_elem()
325 unsigned int to = 0; in cec_add_elem() local
/openbmc/linux/arch/parisc/kernel/
H A Dptrace.c404 struct membuf to) in fpr_get()
521 struct membuf to) in gpr_get()
584 struct membuf to) in gpr32_get()
/openbmc/linux/fs/
H A Deventpoll.c1804 static struct timespec64 *ep_timeout_to_timespec(struct timespec64 *to, long ms) in ep_timeout_to_timespec()
1867 ktime_t expires, *to = NULL; in ep_poll() local
2046 static int ep_loop_check(struct eventpoll *ep, struct eventpoll *to) in ep_loop_check()
2320 int maxevents, struct timespec64 *to) in do_epoll_wait()
2364 struct timespec64 to; in SYSCALL_DEFINE4() local
2375 int maxevents, struct timespec64 *to, in do_epoll_pwait()
2399 struct timespec64 to; in SYSCALL_DEFINE6() local
2410 struct timespec64 ts, *to = NULL; in SYSCALL_DEFINE6() local
2453 struct timespec64 to; in COMPAT_SYSCALL_DEFINE6() local
2467 struct timespec64 ts, *to = NULL; in COMPAT_SYSCALL_DEFINE6() local
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/qplane/qplane_2/
H A Dia_css_qplane.host.c31 int ia_css_qplane_config(struct sh_css_isp_qplane_isp_config *to, in ia_css_qplane_config()
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_wouldblock.c42 struct timespec to = {.tv_sec = 0, .tv_nsec = timeout_ns}; in main() local
/openbmc/linux/include/net/
H A Dinet_ecn.h136 __be32 from, to; in IP6_ECN_set_ce() local
152 __be32 from, to; in IP6_ECN_set_ect1() local
/openbmc/linux/fs/sysv/
H A Dinode.c109 unsigned char * from, unsigned char * to) in read3byte()
130 unsigned char * from, unsigned char * to) in write3byte()
/openbmc/linux/arch/openrisc/include/asm/
H A Duaccess.h212 raw_copy_from_user(void *to, const void __user *from, unsigned long size) in raw_copy_from_user()
217 raw_copy_to_user(void __user *to, const void *from, unsigned long size) in raw_copy_to_user()
/openbmc/linux/arch/hexagon/include/asm/
H A Dpage.h114 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) argument
120 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h25 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) argument
26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) argument
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/
H A Dia_css_de.host.c30 struct sh_css_isp_de_params *to, in ia_css_de_encode()

12345678910>>...39