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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhpet.c569 static int hpet_is_known(struct hpet_data *hdp) argument
574 if (hpetp->hp_hpet_phys == hdp->hd_phys_address)
805 int hpet_alloc(struct hpet_data *hdp) argument
822 if (hpet_is_known(hdp)) {
828 siz = sizeof(struct hpets) + ((hdp->hd_nirqs - 1) *
837 hpetp->hp_hpet = hdp->hd_address;
838 hpetp->hp_hpet_phys = hdp->hd_phys_address;
840 hpetp->hp_ntimer = hdp->hd_nirqs;
842 for (i = 0; i < hdp->hd_nirqs; i++)
843 hpetp->hp_dev[i].hd_hdwirq = hdp
919 struct hpet_data *hdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dinode.c576 struct hs_volume_descriptor * hdp; local
584 hdp = (struct hs_volume_descriptor *)bh->b_data;
587 * ISO CDs can match hdp->id==HS_STANDARD_ID as well. To ensure
624 if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) {
625 if (isonum_711 (hdp->type) != ISO_VD_PRIMARY)

Completed in 103 milliseconds