Home
last modified time | relevance | path

Searched refs:btype (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/arch/m68k/include/asm/
Dbootstd.h71 #define _bsc2(type,name,atype,a,btype,b) \ argument
72 type name(atype a, btype b) \
84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
85 type name(atype a, btype b, ctype c) \
99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
100 type name(atype a, btype b, ctype c, dtype d) \
115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
116 type name(atype a, btype b, ctype c, dtype d, etype e) \
/linux-3.4.99/drivers/video/
Dcirrusfb.c261 #define CHIP(id, btype) \ argument
262 { PCI_VENDOR_ID_CIRRUS, id, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (btype) }
364 enum cirrus_board btype; member
429 return cinfo->btype == BT_LAGUNA || cinfo->btype == BT_LAGUNAB; in is_laguna()
492 maxclock = cirrusfb_board_info[cinfo->btype].maxclock[maxclockidx]; in cirrusfb_check_pixclock()
508 switch (cinfo->btype) { in cirrusfb_check_pixclock()
528 if (cinfo->btype == BT_SD64 && info->fix.smem_len <= MB_ && in cirrusfb_check_pixclock()
720 bi = &cirrusfb_board_info[cinfo->btype]; in cirrusfb_set_par_foo()
861 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64) in cirrusfb_set_par_foo()
878 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_PICASSO4 || in cirrusfb_set_par_foo()
[all …]
/linux-3.4.99/drivers/macintosh/
Dapm_emu.c38 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()
/linux-3.4.99/arch/ia64/kernel/
Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
82 btype = ((bundle[1] >> 29) & 0x7); in ia64_emulate_brl()
97 if (btype != 0) return rv; in ia64_emulate_brl()
128 switch(btype) { in ia64_emulate_brl()
Dparavirt_patch.c415 unsigned long btype: 3; member
/linux-3.4.99/drivers/net/vmxnet3/
Dvmxnet3_defs.h197 u32 btype:1; /* Buffer Type */ member
201 u32 btype:1; /* Buffer Type */ member
Dvmxnet3_drv.c1182 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete()
1231 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete()
1338 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
1344 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
/linux-3.4.99/include/linux/
Dcdk.h83 unsigned short btype; member
/linux-3.4.99/drivers/media/video/cx88/
Dcx88-mpeg.c595 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) in cx8802_get_driver() argument
600 if (d->type_id == btype) in cx8802_get_driver()
Dcx88.h698 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype);
/linux-3.4.99/arch/ia64/kvm/
Dvcpu.h59 struct { unsigned long qp:6, btype:3, un3:3, p:1, b2:3, un11:11, x6:6, member
/linux-3.4.99/drivers/atm/
Dnicstar.c2570 long btype; in ns_ioctl() local
2671 btype = (long)arg; /* a long is the same size as a pointer or bigger */ in ns_ioctl()
2672 switch (btype) { in ns_ioctl()