Home
last modified time | relevance | path

Searched refs:cpd (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hpfs/
Dmap.c46 struct code_page_data *cpd; in hpfs_load_code_page() local
68 if (!(cpd = hpfs_map_sector(s, cpds, &bh, 0))) return NULL; in hpfs_load_code_page()
69 if ((unsigned)cpd->offs[cpi] > 0x178) { in hpfs_load_code_page()
74 ptr = (char *)cpd + cpd->offs[cpi] + 6; in hpfs_load_code_page()
/linux-2.4.37.9/drivers/telephony/
Dixj.h434 unsigned int cpd:1; /* Chip Power Down */ member
Dixj.c1934 j->sic1.bits.cpd = 0; /* Chip Power Down */ in ixj_pcmcia_cable_check()