Searched defs:btype (Results 1 - 5 of 5) sorted by relevance

/drivers/macintosh/
H A Dapm_emu.c38 unsigned long btype = 0; local
60 if (btype == 0)
61 btype = (pmu_batteries[i].flags & PMU_BATT_TYPE_MASK);
72 if (btype == PMU_BATT_TYPE_SMART)
/drivers/media/pci/cx88/
H A Dcx88-mpeg.c598 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) argument
603 if (d->type_id == btype)
/drivers/atm/
H A Dnicstar.c2556 long btype; local
2657 btype = (long)arg; /* a long is the same size as a pointer or bigger */
2658 switch (btype) {
/drivers/video/fbdev/
H A Dcirrusfb.c255 #define CHIP(id, btype) \
256 { PCI_VENDOR_ID_CIRRUS, id, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (btype) }
358 enum cirrus_board btype; member in struct:cirrusfb_info
423 return cinfo->btype == BT_LAGUNA || cinfo->btype == BT_LAGUNAB;
486 maxclock = cirrusfb_board_info[cinfo->btype].maxclock[maxclockidx];
502 switch (cinfo->btype) {
522 if (cinfo->btype == BT_SD64 && info->fix.smem_len <= MB_ &&
697 bi = &cirrusfb_board_info[cinfo->btype];
838 if (cinfo->btype
2202 enum cirrus_board btype; local
[all...]
/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h197 u32 btype:1; /* Buffer Type */ member in struct:Vmxnet3_RxDesc
201 u32 btype:1; /* Buffer Type */ member in struct:Vmxnet3_RxDesc

Completed in 158 milliseconds