Searched refs:tcpa_event (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm_bios.c59 struct tcpa_event { struct
156 struct tcpa_event *event;
162 if ((addr + sizeof(struct tcpa_event)) < limit) {
165 addr += sizeof(struct tcpa_event) + event->event_size;
170 if ((addr + sizeof(struct tcpa_event)) >= limit)
176 ((addr + sizeof(struct tcpa_event) + event->event_size) >= limit))
185 struct tcpa_event *event = v;
189 v += sizeof(struct tcpa_event) + event->event_size;
192 if ((v + sizeof(struct tcpa_event)) >= limit)
201 ((v + sizeof(struct tcpa_event)
[all...]

Completed in 17 milliseconds