Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio/
H A Dlibaio_fix_for_mips_syscalls.patch17 #define io_syscall2(type,fname,sname,atype,a,btype,b) \
18 @@ -100,7 +100,7 @@ type fname(atype a, btype b) \
26 #define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \
27 @@ -125,7 +125,7 @@ type fname(atype a, btype b, ctype c) \
35 #define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \
36 @@ -150,7 +150,7 @@ type fname(atype a, btype b, ctype c, dt
45 @@ -186,7 +186,7 @@ type fname(atype a, btype b, ctype c, dt
54 @@ -216,7 +216,7 @@ type fname (atype a,btype b,ctype c,dtyp
H A D00_arches.patch43 +#define io_syscall2(type,fname,sname,atype,a,btype,b) \
44 +type fname(atype a,btype b) \
56 +#define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \
57 +type fname(atype a,btype b,ctype c) \
71 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \
72 +type fname (atype a, btype b, ctype c, dtype d) \
87 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
88 +type fname (atype a,btype b,ctype c,dtype d,etype e) \
191 +#define io_syscall2(type,fname,sname,atype,a,btype,b) \
192 +type fname(atype a, btype b) \
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcirrusfb.c254 #define CHIP(id, btype) \ argument
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 == BT_ALPINE || cinfo->btype == BT_SD64) in cirrusfb_set_par_foo()
854 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_PICASSO4 || in cirrusfb_set_par_foo()
[all …]
/OK3568_Linux_fs/kernel/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) \
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
128 switch(btype) { in ia64_emulate_brl()
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dmini_inflate.c355 int bfinal, btype; in decompress_block() local
361 btype = pull_bits(&stream, 2); in decompress_block()
362 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block()
363 else if (btype == DYNAMIC_COMP) in decompress_block()
365 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgrub-efi-cfg.bbclass97 for btype in btypes:
98 cfgfile.write('\nmenuentry \'%s%s\'{\n' % (label, btype[0]))
114 cfgfile.write(' %s' % btype[1])
H A Dsyslinux.bbclass172 for btype in btypes:
173 cfgfile.write('LABEL %s%s\nKERNEL /%s\n' % (btype[0], label, kernel))
177 btype[1] += " " + exargs
190 cfgfile.write('%s %s\n' % (append, btype[1]))
H A Dkernel-yocto.bbclass86 btype = urldata.parm.get("type")
87 if btype != "kmeta":
/OK3568_Linux_fs/kernel/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() 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus.c2081 uint16 btype = 0; in dbus_otp() local
2151 btype = (uint16) ((cis[i + 2] << 8) + cis[i + 1]); in dbus_otp()
2154 (uint32)btype)); in dbus_otp()
2183 *boardtype = btype; in dbus_otp()
2204 uint16 btype = 0, brev = 0; in dbus_select_nvram() local
2270 btype = brev = 0; in dbus_select_nvram()
2296 btype = (uint16)bcm_strtoul(field, NULL, 0); in dbus_select_nvram()
2299 btype, boardtype)); in dbus_select_nvram()
2311 if (btype == boardtype && brev == boardrev) { in dbus_select_nvram()
H A Ddhd_custom_cis.c1466 unsigned char btype[MAX_VID_LEN]; member
1784 (memcmp(cur_b_info->btype, btype_start, in dhd_check_module_cid()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus.c2071 uint16 btype = 0; in dbus_otp() local
2141 btype = (uint16) ((cis[i + 2] << 8) + cis[i + 1]); in dbus_otp()
2144 (uint32)btype)); in dbus_otp()
2173 *boardtype = btype; in dbus_otp()
2194 uint16 btype = 0, brev = 0; in dbus_select_nvram() local
2260 btype = brev = 0; in dbus_select_nvram()
2286 btype = (uint16)bcm_strtoul(field, NULL, 0); in dbus_select_nvram()
2289 btype, boardtype)); in dbus_select_nvram()
2301 if (btype == boardtype && brev == boardrev) { in dbus_select_nvram()
/OK3568_Linux_fs/kernel/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.c1411 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_HEAD || in vmxnet3_rq_rx_complete()
1520 BUG_ON(rxd->btype != VMXNET3_RXD_BTYPE_BODY); in vmxnet3_rq_rx_complete()
1678 if (rxd->btype == VMXNET3_RXD_BTYPE_HEAD && in vmxnet3_rq_cleanup()
1684 } else if (rxd->btype == VMXNET3_RXD_BTYPE_BODY && in vmxnet3_rq_cleanup()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus.c2062 uint16 btype = 0; in dbus_otp() local
2132 btype = (uint16) ((cis[i + 2] << 8) + cis[i + 1]); in dbus_otp()
2135 (uint32)btype)); in dbus_otp()
2164 *boardtype = btype; in dbus_otp()
2185 uint16 btype = 0, brev = 0; in dbus_select_nvram() local
2251 btype = brev = 0; in dbus_select_nvram()
2277 btype = (uint16)bcm_strtoul(field, NULL, 0); in dbus_select_nvram()
2280 btype, boardtype)); in dbus_select_nvram()
2292 if (btype == boardtype && brev == boardrev) { in dbus_select_nvram()
H A Ddhd_custom_cis.c1466 unsigned char btype[MAX_VID_LEN]; member
1784 (memcmp(cur_b_info->btype, btype_start, in dhd_check_module_cid()
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A D0001-Port-gentest.py-to-Python-3.patch608 (bnam, btype) = t_args[j][:2]
609 if btype == "const_char_ptr" or btype == "const_xmlChar_ptr":
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c611 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() local
612 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
637 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond() local
638 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
924 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write() local
925 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()
/OK3568_Linux_fs/kernel/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()