Lines Matching defs:bufsz
200 int bufsz = sizeof(buf); in iwl_dbgfs_tx_pwr_lmt_read() local
217 int bufsz = sizeof(buf); in iwl_dbgfs_pm_params_read() local
235 int bufsz = sizeof(buf); in iwl_dbgfs_mac_params_read() local
460 const size_t bufsz = sizeof(buf); in iwl_dbgfs_bf_params_read() local
576 const size_t bufsz = sizeof(buf); in iwl_dbgfs_tof_enable_read() local
793 const size_t bufsz = sizeof(buf); in iwl_dbgfs_tof_responder_params_read() local
991 const size_t bufsz = sizeof(buf); in iwl_dbgfs_tof_range_request_read() local
1121 const size_t bufsz = sizeof(buf); in iwl_dbgfs_tof_range_req_ext_read() local
1191 const size_t bufsz = sizeof(buf); in iwl_dbgfs_tof_range_abort_read() local
1212 const size_t bufsz = sizeof(struct iwl_tof_range_rsp_ntfy) + 256; in iwl_dbgfs_tof_range_response_read() local
1366 #define MVM_DEBUGFS_WRITE_FILE_OPS(name, bufsz) \ argument
1368 #define MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, bufsz) \ argument