Searched refs:pos (Results 26 - 50 of 60) sorted by relevance

123

/include/trace/events/
H A Dhswadsp.h118 TP_PROTO(unsigned int id, unsigned int pos),
120 TP_ARGS(id, pos),
124 __field( unsigned int, pos )
129 __entry->pos = pos;
133 (unsigned int)__entry->id, (unsigned int)__entry->pos)
138 TP_PROTO(unsigned int id, unsigned int pos),
140 TP_ARGS(id, pos)
146 TP_PROTO(unsigned int id, unsigned int pos),
148 TP_ARGS(id, pos)
[all...]
H A Dext3.h153 TP_PROTO(struct inode *inode, loff_t pos, unsigned int len,
156 TP_ARGS(inode, pos, len, flags),
161 __field( loff_t, pos )
169 __entry->pos = pos;
174 TP_printk("dev %d,%d ino %lu pos %llu len %u flags %u",
177 (unsigned long long) __entry->pos, __entry->len,
182 TP_PROTO(struct inode *inode, loff_t pos, unsigned int len,
185 TP_ARGS(inode, pos, len, copied),
190 __field( loff_t, pos )
[all...]
H A Df2fs.h605 __field(loff_t, pos)
613 __entry->pos = offset;
618 TP_printk("dev = (%d,%d), ino = %lu pos = %lld len = %lu rw = %d",
620 __entry->pos,
635 __field(loff_t, pos)
644 __entry->pos = offset;
650 TP_printk("dev = (%d,%d), ino = %lu pos = %lld len = %lu "
653 __entry->pos,
733 TP_PROTO(struct inode *inode, loff_t pos, unsigned int len,
736 TP_ARGS(inode, pos, le
[all...]
H A Dext4.h245 TP_PROTO(struct inode *inode, loff_t pos, unsigned int len,
248 TP_ARGS(inode, pos, len, flags),
253 __field( loff_t, pos )
261 __entry->pos = pos;
266 TP_printk("dev %d,%d ino %lu pos %lld len %u flags %u",
269 __entry->pos, __entry->len, __entry->flags)
274 TP_PROTO(struct inode *inode, loff_t pos, unsigned int len,
277 TP_ARGS(inode, pos, len, flags)
282 TP_PROTO(struct inode *inode, loff_t pos, unsigne
[all...]
/include/media/
H A Domap3isp.h86 * @pos: position of the lane
90 u8 pos; member in struct:isp_csiphy_lane
/include/linux/
H A Dkdb.h139 extern const char *kdb_walk_kallsyms(loff_t *pos);
141 static inline const char *kdb_walk_kallsyms(loff_t *pos) argument
H A Dicmpv6.h35 u8 code, int pos);
H A Dpci-ats.h8 int pos; /* capability position */ member in struct:pci_ats
H A Dsplice.h38 loff_t pos; /* file position */ member in struct:splice_desc
H A Dpci.h824 int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap);
826 int pci_find_next_ext_capability(struct pci_dev *dev, int pos, int cap);
828 int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap);
888 int pcie_capability_read_word(struct pci_dev *dev, int pos, u16 *val);
889 int pcie_capability_read_dword(struct pci_dev *dev, int pos, u32 *val);
890 int pcie_capability_write_word(struct pci_dev *dev, int pos, u16 val);
891 int pcie_capability_write_dword(struct pci_dev *dev, int pos, u32 val);
892 int pcie_capability_clear_and_set_word(struct pci_dev *dev, int pos,
894 int pcie_capability_clear_and_set_dword(struct pci_dev *dev, int pos,
897 static inline int pcie_capability_set_word(struct pci_dev *dev, int pos, argument
903 pcie_capability_set_dword(struct pci_dev *dev, int pos, u32 set) argument
909 pcie_capability_clear_word(struct pci_dev *dev, int pos, u16 clear) argument
915 pcie_capability_clear_dword(struct pci_dev *dev, int pos, u32 clear) argument
[all...]
H A Dres_counter.h69 * @pos: and the offset.
75 const char __user *buf, size_t nbytes, loff_t *pos,
H A Dbitmap.h45 * bitmap_set(dst, pos, nbits) Set specified bit area
46 * bitmap_clear(dst, pos, nbits) Clear specified bit area
47 * bitmap_find_next_zero_area(buf, len, pos, n, mask) Find bit free area
61 * bitmap_release_region(bitmap, pos, order) Free specified bit region
62 * bitmap_allocate_region(bitmap, pos, order) Allocate specified bit region
144 extern void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order);
145 extern int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order);
H A Dfmc.h142 int (*read_ee)(struct fmc_device *fmc, int pos, void *d, int l);
143 int (*write_ee)(struct fmc_device *fmc, int pos, const void *d, int l);
H A Dfs.h350 loff_t pos, unsigned len, unsigned flags,
353 loff_t pos, unsigned len, unsigned copied,
389 loff_t pos, unsigned len, unsigned flags,
393 loff_t pos, unsigned len, unsigned copied,
1473 loff_t pos; member in struct:dir_context
2271 static inline int generic_write_sync(struct file *file, loff_t pos, loff_t count) argument
2275 return vfs_fsync_range(file, pos, pos + count - 1,
2460 int generic_write_checks(struct file *file, loff_t *pos, size_t *count, int isblk);
2625 loff_t pos, unsigne
[all...]
H A Dbuffer_head.h214 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
216 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
H A Dnfs_fs.h451 loff_t pos);
454 loff_t pos);
H A Dpnp.h468 int compare_pnp_id(struct pnp_id *pos, const char *id);
499 static inline int compare_pnp_id(struct pnp_id *pos, const char *id) { return -ENODEV; } argument
/include/net/
H A Dnetlink.h422 * @pos: loop counter, set to current attribute
427 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \
428 nla_for_each_attr(pos, nlmsg_attrdata(nlh, hdrlen), \
590 * @pos: loop counter, set to current message
595 #define nlmsg_for_each_msg(pos, head, len, rem) \
596 for (pos = head, rem = len; \
597 nlmsg_ok(pos, rem); \
598 pos = nlmsg_next(pos, &(rem)))
1169 * @pos
[all...]
H A Dping.h97 void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family);
98 void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos);
/include/net/caif/
H A Dcfpkt.h155 * pos: Position to split packet in two parts.
158 struct cfpkt *cfpkt_split(struct cfpkt *pkt, u16 pos);
/include/xen/interface/io/
H A Dkbdif.h74 struct xenkbd_position pos; member in union:xenkbd_in_event
/include/sound/
H A Dinfo.h56 size_t count, loff_t pos);
59 size_t count, loff_t pos);
/include/linux/crush/
H A Dcrush.h187 extern int crush_get_bucket_item_weight(const struct crush_bucket *b, int pos);
/include/linux/input/
H A Dmt.h122 const struct input_mt_pos *pos, int num_pos);
/include/uapi/drm/
H A Dexynos_drm.h206 * @pos: property of image position(src-cropped,dst-scaler).
214 struct drm_exynos_pos pos; member in struct:drm_exynos_ipp_config

Completed in 475 milliseconds

123