Home
last modified time | relevance | path

Searched refs:btype (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dbootstd.h72 #define _bsc2(type,name,atype,a,btype,b) \
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
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) \
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dbootstd.h72 #define _bsc2(type,name,atype,a,btype,b) \
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
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) \
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcirrusfb.c254 #define CHIP(id, btype) \
255 { PCI_VENDOR_ID_CIRRUS, id, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (btype) }
357 enum cirrus_board btype; member
422 return cinfo->btype == BT_LAGUNA || cinfo->btype == BT_LAGUNAB; in is_laguna()
483 maxclock = cirrusfb_board_info[cinfo->btype].maxclock[maxclockidx]; in cirrusfb_check_pixclock()
501 switch (cinfo->btype) { in cirrusfb_check_pixclock()
521 if (cinfo->btype == BT_SD64 && info->fix.smem_len <= MB_ && in cirrusfb_check_pixclock()
696 bi = &cirrusfb_board_info[cinfo->btype]; in cirrusfb_set_par_foo()
837 if (cinfo->btype in cirrusfb_set_par_foo()
2202 enum cirrus_board btype; cirrusfb_zorro_register() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dcirrusfb.c255 #define CHIP(id, btype) \
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 in cirrusfb_set_par_foo()
2201 enum cirrus_board btype; cirrusfb_zorro_register() local
[all...]
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-pca995x.c57 int btype; member
68 pwmout_addr = (chip->btype ? PCA9955B_PWM0 : PCA9952_PWM0) + led->led_no; in pca995x_brightness_set()
109 int i, btype, reg, ret; in pca995x_probe() local
111 btype = (unsigned long)device_get_match_data(&client->dev); in pca995x_probe()
121 chip->btype = btype; in pca995x_probe()
174 btype ? PCA9955B_IREFALL : PCA9952_IREFALL, in pca995x_probe()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H 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()
126 * BR[btype] = IP+16 in ia64_emulate_brl()
128 switch(btype) { in ia64_emulate_brl()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H 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()
126 * BR[btype] = IP+16 in ia64_emulate_brl()
128 switch(btype) { in ia64_emulate_brl()
/kernel/linux/linux-5.10/tools/lib/traceevent/
H 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()
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()
650 process_op(const char *token, enum tep_filter_op_type *btype, enum tep_filter_cmp_type *ctype, enum tep_filter_exp_type *etype) process_op() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h210 u32 btype:1; /* Buffer Type */ member
214 u32 btype:1; /* Buffer Type */ member
H A Dvmxnet3_drv.c1419 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete()
1528 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete()
1686 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
1692 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h235 u32 btype:1; /* Buffer Type */ member
239 u32 btype:1; /* Buffer Type */ member
H A Dvmxnet3_drv.c1591 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete()
1714 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete()
1931 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
1936 } else if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
1942 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-mpeg.c502 enum cx88_board_type btype) in cx8802_get_driver()
507 if (d->type_id == btype) in cx8802_get_driver()
501 cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) cx8802_get_driver() argument
H A Dcx88.h695 enum cx88_board_type btype);
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-mpeg.c502 enum cx88_board_type btype) in cx8802_get_driver()
507 if (d->type_id == btype) in cx8802_get_driver()
501 cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) cx8802_get_driver() argument
H A Dcx88.h695 enum cx88_board_type btype);
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c665 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() local
666 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
694 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond() local
695 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
1005 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write() local
1006 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
1015 if (f2fs_sb_has_blkzoned(sbi) && btype < META && io->zone_pending_bio) { in f2fs_submit_page_write()
1084 if (f2fs_sb_has_blkzoned(sbi) && btype < META && in f2fs_submit_page_write()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c633 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() local
634 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
659 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond() local
660 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()
/kernel/linux/linux-5.10/drivers/atm/
H A Dnicstar.c2472 long btype; in ns_ioctl() local
2573 btype = (long)arg; /* a long is the same size as a pointer or bigger */ in ns_ioctl()
2574 switch (btype) { in ns_ioctl()
/kernel/linux/linux-6.6/drivers/atm/
H A Dnicstar.c2478 long btype; in ns_ioctl() local
2579 btype = (long)arg; /* a long is the same size as a pointer or bigger */ in ns_ioctl()
2580 switch (btype) { in ns_ioctl()

Completed in 39 milliseconds