| /include/linux/isdn/ |
| A D | capiutil.h | 19 #define CAPIMSG_U8(m, off) (m[off]) argument 20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument 21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument 33 static inline void capimsg_setu8(void *m, int off, __u8 val) in capimsg_setu8() argument 35 ((__u8 *)m)[off] = val; in capimsg_setu8() 40 ((__u8 *)m)[off] = val & 0xff; in capimsg_setu16() 41 ((__u8 *)m)[off+1] = (val >> 8) & 0xff; in capimsg_setu16() 46 ((__u8 *)m)[off] = val & 0xff; in capimsg_setu32() 47 ((__u8 *)m)[off+1] = (val >> 8) & 0xff; in capimsg_setu32() 48 ((__u8 *)m)[off+2] = (val >> 16) & 0xff; in capimsg_setu32() [all …]
|
| /include/trace/events/ |
| A D | percpu.h | 15 size_t align, void *base_addr, int off, 18 TP_ARGS(call_site, reserved, is_atomic, size, align, base_addr, off, 28 __field( int, off ) 40 __entry->off = off; 50 __entry->base_addr, __entry->off, __entry->ptr, 56 TP_PROTO(void *base_addr, int off, void __percpu *ptr), 58 TP_ARGS(base_addr, off, ptr), 62 __field( int, off ) 68 __entry->off = off; 73 __entry->base_addr, __entry->off, __entry->ptr)
|
| /include/linux/reset/ |
| A D | bcm63xx_pmb.h | 34 u32 off, u32 op) in __bpcm_do_op() argument 39 cmd = (PMC_PMBM_START | op | (addr & 0xff) << 12 | off); in __bpcm_do_op() 59 u32 off, u32 *val) in bpcm_rd() argument 63 ret = __bpcm_do_op(master, addr, off >> 2, PMC_PMBM_READ); in bpcm_rd() 70 u32 off, u32 val) in bpcm_wr() argument 75 ret = __bpcm_do_op(master, addr, off >> 2, PMC_PMBM_WRITE); in bpcm_wr()
|
| /include/linux/mfd/ |
| A D | rz-mtu3.h | 179 u8 rz_mtu3_8bit_ch_read(struct rz_mtu3_channel *ch, u16 off); 180 u16 rz_mtu3_16bit_ch_read(struct rz_mtu3_channel *ch, u16 off); 181 u32 rz_mtu3_32bit_ch_read(struct rz_mtu3_channel *ch, u16 off); 182 u16 rz_mtu3_shared_reg_read(struct rz_mtu3_channel *ch, u16 off); 184 void rz_mtu3_8bit_ch_write(struct rz_mtu3_channel *ch, u16 off, u8 val); 185 void rz_mtu3_16bit_ch_write(struct rz_mtu3_channel *ch, u16 off, u16 val); 186 void rz_mtu3_32bit_ch_write(struct rz_mtu3_channel *ch, u16 off, u32 val); 187 void rz_mtu3_shared_reg_write(struct rz_mtu3_channel *ch, u16 off, u16 val); 188 void rz_mtu3_shared_reg_update_bit(struct rz_mtu3_channel *ch, u16 off,
|
| /include/net/netfilter/ |
| A D | nf_conntrack_seqadj.h | 35 s32 off); 37 __be32 seq, s32 off); 39 enum ip_conntrack_info ctinfo, s32 off);
|
| /include/linux/ |
| A D | filter.h | 153 .off = 0, \ 163 .off = 0, \ 173 .off = 0, \ 181 .off = 0, \ 210 .off = 0, \ 218 .off = 0, \ 245 .off = 0, \ 272 .off = 0, \ 278 .off = 0, \ 292 .off = 0, \ [all …]
|
| A D | bitmap-str.h | 10 loff_t off, size_t count); 12 loff_t off, size_t count);
|
| A D | compiler.h | 152 # define RELOC_HIDE(ptr, off) \ argument 155 (typeof(ptr)) (__ptr + (off)); }) 265 static inline void *offset_to_ptr(const int *off) in offset_to_ptr() argument 267 return (void *)((unsigned long)off + *off); in offset_to_ptr()
|
| A D | compiler-gcc.h | 31 #define RELOC_HIDE(ptr, off) \ argument 35 (typeof(ptr)) (__ptr + (off)); \
|
| A D | icmp.h | 41 int thlen, int off);
|
| A D | vfio_pci_core.h | 23 #define VFIO_PCI_OFFSET_TO_INDEX(off) (off >> VFIO_PCI_OFFSET_SHIFT) argument 135 loff_t off, size_t count, size_t x_start,
|
| /include/net/tc_act/ |
| A D | tc_pedit.h | 111 u32 off; in tcf_pedit_offset() local 115 off = parms->tcfp_keys[index].off; in tcf_pedit_offset() 118 return off; in tcf_pedit_offset()
|
| /include/linux/ceph/ |
| A D | striper.h | 11 u64 off, u64 len, 36 int ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, 42 int ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len,
|
| A D | libceph.h | 180 static inline int calc_pages_for(u64 off, u64 len) in calc_pages_for() argument 182 return ((off+len+PAGE_SIZE-1) >> PAGE_SHIFT) - in calc_pages_for() 183 (off >> PAGE_SHIFT); in calc_pages_for() 322 loff_t off, size_t len); 323 extern void ceph_zero_page_vector_range(int off, int len, struct page **pages);
|
| /include/net/ |
| A D | udplite.h | 69 const int off = skb_transport_offset(skb); in udplite_csum() local 71 int len = skb->len - off; in udplite_csum() 84 return skb_checksum(skb, off, len, 0); in udplite_csum()
|
| A D | gro.h | 320 unsigned int off, size_t hdrlen, in skb_gro_remcsum_process() argument 331 NAPI_GRO_CB(skb)->gro_remcsum_start = off + hdrlen + start; in skb_gro_remcsum_process() 335 ptr = skb_gro_header(skb, off + plen, off); in skb_gro_remcsum_process() 345 grc->offset = off + hdrlen + offset; in skb_gro_remcsum_process() 429 unsigned int hlen, off; in udp_gro_udphdr() local 431 off = skb_gro_offset(skb); in udp_gro_udphdr() 432 hlen = off + sizeof(*uh); in udp_gro_udphdr() 433 uh = skb_gro_header(skb, hlen, off); in udp_gro_udphdr() 500 int off = skb_transport_offset(p); in gro_receive_network_flush() local 503 flush = __gro_receive_network_flush(th, th2, p, off - NAPI_GRO_CB(p)->network_offset, encap_mark); in gro_receive_network_flush() [all …]
|
| /include/uapi/linux/tc_ematch/ |
| A D | tc_em_nbyte.h | 9 __u16 off; member
|
| A D | tc_em_cmp.h | 11 __u16 off; member
|
| /include/asm-generic/ |
| A D | syscalls.h | 22 unsigned long fd, unsigned long off);
|
| /include/linux/firmware/cirrus/ |
| A D | cs_dsp.h | 247 int cs_dsp_coeff_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 249 int cs_dsp_coeff_lock_and_write_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 251 int cs_dsp_coeff_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off, 253 int cs_dsp_coeff_lock_and_read_ctrl(struct cs_dsp_coeff_ctl *ctl, unsigned int off,
|
| /include/uapi/linux/ |
| A D | cachefiles.h | 58 __u64 off; member
|
| A D | mman.h | 47 __u64 off; member
|
| /include/uapi/linux/tc_act/ |
| A D | tc_pedit.h | 55 __u32 off; /*offset */ member
|
| /include/crypto/ |
| A D | algapi.h | 220 static inline u32 crypto_requires_off(struct crypto_attr_type *algt, u32 off) in crypto_requires_off() argument 222 return (algt->type ^ off) & algt->mask & off; in crypto_requires_off()
|
| /include/video/ |
| A D | pm3fb.h | 70 #define PM3ByApertureMode_PATCH_OFFSET_X(off) (((off) & 0x7f) << 9) argument 71 #define PM3ByApertureMode_PATCH_OFFSET_Y(off) (((off) & 0x7f) << 16) argument 147 #define PM3VideoControl_PATCH_OFFSET_X(off) (((off) & 0x3f) << 22) argument 148 #define PM3VideoControl_PATCH_OFFSET_Y(off) (((off) & 0x3f) << 28) argument
|