Searched refs:to (Results 401 - 425 of 1529) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/mtd/
H A Dmtdconcat.c25 * Subdev points to an array of pointers to struct mtd_info objects
36 * how to calculate the size required for the above structure,
37 * including the pointer array subdev points to:
43 * Given a pointer to the MTD object in the mtd_concat structure,
44 * we can retrieve the pointer to that structure with this macro.
50 * effective address and pass through to the subdevice.
106 concat_panic_write(struct mtd_info *mtd, loff_t to, size_t len, argument
116 if (to >= subdev->size) {
117 to
147 concat_write(struct mtd_info *mtd, loff_t to, size_t len, size_t * retlen, const u_char * buf) argument
185 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t * retlen) argument
317 concat_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops) argument
[all...]
/linux-master/arch/s390/kvm/
H A Dtrace-s390.h14 * The TRACE_SYSTEM_VAR defaults to TRACE_SYSTEM, but must be a
15 * legitimate C variable. It is not exported to user space.
288 TP_PROTO(__u8 isc, __u16 from, __u16 to),
289 TP_ARGS(isc, from, to),
294 __field(__u16, to)
300 __entry->to = to;
303 TP_printk("for isc %x, modifying interruption mode from %s to %s",
309 (__entry->to == KVM_S390_AIS_MODE_ALL) ?
311 (__entry->to
[all...]
/linux-master/fs/smb/server/
H A Dunicode.c17 * cifs_mapchar() - convert a host-endian char to proper char in codepage
20 * @cp: codepage to which character should be converted
21 * @mapchar: should character be mapped according to mapchars mount option?
24 * responsibility of the caller to ensure that the target buffer is large
25 * enough to hold the result of the conversion (at least NLS_MAX_CHARSET_SIZE).
42 * BB: Cannot handle remapping UNI_SLASH until all the calls to
96 * @from: pointer to input string
101 * be after being converted to the given charset, not including any null
137 * smb_from_utf16() - convert utf16le string to local charset
138 * @to
160 smb_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, const struct nls_table *codepage, bool mapchar) argument
233 smb_strtoUTF16(__le16 *to, const char *from, int len, const struct nls_table *codepage) argument
[all...]
/linux-master/drivers/mtd/hyperbus/
H A Dhbmc-am654.c73 static int am654_hbmc_dma_read(struct am654_hbmc_device_priv *priv, void *to, argument
84 if (!priv->rx_chan || !virt_addr_valid(to) || object_is_on_stack(to))
87 dma_dst = dma_map_single(rx_chan->device->dev, to, len, DMA_FROM_DEVICE);
124 static void am654_hbmc_read(struct hyperbus_device *hbdev, void *to, argument
129 if (len < SZ_1K || am654_hbmc_dma_read(priv, to, from, len))
130 memcpy_fromio(to, hbdev->map.virt + from, len);
187 dev_err(dev, "Failed to select HBMC mux\n");
218 dev_err(dev, "failed to register controller\n");
H A Drpc-if.c46 static void rpcif_hb_prepare_read(struct rpcif *rpc, void *to, argument
57 op.data.buf.in = to;
62 static void rpcif_hb_prepare_write(struct rpcif *rpc, unsigned long to, argument
68 op.addr.val = to >> 1;
100 static void rpcif_hb_copy_from(struct hyperbus_device *hbdev, void *to, argument
106 rpcif_hb_prepare_read(&hyperbus->rpc, to, from, len);
108 rpcif_dirmap_read(hyperbus->rpc.dev, from, len, to);
H A Dhyperbus-core.c40 static void hyperbus_copy_from(struct map_info *map, void *to, argument
46 ctlr->ops->copy_from(hbdev, to, from, len);
49 static void hyperbus_copy_to(struct map_info *map, unsigned long to, argument
55 ctlr->ops->copy_to(hbdev, to, from, len);
120 dev_err(dev, "failed to register mtd device\n");
/linux-master/tools/perf/util/
H A Dstring.c57 /* we want the cases to match */
160 * @str: the target string to match
161 * @pat: the pattern string to match
165 * also supported). Also, this supports escape character ('\') to use special
182 * @str: the target string to match
183 * @pat: the pattern string to match
185 * This is similar to strglobmatch, except this ignores spaces in
195 * @s1: 1st string to be compared
196 * @s2: 2nd string to be compared
315 char *new_s, *to; local
[all...]
/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c38 * Deliver read data back to initiator.
62 void *to = NULL; local
77 * Setup to use first mem list entry, unless no data.
87 /* no scatter/gather in skb for odd word length due to fc_seq_send() */
107 * , then allow 'frame_len' to be as big as 'lso_max'
116 to = fc_frame_payload_get(fp, 0);
121 * driver to indicate HW about max frame size, so that
146 memcpy(to, from, tlen);
148 to += tlen;
165 pr_info_ratelimited("%s: Failed to sen
211 void *to; local
[all...]
/linux-master/arch/um/kernel/
H A Dprocess.c47 /* FIXME: Need to look up userspace_pid by cpu */
85 extern void arch_switch_to(struct task_struct *to);
87 void *__switch_to(struct task_struct *from, struct task_struct *to) argument
89 to->thread.prev_sched = from;
90 set_current(to);
92 switch_threads(&from->thread.switch_buf, &to->thread.switch_buf);
118 * and being longjmp-d to.
147 * XXX: if interrupt_end() calls schedule, this call to
148 * arch_switch_to isn't needed. We could want to apply this to
253 copy_to_user_proc(void __user *to, void *from, int size) argument
258 copy_from_user_proc(void *to, void __user *from, int size) argument
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c24 host_max = map->host + (map->to - map->from);
35 tmp_max = map->host + (map->to - map->from);
55 wil_err(wil, "fail to obtain crash dump size\n");
75 /* copy to crash dump area */
83 len = map->to - map->from;
105 wil_err(wil, "fail to get fw dump size\n");
/linux-master/net/ipv6/ila/
H A Dila.h79 static inline __wsum compute_csum_diff8(const __be32 *from, const __be32 *to) argument
82 ~from[0], ~from[1], to[0], to[1],
/linux-master/arch/csky/include/asm/
H A Duaccess.h195 unsigned long raw_copy_from_user(void *to, const void *from, unsigned long n);
196 unsigned long raw_copy_to_user(void *to, const void *from, unsigned long n);
198 unsigned long __clear_user(void __user *to, unsigned long n);
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dkup.h100 static __always_inline void allow_user_access(void __user *to, const void __user *from, argument
108 current->thread.kuap = (__force u32)to;
109 uaccess_begin_32s((__force u32)to);
/linux-master/arch/arm/kernel/
H A Dentry-header.S30 * (due to slow/fast restore user regs).
63 * switching to the exception stack (SP_main).
66 * empty. Otherwise, SP_main is aligned to 64 bit automatically
74 * When returning to kernel mode, we don't return from exception.
87 @ exception frame because of tail-chaining. So these have to be
91 @ Linux expects to have irqs off. Do it here before taking stack space
104 @ r9 currently points to the memory location just above the auto saved
113 @ store saved r12 using str to have a register to hold the base for stm
123 * PENDSV and SVCALL are configured to hav
[all...]
/linux-master/fs/nilfs2/
H A Ddir.c25 * Big-endian to little-endian byte-swapping/bitmaps by
28 * All code that works with directory layout had been switched to pagecache
82 unsigned int to)
86 return __block_write_begin(&folio->page, pos, to - from, nilfs_get_block);
90 struct address_space *mapping, size_t from, size_t to)
94 size_t copied, len = to - from;
98 nr_dirty = nilfs_page_count_clean_buffers(&folio->page, from, to);
405 size_t to = from + nilfs_rec_len_from_disk(de->rec_len); local
410 err = nilfs_prepare_chunk(folio, from, to);
414 nilfs_commit_chunk(folio, mapping, from, to);
81 nilfs_prepare_chunk(struct folio *folio, unsigned int from, unsigned int to) argument
89 nilfs_commit_chunk(struct folio *folio, struct address_space *mapping, size_t from, size_t to) argument
433 size_t from, to; local
522 size_t from, to; local
[all...]
/linux-master/tools/testing/selftests/
H A Dlib.mk24 # Default to host architecture if ARCH is not explicitly given.
33 $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
58 # $3 - target (assumed to be file); only file name will be emitted;
73 # In order to use newer items that haven't yet been added to the user's system
74 # header files, add $(TOOLS_INCLUDES) to the compiler invocation in each
76 # You may need to add files to that location, or to refresh an existing file. In
77 # order to d
[all...]
/linux-master/arch/arm/include/debug/
H A Dexynos.S14 /* note, for the boot process to work we have to keep the UART
15 * virtual address aligned to an 1MiB boundary for the L1
27 teq \tmp, #0x100 @@ A15 + A7 but boot to A7
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dex.S48 .long nmi_trap_handler /* 1C0 */ ! Allow trap to debugger
53 * away offsets can be manually inserted in to their appropriate
/linux-master/arch/sh/lib/
H A Dmemmove.S26 sub r5,r4 ! From here, r4 has the distance to r0
49 mov r0,r3 ! Save the value on R0 to R3
54 mov r3,r0 ! and back to R0
81 ! First, align to long word boundary
114 ! First, align to long word boundary
172 ! First, align to word boundary
202 ! First, align to long word boundary
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dex.S13 ! convert Exception Vector to Exception Number
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim4 " -S option to load from the command-line together with a trace. You can then
5 " use the usual vim fold commands, such as "za", to open and close nested
/linux-master/arch/riscv/include/asm/
H A Dimage.h16 #error conversion of header fields to LE not yet implemented
44 * @magic2: Magic number 2 (to match the ARM64 'magic' field pos)
47 * The intention is for this header format to be shared between multiple
48 * architectures to avoid a proliferation of image header formats.
/linux-master/fs/ntfs3/
H A DMakefile6 # to check robot warnings
7 ccflags-y += -Wint-to-pointer-cast \
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S18 @ This is a two-instruction NOP, which happens to bear the
38 @ The offset to the PE/COFF header needs to be at offset
43 .long pe_header - start @ Offset to the PE header.
/linux-master/arch/um/include/shared/
H A Dnet_user.h43 extern int net_sendto(int fd, void *buf, int len, void *to, int sock_len);

Completed in 211 milliseconds

<<11121314151617181920>>