• Home
  • Raw
  • Download

Lines Matching refs:ppos

20 				       size_t count, loff_t *ppos)  in read_file_tgt_int_stats()  argument
67 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_tgt_int_stats()
78 size_t count, loff_t *ppos) in read_file_tgt_tx_stats() argument
137 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_tgt_tx_stats()
148 size_t count, loff_t *ppos) in read_file_tgt_rx_stats() argument
183 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_tgt_rx_stats()
194 size_t count, loff_t *ppos) in read_file_xmit() argument
235 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_xmit()
273 size_t count, loff_t *ppos) in read_file_recv() argument
351 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_recv()
367 size_t count, loff_t *ppos) in read_file_slot() argument
391 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_slot()
402 size_t count, loff_t *ppos) in read_file_queue() argument
437 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_queue()
449 size_t count, loff_t *ppos) in read_file_debug() argument
457 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_debug()
461 size_t count, loff_t *ppos) in write_file_debug() argument
490 size_t count, loff_t *ppos) in read_file_base_eeprom() argument
625 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_base_eeprom()
640 size_t count, loff_t *ppos) in read_4k_modal_eeprom() argument
709 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_4k_modal_eeprom()
719 size_t count, loff_t *ppos) in read_def_modal_eeprom() argument
817 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_def_modal_eeprom()
827 size_t count, loff_t *ppos) in read_9287_modal_eeprom() argument
889 retval = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_9287_modal_eeprom()
898 size_t count, loff_t *ppos) in read_file_modal_eeprom() argument
903 return read_4k_modal_eeprom(file, user_buf, count, ppos); in read_file_modal_eeprom()
905 return read_def_modal_eeprom(file, user_buf, count, ppos); in read_file_modal_eeprom()
907 return read_9287_modal_eeprom(file, user_buf, count, ppos); in read_file_modal_eeprom()