Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_unlz4.c34 u8 *output, long *posp, in unlz4() argument
80 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()
[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.c543 long *posp, in unlzma() argument
655 if (posp) in unlzma()
656 *posp = rc.ptr-rc.buffer; in unlzma()
676 long *posp, in __decompress() argument
679 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
/linux/include/linux/decompress/
H A Dunlzma.h9 long *posp,
H A Dgeneric.h9 long *posp,
/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()
/linux/net/netlink/
H A Daf_netlink.c2664 static void *netlink_seq_start(struct seq_file *seq, loff_t *posp) in netlink_seq_start() argument
2675 for (pos = *posp; pos && obj && !IS_ERR(obj); pos--) in netlink_seq_start()