Home
last modified time | relevance | path

Searched refs:posp (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/lib/
H A Ddecompress_unlz4.c80 if (posp) in unlz4()
81 *posp = 0; in unlz4()
102 if (posp) in unlz4()
103 *posp += 4; in unlz4()
126 if (posp) in unlz4()
127 *posp += 4; in unlz4()
136 if (posp) in unlz4()
137 *posp += 4; in unlz4()
178 if (posp) in unlz4()
179 *posp += chunksize; in unlz4()
[all …]
H A Ddecompress_unlzo.c100 u8 *output, long *posp, in unlzo() argument
140 if (posp) in unlzo()
141 *posp = 0; in unlzo()
167 if (posp) in unlzo()
168 *posp = skip; in unlzo()
187 if (posp) in unlzo()
188 *posp += 4; in unlzo()
247 if (posp) in unlzo()
248 *posp += src_len + 12; in unlzo()
H A Ddecompress_unlzma.c541 long *posp, in unlzma() argument
653 if (posp) in unlzma()
654 *posp = rc.ptr-rc.buffer; in unlzma()
674 long *posp, in __decompress() argument
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
/openbmc/linux/include/linux/decompress/
H A Dunlzma.h9 long *posp,
H A Dgeneric.h9 long *posp,
/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c111 unsigned long *posp) in config_reg_helper() argument
119 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in config_reg_helper()
122 *posp = crp->reg_width; in config_reg_helper()
124 *posp -= crp->var_field_width[k]; in config_reg_helper()
/openbmc/linux/fs/nilfs2/
H A Dioctl.c288 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_cpinfo() argument
294 ret = nilfs_cpfile_get_cpinfo(nilfs->ns_cpfile, posp, flags, buf, in nilfs_ioctl_do_get_cpinfo()
355 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_suinfo() argument
361 ret = nilfs_sufile_get_suinfo(nilfs->ns_sufile, *posp, buf, size, in nilfs_ioctl_do_get_suinfo()
422 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_vinfo() argument
449 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_bdescs() argument
/openbmc/linux/fs/hpfs/
H A Ddnode.c844 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, in map_pos_dirent() argument
857 pos = *posp; in map_pos_dirent()
865 if (!(++*posp & 077)) { in map_pos_dirent()
868 (unsigned long long)*posp); in map_pos_dirent()
873 *posp = ((loff_t) hpfs_de_as_down_as_possible(inode->i_sb, de_down_pointer(d)) << 4) + 1; in map_pos_dirent()
892 *posp = ((loff_t) le32_to_cpu(dnode->up) << 4) + c; in map_pos_dirent()
903 *posp = 12; in map_pos_dirent()
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c142 unsigned int *posp) in sh_pfc_config_reg_helper() argument
150 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper()
153 *posp = crp->reg_width; in sh_pfc_config_reg_helper()
155 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper()
/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.c203 unsigned int *posp) in sh_pfc_config_reg_helper() argument
211 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper()
214 *posp = crp->reg_width; in sh_pfc_config_reg_helper()
216 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper()
/openbmc/linux/net/netlink/
H A Daf_netlink.c2661 static void *netlink_seq_start(struct seq_file *seq, loff_t *posp) in netlink_seq_start() argument
2672 for (pos = *posp; pos && obj && !IS_ERR(obj); pos--) in netlink_seq_start()