Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/include/asm/
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-v4.19/drivers/video/fbdev/
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()
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 …]
/Linux-v4.19/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-v4.19/arch/ia64/kernel/
Dbrl_emu.c59 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local
84 btype = ((bundle[1] >> 29) & 0x7); in ia64_emulate_brl()
99 if (btype != 0) return rv; in ia64_emulate_brl()
130 switch(btype) { in ia64_emulate_brl()
/Linux-v4.19/tools/lib/traceevent/
Dparse-filter.c398 create_arg_op(enum filter_op_type btype) in create_arg_op() argument
407 arg->op.type = btype; in create_arg_op()
655 enum filter_op_type *btype, in process_op() argument
659 *btype = FILTER_OP_NOT; in process_op()
664 *btype = FILTER_OP_AND; in process_op()
666 *btype = FILTER_OP_OR; in process_op()
670 if (*btype != FILTER_OP_NOT) in process_op()
952 enum filter_op_type btype; in process_filter() local
1058 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
1087 arg = create_arg_op(btype); in process_filter()
[all …]
/Linux-v4.19/drivers/net/vmxnet3/
Dvmxnet3_defs.h207 u32 btype:1; /* Buffer Type */ member
211 u32 btype:1; /* Buffer Type */ member
Dvmxnet3_drv.c1338 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete()
1442 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete()
1595 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
1601 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
/Linux-v4.19/fs/f2fs/
Ddata.c357 enum page_type btype = PAGE_TYPE_OF_BIO(type); in has_merged_page() local
363 io = sbi->write_io[btype] + temp; in has_merged_page()
370 if (ret || btype == META) in has_merged_page()
379 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() local
380 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
471 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write() local
472 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-mpeg.c508 enum cx88_board_type btype) in cx8802_get_driver() argument
513 if (d->type_id == btype) in cx8802_get_driver()
Dcx88.h704 enum cx88_board_type btype);
/Linux-v4.19/drivers/atm/
Dnicstar.c2467 long btype; in ns_ioctl() local
2568 btype = (long)arg; /* a long is the same size as a pointer or bigger */ in ns_ioctl()
2569 switch (btype) { in ns_ioctl()