Lines Matching refs:ppos
21 size_t count, loff_t *ppos) \
24 return mac80211_format_buffer(userbuf, count, ppos, \
66 size_t count, loff_t *ppos) in key_algorithm_read() argument
74 return simple_read_from_buffer(userbuf, count, ppos, buf, strlen(buf)); in key_algorithm_read()
79 size_t count, loff_t *ppos) in key_tx_spec_read() argument
127 return simple_read_from_buffer(userbuf, count, ppos, buf, len); in key_tx_spec_read()
132 size_t count, loff_t *ppos) in key_rx_spec_read() argument
195 return simple_read_from_buffer(userbuf, count, ppos, buf, len); in key_rx_spec_read()
200 size_t count, loff_t *ppos) in key_replays_read() argument
228 return simple_read_from_buffer(userbuf, count, ppos, buf, len); in key_replays_read()
233 size_t count, loff_t *ppos) in key_icverrors_read() argument
253 return simple_read_from_buffer(userbuf, count, ppos, buf, len); in key_icverrors_read()
258 size_t count, loff_t *ppos) in key_mic_failures_read() argument
269 return simple_read_from_buffer(userbuf, count, ppos, buf, len); in key_mic_failures_read()
274 size_t count, loff_t *ppos) in key_key_read() argument
288 res = simple_read_from_buffer(userbuf, count, ppos, buf, p - buf); in key_key_read()