Lines Matching defs:ppos
24 size_t count, loff_t *ppos)
46 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
50 size_t count, loff_t *ppos)
80 loff_t *ppos)
109 size_t count, loff_t *ppos)
121 size_t count, loff_t *ppos)
155 size_t count, loff_t *ppos)
182 ret = simple_read_from_buffer(user_buf, count, ppos, ptr, len);
190 size_t count, loff_t *ppos)
222 size_t count, loff_t *ppos)
233 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
245 loff_t *ppos)
289 size_t count, loff_t *ppos)
308 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
314 size_t count, loff_t *ppos)
351 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
356 size_t count, loff_t *ppos)
369 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
374 size_t count, loff_t *ppos)
399 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
407 size_t count, loff_t *ppos)
440 ret = simple_read_from_buffer(user_buf, count, ppos, buff, desc);
450 loff_t *ppos)
483 size_t count, loff_t *ppos)
493 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
498 size_t count, loff_t *ppos)
510 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
514 size_t count, loff_t *ppos)
541 size_t count, loff_t *ppos)
568 ret = simple_read_from_buffer(user_buf, count, ppos, buff, pos - buff);
576 size_t count, loff_t *ppos)
752 ret = simple_read_from_buffer(user_buf, count, ppos, buff, pos - buff);
760 size_t count, loff_t *ppos)
776 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos);
789 loff_t *ppos)
977 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos);
986 size_t count, loff_t *ppos)
1073 ret = simple_read_from_buffer(user_buf, count, ppos, buff, pos - buff);
1081 loff_t *ppos,
1140 ret = simple_read_from_buffer(user_buf, count, ppos, buff, pos - buff);
1148 loff_t *ppos)
1152 return iwl_dbgfs_frame_stats_read(mvm, user_buf, count, ppos,
1157 size_t count, loff_t *ppos)
1186 size_t count, loff_t *ppos)
1204 size_t count, loff_t *ppos)
1219 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1224 size_t count, loff_t *ppos)
1250 loff_t *ppos)
1297 loff_t *ppos)
1439 loff_t *ppos)
1450 loff_t *ppos)
1461 size_t count, loff_t *ppos)
1475 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1480 loff_t *ppos)
1504 loff_t *ppos)
1520 loff_t *ppos)
1534 loff_t *ppos)
1569 char *buf, size_t buf_size, loff_t *ppos)
1586 ret = real(link_sta, mvmsta, mvm, mvm_link_sta, buf, buf_size, ppos);
1601 char __user *user_buf, size_t count, loff_t *ppos)
1618 ret = real(link_sta, mvmsta, mvm, mvm_link_sta, user_buf, count, ppos);
1628 size_t count, loff_t *ppos) \
1638 buf, buf_size, ppos); \
1644 size_t count, loff_t *ppos) \
1648 user_buf, count, ppos); \
1686 size_t count, loff_t *ppos)
1700 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1705 size_t count, loff_t *ppos)
1727 size_t count, loff_t *ppos)
1761 size_t count, loff_t *ppos)
1819 size_t count, loff_t *ppos)
1831 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
1836 size_t count, loff_t *ppos)
1852 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
1857 char *buf, size_t count, loff_t *ppos)
1888 size_t count, loff_t *ppos)
1918 size_t count, loff_t *ppos)
1950 return simple_read_from_buffer(user_buf, count, ppos, buf, pos);
2002 size_t count, loff_t *ppos)
2018 hcmd.id = WIDE_ID(DEBUG_GROUP, *ppos >> 24 ? UMAC_RD_WR : LMAC_RD_WR);
2022 delta = *ppos & 0x3;
2023 cmd.addr = cpu_to_le32(*ppos - delta);
2054 *ppos += ret;
2063 loff_t *ppos)
2077 hcmd.id = WIDE_ID(DEBUG_GROUP, *ppos >> 24 ? UMAC_RD_WR : LMAC_RD_WR);
2079 if (*ppos & 0x3 || count < 4) {
2081 len = min(count, (size_t)(4 - (*ppos & 0x3)));
2096 cmd->addr = cpu_to_le32(*ppos);
2127 *ppos += ret;