Searched refs:to_offset (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_common.c24 * @to_offset: Starting position of the @to buffer to be filled.
28 * into @to+ @to_offset buffer.
39 size_t to_offset,
44 if (unlikely(to_offset + len > to_size)) {
46 to_offset + len,
51 memcpy(to + to_offset, from, len);
60 * @to_offset: Starting position of the @to buffer to be filled.
64 * into @to+ @to_offset buffer.
75 size_t to_offset,
80 if (unlikely(to_offset
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...]
H A Dvidtv_common.h21 size_t to_offset,
27 size_t to_offset,
H A Dvidtv_ts.c20 static u32 vidtv_ts_write_pcr_bits(u8 *to, u32 to_offset, u64 pcr) argument
25 u8 *buf = to + to_offset;
H A Dvidtv_pes.c183 static u32 vidtv_pes_write_pcr_bits(u8 *to, u32 to_offset, u64 pcr) argument
188 u8 *buf = to + to_offset;
/linux-master/include/uapi/linux/tc_ematch/
H A Dtc_em_text.h13 __u16 to_offset; member in struct:tcf_em_text
/linux-master/include/uapi/linux/netfilter/
H A Dxt_string.h17 __u16 to_offset; member in struct:xt_string_info
/linux-master/net/sched/
H A Dem_text.c20 u16 to_offset; member in struct:text_match
38 to += tm->to_offset;
58 conf->from_offset > conf->to_offset)
87 tm->to_offset = conf->to_offset;
113 conf.to_offset = tm->to_offset;
/linux-master/net/netfilter/
H A Dxt_string.c32 conf->to_offset, conf->config)
45 if (conf->from_offset > conf->to_offset)
H A Dnft_set_pipapo.c1560 * @to_offset: First rule index, in next field, this group of rules maps to
1594 unsigned int to_offset, bool is_last)
1605 mt[i].to -= to_offset;
1592 pipapo_unmap(union nft_pipapo_map_bucket *mt, unsigned int rules, unsigned int start, unsigned int n, unsigned int to_offset, bool is_last) argument
/linux-master/drivers/md/dm-vdo/indexer/
H A Ddelta-index.c602 static void move_bits_down(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) argument
611 count = (MAX_BIG_FIELD_BITS - ((to_offset + MAX_BIG_FIELD_BITS) % BITS_PER_TYPE(u32)));
613 set_big_field(field, to, to_offset, count);
615 to_offset += count;
621 destination = to + to_offset / BITS_PER_BYTE;
627 to_offset += BITS_PER_TYPE(u32);
634 set_big_field(field, to, to_offset, size);
642 static void move_bits_up(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) argument
651 count = (to_offset + size) % BITS_PER_TYPE(u32);
655 set_big_field(field, to, to_offset
681 move_bits(const u8 *from, u64 from_offset, u8 *to, u64 to_offset, u32 size) argument
[all...]
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c145 vktty->to_offset = TO_TTYK_BASE(index);
H A Dbcm_vk.h269 u32 to_offset; /* bar offset to use */ member in struct:bcm_vk_tty
/linux-master/drivers/nvdimm/
H A Dpmem.c59 static phys_addr_t to_offset(struct pmem_device *pmem, sector_t sector) function
170 phys_addr_t pmem_off = to_offset(pmem, sector);
185 phys_addr_t pmem_off = to_offset(pmem, sector);

Completed in 321 milliseconds