Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
A Dcirrusfb.c422 return cinfo->btype == BT_LAGUNA || cinfo->btype == BT_LAGUNAB; in is_laguna()
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()
1612 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64 || in init_vgachip()
1821 else if ((cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64) && in cirrusfb_imageblit()
2212 btype = zcl->type; in cirrusfb_zorro_register()
2254 cinfo->btype = btype; in cirrusfb_zorro_register()
2534 if (cinfo->btype == BT_PICASSO || cinfo->btype == BT_PICASSO4 || in WClut()
2535 cinfo->btype == BT_ALPINE || cinfo->btype == BT_GD5480 || in WClut()
2559 if (cinfo->btype == BT_PICASSO || cinfo->btype == BT_PICASSO4 ||
[all …]
/linux/arch/m68k/include/asm/
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/
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/arch/ia64/kernel/
A Dbrl_emu.c59 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()
/linux/tools/lib/traceevent/
A Dparse-filter.c394 create_arg_op(enum tep_filter_op_type btype) in create_arg_op() argument
403 arg->op.type = btype; in create_arg_op()
651 enum tep_filter_op_type *btype, in process_op() argument
655 *btype = TEP_FILTER_OP_NOT; in process_op()
660 *btype = TEP_FILTER_OP_AND; in process_op()
662 *btype = TEP_FILTER_OP_OR; in process_op()
666 if (*btype != TEP_FILTER_OP_NOT) in process_op()
948 enum tep_filter_op_type btype; in process_filter() local
1054 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
1083 arg = create_arg_op(btype); in process_filter()
[all …]
/linux/drivers/net/vmxnet3/
A Dvmxnet3_defs.h213 u32 btype:1; /* Buffer Type */ member
217 u32 btype:1; /* Buffer Type */ member
A Dvmxnet3_drv.c1402 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete()
1524 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete()
1677 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
1683 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
/linux/drivers/media/pci/cx88/
A Dcx88-mpeg.c499 enum cx88_board_type btype) in cx8802_get_driver() argument
504 if (d->type_id == btype) in cx8802_get_driver()
A Dcx88.h695 enum cx88_board_type btype);
/linux/fs/f2fs/
A Ddata.c590 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() local
591 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
616 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond() local
617 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
903 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write() local
904 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
/linux/drivers/atm/
A Dnicstar.c2484 long btype; in ns_ioctl() local
2585 btype = (long)arg; /* a long is the same size as a pointer or bigger */ in ns_ioctl()
2586 switch (btype) { in ns_ioctl()

Completed in 61 milliseconds