Searched refs:last_cc (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | ani.h | 96 struct ath_cycle_counters last_cc; member
|
H A D | ani.c | 382 memcpy(&as->last_cc, &common->cc_ani, sizeof(as->last_cc)); in ath5k_hw_ani_get_listen_time()
|
H A D | debug.c | 714 CC_PRINT(as->last_cc, tx_frame)); in read_file_ani() 717 CC_PRINT(as->last_cc, rx_frame)); in read_file_ani() 720 CC_PRINT(as->last_cc, rx_busy)); in read_file_ani() 723 as->last_cc.cycles); in read_file_ani()
|
/linux/drivers/char/tpm/ |
H A D | tpm2-space.c | 340 chip->last_cc = cc; in tpm2_prepare_space() 549 rc = tpm2_map_response_header(chip, chip->last_cc, buf, *bufsiz); in tpm2_commit_space() 555 rc = tpm2_map_response_body(chip, chip->last_cc, buf, *bufsiz); in tpm2_commit_space()
|
/linux/include/linux/ |
H A D | tpm.h | 199 u32 last_cc; member
|