Searched refs:r_off (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/common_modules/tzdriver/tlogger/ |
H A D | tlogger.c | 160 uint32_t r_off; member 320 if (*log_last_pos == reader->r_off && in get_last_read_pos() 331 if (reader->r_off > log_flag->max_len) { in get_last_read_pos() 333 reader->r_off, log_flag->max_len); in get_last_read_pos() 359 g_last_read_offset = reader->r_off; in proc_read_ret() 393 buffer_flag->max_len, reader->r_off, log_last_pos); in trigger_parse_log() 396 &reader->r_off, &user_buffer_left); in trigger_parse_log() 403 (reader->r_off < log_last_pos))) { in trigger_parse_log() 404 reader->r_off = log_last_pos; in trigger_parse_log() 409 buffer_flag->max_len, reader->r_off, buffer_fla in trigger_parse_log() [all...] |
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | bpf_jit.h | 52 #define r_off MIPS_R_S2 macro
|
H A D | bpf_jit.c | 33 * r_off Offset 720 emit_load_imm(r_off, k, ctx); in build_body() 729 emit_reg_move(MIPS_R_A1, r_off, ctx); in build_body() 755 emit_addiu(r_off, r_X, k, ctx); in build_body()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | pcie_bus.c | 522 wil->suspend_stats.r_off.successful_suspends++; in wil6210_suspend() 556 wil->suspend_stats.r_off.failed_resumes++; in wil6210_resume() 564 wil->suspend_stats.r_off.successful_resumes++; in wil6210_resume()
|
H A D | pm.c | 327 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off() 340 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off()
|
H A D | debugfs.c | 2253 wil->suspend_stats.r_off.successful_suspends, in wil_read_suspend_stats() 2254 wil->suspend_stats.r_off.failed_suspends, in wil_read_suspend_stats() 2255 wil->suspend_stats.r_off.successful_resumes, in wil_read_suspend_stats() 2256 wil->suspend_stats.r_off.failed_resumes, in wil_read_suspend_stats()
|
H A D | wil6210.h | 110 struct wil_suspend_count_stats r_off; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | pcie_bus.c | 524 wil->suspend_stats.r_off.successful_suspends++; in wil6210_suspend() 558 wil->suspend_stats.r_off.failed_resumes++; in wil6210_resume() 566 wil->suspend_stats.r_off.successful_resumes++; in wil6210_resume()
|
H A D | pm.c | 327 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off() 340 wil->suspend_stats.r_off.failed_suspends++; in wil_suspend_radio_off()
|
H A D | debugfs.c | 2221 wil->suspend_stats.r_off.successful_suspends, in wil_read_suspend_stats() 2222 wil->suspend_stats.r_off.failed_suspends, in wil_read_suspend_stats() 2223 wil->suspend_stats.r_off.successful_resumes, in wil_read_suspend_stats() 2224 wil->suspend_stats.r_off.failed_resumes, in wil_read_suspend_stats()
|
H A D | wil6210.h | 112 struct wil_suspend_count_stats r_off; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 645 u32 r_off = 0x2c; in rtw8822c_dac_cal_backup_path() local 658 r_addr = rtw8822c_get_path_read_addr(path) + 0x10 + r_off; in rtw8822c_dac_cal_backup_path() 820 u32 r_off = 0x2c; in rtw8822c_dac_cal_restore_path() local 828 r_q = rtw8822c_get_path_read_addr(path) + 0x08 + r_off; in rtw8822c_dac_cal_restore_path()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.c | 672 u32 r_off = 0x2c; in rtw8822c_dac_cal_backup_path() local 685 r_addr = rtw8822c_get_path_read_addr(path) + 0x10 + r_off; in rtw8822c_dac_cal_backup_path() 847 u32 r_off = 0x2c; in rtw8822c_dac_cal_restore_path() local 855 r_q = rtw8822c_get_path_read_addr(path) + 0x08 + r_off; in rtw8822c_dac_cal_restore_path()
|
Completed in 36 milliseconds