Searched refs:posp (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/ |
| H A D | decompress_unlz4.c | 34 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 D | decompress_unlzo.c | 100 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 D | decompress_unlzma.c | 543 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 D | unlzma.h | 9 long *posp,
|
| H A D | generic.h | 9 long *posp,
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | core.c | 203 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 D | af_netlink.c | 2664 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()
|