Searched refs:last_cc (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/ath/ath5k/ |
D | ani.h | 96 struct ath_cycle_counters last_cc; member
|
D | ani.c | 382 memcpy(&as->last_cc, &common->cc_ani, sizeof(as->last_cc)); in ath5k_hw_ani_get_listen_time()
|
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()
|
/drivers/char/tpm/ |
D | tpm2-space.c | 334 chip->last_cc = cc; in tpm2_prepare_space() 543 rc = tpm2_map_response_header(chip, chip->last_cc, buf, *bufsiz); in tpm2_commit_space() 549 rc = tpm2_map_response_body(chip, chip->last_cc, buf, *bufsiz); in tpm2_commit_space()
|