Searched refs:btype (Results 1 – 8 of 8) sorted by relevance
/drivers/video/fbdev/ |
D | cirrusfb.c | 255 #define CHIP(id, btype) \ argument 256 { PCI_VENDOR_ID_CIRRUS, id, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (btype) } 358 enum cirrus_board btype; member 423 return cinfo->btype == BT_LAGUNA || cinfo->btype == BT_LAGUNAB; in is_laguna() 486 maxclock = cirrusfb_board_info[cinfo->btype].maxclock[maxclockidx]; in cirrusfb_check_pixclock() 502 switch (cinfo->btype) { in cirrusfb_check_pixclock() 522 if (cinfo->btype == BT_SD64 && info->fix.smem_len <= MB_ && in cirrusfb_check_pixclock() 697 bi = &cirrusfb_board_info[cinfo->btype]; in cirrusfb_set_par_foo() 838 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64) in cirrusfb_set_par_foo() 855 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_PICASSO4 || in cirrusfb_set_par_foo() [all …]
|
/drivers/macintosh/ |
D | apm_emu.c | 38 unsigned long btype = 0; in pmu_apm_get_power_status() local 60 if (btype == 0) in pmu_apm_get_power_status() 61 btype = (pmu_batteries[i].flags & PMU_BATT_TYPE_MASK); in pmu_apm_get_power_status() 72 if (btype == PMU_BATT_TYPE_SMART) in pmu_apm_get_power_status()
|
/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 197 u32 btype:1; /* Buffer Type */ member 201 u32 btype:1; /* Buffer Type */ member
|
D | vmxnet3_drv.c | 1280 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete() 1361 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete() 1507 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup() 1513 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 140 #define MAKE_FLVR(policy, mech, svc, btype, bsvc) \ argument 144 ((__u32)(btype) << FLVR_BULK_TYPE_OFFSET) | \
|
/drivers/media/pci/cx88/ |
D | cx88-mpeg.c | 509 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) in cx8802_get_driver() argument 514 if (d->type_id == btype) in cx8802_get_driver()
|
D | cx88.h | 708 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype);
|
/drivers/atm/ |
D | nicstar.c | 2470 long btype; in ns_ioctl() local 2571 btype = (long)arg; /* a long is the same size as a pointer or bigger */ in ns_ioctl() 2572 switch (btype) { in ns_ioctl()
|