Searched refs:from (Results 251 - 275 of 1271) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/hid/
H A Dhid-icade.c48 * < copy of hid_keyboard[] from hid-input.c >
51 * int from;
101 * for (trans = icade_keys; trans->from; trans++) {
102 * int usage = usage_for_key (trans->from);
113 * for (trans = icade_keys; trans->from; trans++) {
115 * usage_for_key (trans->from), trans->to, trans->press);
157 static const struct icade_key *icade_find_translation(u16 from) argument
159 if (from > ICADE_MAX_USAGE)
161 return &icade_usage_table[from];
/linux-master/drivers/mtd/maps/
H A Dphysmap-ixp4xx.c20 * Read/write a 16 bit word from flash address 'addr'.
83 unsigned long from, ssize_t len)
86 void __iomem *src = map->virt + from;
91 if (from & 1) {
82 ixp4xx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
H A Dphysmap-bt1-rom.c46 /* Read data from the next dword. */
58 void *to, unsigned long from,
61 void __iomem *src = map->virt + from;
65 if (len <= 0 || from >= map->size)
69 len = min_t(ssize_t, map->size - from, len);
117 /* Sanity check the device parameters retrieved from DTB. */
57 bt1_rom_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
/linux-master/arch/csky/include/asm/
H A Dpage.h41 extern void *memcpy(void *to, const void *from, size_t l);
44 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
/linux-master/arch/arm/mach-omap2/
H A Domap-headsmp.S36 * OMAP5 specific entry point for secondary CPU to jump from ROM
43 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0
61 wait_2: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0
75 * OMAP4 specific entry point for secondary CPU to jump from ROM
84 smc #0 @ read from AuxCoreBoot0
92 * we've been released from the wait loop,secondary_stack
101 smc #0 @ read from AuxCoreBoot0
129 * we've been released from the wait loop,secondary_stack
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-flash.c47 unsigned long from, ssize_t len)
49 u32 src = from;
65 const void *from, ssize_t len)
67 const u8 *src = from;
46 flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
64 flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
/linux-master/drivers/s390/cio/
H A Didset.c77 /* Clear ids starting from @schid up to end of subchannel set. */
95 void idset_add_set(struct idset *to, struct idset *from) argument
97 int len = min(to->num_ssid * to->num_id, from->num_ssid * from->num_id);
99 bitmap_or(to->bitmap, to->bitmap, from->bitmap, len);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.h32 const struct ia_css_3a_config *from,
/linux-master/include/linux/
H A Dparser.h26 char *from; member in struct:__anon987
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxfrm_info.c15 const struct bpf_xfrm_info___local *from) __ksym;
H A Dget_branch_snapshot.c34 if (gbs_in_range(entries[i].from) && gbs_in_range(entries[i].to))
/linux-master/arch/powerpc/include/asm/
H A Dpage_32.h49 extern void copy_page(void *to, void *from);
/linux-master/fs/dlm/
H A Dast.h25 void dlm_callback_set_last_ptr(struct dlm_callback **from,
/linux-master/arch/mips/cavium-octeon/
H A Dflash_setup.c51 unsigned long from, ssize_t len)
54 inline_map_copy_from(map, to, from, len);
59 const void *from, ssize_t len)
62 inline_map_copy_to(map, to, from, len);
50 octeon_flash_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
58 octeon_flash_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
/linux-master/arch/sparc/include/asm/
H A Dpage_32.h21 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
26 #define copy_user_page(to, from, vaddr, page) \
27 do { copy_page(to, from); \
/linux-master/block/
H A Dholder.c24 static int add_symlink(struct kobject *from, struct kobject *to) argument
26 return sysfs_create_link(from, to, kobject_name(to));
29 static void del_symlink(struct kobject *from, struct kobject *to) argument
31 sysfs_remove_link(from, kobject_name(to));
43 * - from "slaves" directory of the holder @disk to the claimed @bdev
44 * - from "holders" directory of the @bdev to the holder @disk
/linux-master/arch/loongarch/include/asm/
H A Dpage.h36 extern void copy_page(void *to, void *from);
39 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
45 void copy_user_highpage(struct page *to, struct page *from,
/linux-master/arch/mips/include/asm/
H A Dmsa.h58 extern void write_msa_wr_b(unsigned idx, union fpureg *from);
59 extern void write_msa_wr_h(unsigned idx, union fpureg *from);
60 extern void write_msa_wr_w(unsigned idx, union fpureg *from);
61 extern void write_msa_wr_d(unsigned idx, union fpureg *from);
66 * @from: The FPU register union to take the registers value from
69 * Write the value from the FPU register union from into MSA vector
72 static inline void write_msa_wr(unsigned idx, union fpureg *from, argument
77 write_msa_wr_b(idx, from);
[all...]
/linux-master/fs/nilfs2/
H A Ddir.c17 * from
81 static int nilfs_prepare_chunk(struct folio *folio, unsigned int from, argument
84 loff_t pos = folio_pos(folio) + from;
86 return __block_write_begin(&folio->page, pos, to - from, nilfs_get_block);
90 struct address_space *mapping, size_t from, size_t to)
93 loff_t pos = folio_pos(folio) + from;
94 size_t copied, len = to - from;
98 nr_dirty = nilfs_page_count_clean_buffers(&folio->page, from, to);
405 size_t from = offset_in_folio(folio, de); local
406 size_t to = from
89 nilfs_commit_chunk(struct folio *folio, struct address_space *mapping, size_t from, size_t to) argument
434 size_t from, to; local
523 size_t from, to; local
[all...]
/linux-master/net/core/
H A Ddev_addr_lists.c241 /* address on from list is not marked synced */
308 * This function is intended to be called from the ndo_set_rx_mode
361 * This function is intended to be called from the ndo_set_rx_mode
416 * it from device
417 * @list: address list to remove synchronized addresses (references on it) from
422 * __hw_addr_ref_sync_dev(). This function is intended to be called from the
451 * __hw_addr_unsync_dev - Remove synchronized addresses from device
452 * @list: address list to remove synchronized addresses from
457 * This function is intended to be called from the ndo_stop or ndo_open
562 * Get the first (previously created) address from th
733 dev_uc_sync(struct net_device *to, struct net_device *from) argument
763 dev_uc_sync_multiple(struct net_device *to, struct net_device *from) argument
788 dev_uc_unsync(struct net_device *to, struct net_device *from) argument
956 dev_mc_sync(struct net_device *to, struct net_device *from) argument
986 dev_mc_sync_multiple(struct net_device *to, struct net_device *from) argument
1011 dev_mc_unsync(struct net_device *to, struct net_device *from) argument
[all...]
/linux-master/include/linux/mtd/
H A Dmap.h185 private data required by the chip driver is linked from the
256 #define INVALIDATE_CACHED_RANGE(map, from, size) \
257 do { if (map->inval_cache) map->inval_cache(map, from, size); } while (0)
430 static inline void inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
433 memcpy(to, (char *)map->cached + from, len);
435 memcpy_fromio(to, map->virt + from, len);
438 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
440 memcpy_toio(map->virt + to, from, len);
445 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, le
[all...]
/linux-master/drivers/mtd/spi-nor/
H A Dotp.c20 * @addr: offset to read from
235 /* Translate the file offsets from and to OTP regions. */
383 static int spi_nor_mtd_otp_read(struct mtd_info *mtd, loff_t from, size_t len, argument
386 return spi_nor_mtd_otp_read_write(mtd, from, len, retlen, buf, false);
395 static int spi_nor_mtd_otp_erase(struct mtd_info *mtd, loff_t from, size_t len) argument
411 if (from < 0 || (from + len) > spi_nor_otp_size(nor))
415 if (!IS_ALIGNED(len, rlen) || !IS_ALIGNED(from, rlen))
422 ret = spi_nor_mtd_otp_range_is_locked(nor, from, len);
431 region = spi_nor_otp_offset_to_region(nor, from);
448 spi_nor_mtd_otp_lock(struct mtd_info *mtd, loff_t from, size_t len) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Duaccess.h8 * Derived from "include/asm-i386/uaccess.h"
25 raw_copy_from_user(void *to, const void __user *from, unsigned long n);
28 raw_copy_to_user(void __user *to, const void *from, unsigned long n);
36 _copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key);
39 copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key) argument
42 n = _copy_from_user_key(to, from, n, key);
47 _copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key);
50 copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key) argument
52 if (check_copy_size(from, n, true))
53 n = _copy_to_user_key(to, from,
[all...]
/linux-master/drivers/spi/
H A Dspi-hisi-sfc-v3xx.c190 * memcpy_{to,from}io doesn't gurantee 32b accesses - which we require for the
192 * trailing bytes, copy them byte-by-byte from the DATABUF register, as we
201 void __iomem *from; local
204 from = host->regbase + HISI_SFC_V3XX_CMD_DATABUF0;
209 __ioread32_copy(to, from, words);
216 from += words * 4;
218 val = __raw_readl(from);
224 for (i = 0; i < DIV_ROUND_UP(len, 4); i++, from += 4) {
225 u32 val = __raw_readl(from);
236 const u8 *from, unsigne
235 hisi_sfc_v3xx_write_databuf(struct hisi_sfc_v3xx_host *host, const u8 *from, unsigned int len) argument
[all...]
/linux-master/arch/x86/kvm/svm/
H A Dnested.c157 * We want to see VMMCALLs from a nested guest only when Hyper-V L2 TLB
338 struct vmcb_control_area *from)
343 to->intercepts[i] = from->intercepts[i];
345 to->iopm_base_pa = from->iopm_base_pa;
346 to->msrpm_base_pa = from->msrpm_base_pa;
347 to->tsc_offset = from->tsc_offset;
348 to->tlb_ctl = from->tlb_ctl;
349 to->int_ctl = from->int_ctl;
350 to->int_vector = from->int_vector;
351 to->int_state = from
336 __nested_copy_vmcb_control_to_cache(struct kvm_vcpu *vcpu, struct vmcb_ctrl_area_cached *to, struct vmcb_control_area *from) argument
388 __nested_copy_vmcb_save_to_cache(struct vmcb_save_area_cached *to, struct vmcb_save_area *from) argument
1543 nested_copy_vmcb_cache_to_control(struct vmcb_control_area *dst, struct vmcb_ctrl_area_cached *from) argument
[all...]

Completed in 217 milliseconds

<<11121314151617181920>>