Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dcirrusfb.c255 #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()
484 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()
698 bi = &cirrusfb_board_info[cinfo->btype]; in cirrusfb_set_par_foo()
839 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64) in cirrusfb_set_par_foo()
856 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_PICASSO4 || in cirrusfb_set_par_foo()
[all …]
/linux/arch/m68k/include/asm/
H A Dbootstd.h72 #define _bsc2(type,name,atype,a,btype,b) \ argument
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/linux/drivers/macintosh/
H A Dapm_emu.c27 unsigned long btype = 0; in pmu_apm_get_power_status() local
49 if (btype == 0) in pmu_apm_get_power_status()
50 btype = (pmu_batteries[i].flags & PMU_BATT_TYPE_MASK); in pmu_apm_get_power_status()
61 if (btype == PMU_BATT_TYPE_SMART) in pmu_apm_get_power_status()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h239 u32 btype:1; /* Buffer Type */ member
243 u32 btype:1; /* Buffer Type */ member
H A Dvmxnet3_drv.c1688 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete()
1820 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete()
2039 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
2044 } else if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
2050 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
/linux/drivers/media/pci/cx88/
H A Dcx88-mpeg.c502 enum cx88_board_type btype) in cx8802_get_driver() argument
507 if (d->type_id == btype) in cx8802_get_driver()
H A Dcx88.h695 enum cx88_board_type btype);
/linux/fs/f2fs/
H A Ddata.c620 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() local
621 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
649 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond() local
650 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
947 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write() local
948 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
957 if (f2fs_sb_has_blkzoned(sbi) && btype < META && io->zone_pending_bio) { in f2fs_submit_page_write()
1019 if (f2fs_sb_has_blkzoned(sbi) && btype < META && in f2fs_submit_page_write()
/linux/drivers/atm/
H A Dnicstar.c2479 long btype; in ns_ioctl() local
2580 btype = (long)arg; /* a long is the same size as a pointer or bigger */ in ns_ioctl()
2581 switch (btype) { in ns_ioctl()