Home
last modified time | relevance | path

Searched refs:to_offset (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_common.c39 size_t to_offset, in vidtv_memcpy() argument
44 if (unlikely(to_offset + len > to_size)) { in vidtv_memcpy()
46 to_offset + len, in vidtv_memcpy()
51 memcpy(to + to_offset, from, len); in vidtv_memcpy()
75 size_t to_offset, in vidtv_memset() argument
80 if (unlikely(to_offset + len > to_size)) { in vidtv_memset()
82 to_offset + len, in vidtv_memset()
87 memset(to + to_offset, c, len); in vidtv_memset()
H A Dvidtv_common.h21 size_t to_offset,
27 size_t to_offset,
H A Dvidtv_pes.c183 static u32 vidtv_pes_write_pcr_bits(u8 *to, u32 to_offset, u64 pcr) in vidtv_pes_write_pcr_bits() argument
188 u8 *buf = to + to_offset; in vidtv_pes_write_pcr_bits()
/linux/net/sched/
H A Dem_text.c20 u16 to_offset; member
45 to += tm->to_offset; in em_text_match()
65 conf->from_offset > conf->to_offset) in em_text_change()
94 tm->to_offset = conf->to_offset; in em_text_change()
120 conf.to_offset = tm->to_offset; in em_text_dump()
/linux/net/netfilter/
H A Dxt_string.c32 conf->to_offset, conf->config) in string_mt()
45 if (conf->from_offset > conf->to_offset) in string_mt_check()
H A Dnft_set_pipapo.c1583 unsigned int to_offset, bool is_last) argument
1594 mt[i].to -= to_offset;
/linux/include/uapi/linux/tc_ematch/
H A Dtc_em_text.h13 __u16 to_offset; member
/linux/include/uapi/linux/netfilter/
H A Dxt_string.h17 __u16 to_offset; member
/linux/drivers/misc/bcm-vk/
H A Dbcm_vk.h269 u32 to_offset; /* bar offset to use */ member
H A Dbcm_vk_tty.c145 vktty->to_offset = TO_TTYK_BASE(index); in bcm_vk_tty_open()