Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v5.10/drivers/mcb/
Dmcb-parse.c16 #define for_each_chameleon_cell(dtype, p) \ argument
17 for ((dtype) = get_next_dtype((p)); \
18 (dtype) != CHAMELEON_DTYPE_END; \
19 (dtype) = get_next_dtype((p)))
23 uint32_t dtype; in get_next_dtype() local
25 dtype = readl(p); in get_next_dtype()
26 return dtype >> 28; in get_next_dtype()
139 u32 dtype; in chameleon_get_bar() local
148 dtype = get_next_dtype(*base); in chameleon_get_bar()
149 if (dtype == CHAMELEON_DTYPE_BAR) { in chameleon_get_bar()
[all …]
Dmcb-internal.h105 unsigned int dtype:4; member
/Linux-v5.10/include/uapi/linux/hsi/
Dhsi_char.h30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
31 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
32 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
Dcs-protocol.h110 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
112 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/Linux-v5.10/include/uapi/linux/
Domapfb.h34 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
35 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
36 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/Linux-v5.10/arch/m68k/include/asm/
Dbootstd.h100 #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-v5.10/drivers/edac/
Dti_edac.c149 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
152 dimm->dtype = DEV_X32; in ti_edac_setup_dimm()
166 dimm->dtype = DEV_X64; in ti_edac_setup_dimm()
170 dimm->dtype = DEV_X32; in ti_edac_setup_dimm()
174 dimm->dtype = DEV_X16; in ti_edac_setup_dimm()
Dbluefield_edac.c220 dimm->dtype = DEV_X4; in bluefield_edac_init_dimms()
223 dimm->dtype = DEV_X8; in bluefield_edac_init_dimms()
226 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms()
229 dimm->dtype = DEV_UNKNOWN; in bluefield_edac_init_dimms()
Dcpc925_edac.c319 enum dev_type dtype; in cpc925_init_csrows() local
358 dtype = DEV_X16; in cpc925_init_csrows()
362 dtype = DEV_X8; in cpc925_init_csrows()
365 dtype = DEV_UNKNOWN; in cpc925_init_csrows()
374 dimm->dtype = dtype; in cpc925_init_csrows()
Dghes_edac.c179 dimm->dtype = DEV_UNKNOWN; in assign_dmi_dimm_info()
592 dst->dtype = src->dtype; in ghes_edac_register()
611 dimm->dtype = DEV_UNKNOWN; in ghes_edac_register()
Dppc4xx_edac.c894 enum dev_type dtype; in ppc4xx_edac_init_csrows() local
902 dtype = ppc4xx_edac_get_dtype(mcopt1); in ppc4xx_edac_init_csrows()
978 dimm->dtype = dtype; in ppc4xx_edac_init_csrows()
Dmv64x60_edac.c680 dimm->dtype = DEV_X32; in mv64x60_init_csrows()
683 dimm->dtype = DEV_X16; in mv64x60_init_csrows()
686 dimm->dtype = DEV_X4; in mv64x60_init_csrows()
689 dimm->dtype = DEV_UNKNOWN; in mv64x60_init_csrows()
/Linux-v5.10/drivers/staging/unisys/visorinput/
Dvisorinput.c399 enum visorinput_dev_type dtype) in devdata_create() argument
406 if (dtype == visorinput_keyboard) in devdata_create()
429 switch (dtype) { in devdata_create()
496 enum visorinput_dev_type dtype; in visorinput_probe() local
500 dtype = visorinput_mouse; in visorinput_probe()
502 dtype = visorinput_keyboard; in visorinput_probe()
506 if (!devdata_create(dev, dtype)) in visorinput_probe()
/Linux-v5.10/sound/usb/
Dhelper.c31 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument
43 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
Dhelper.h7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
/Linux-v5.10/include/uapi/mtd/
Dubi-user.h427 __s8 dtype; /* obsolete, do not use! */ member
439 __s8 dtype; /* obsolete, do not use! */ member
/Linux-v5.10/drivers/block/
Damiflop.c192 struct fd_data_type *dtype; /* type of floppy for this unit */ member
847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read()
944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec()
976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write()
1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read()
1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write()
1380 (*unit[nr].dtype->write_fkt)(nr); in flush_track_callback()
1405 (*unit[nr].dtype->write_fkt)(nr); in non_int_flush_track()
1445 error = (*unit[drive].dtype->read_fkt)(drive); in get_track()
1472 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment()
[all …]
/Linux-v5.10/net/tipc/
Dname_distr.c45 u32 dtype; member
290 u32 node, u32 dtype) in tipc_update_nametbl() argument
299 if (dtype == PUBLICATION) { in tipc_update_nametbl()
307 } else if (dtype == WITHDRAWAL) { in tipc_update_nametbl()
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c605 u8 dtype, struct sk_buff *skb, u32 d_id) in fcoe_ctlr_encaps() argument
651 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps()
659 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) { in fcoe_ctlr_encaps()
2286 u32 dtype; in fcoe_ctlr_vn_parse() local
2321 dtype = desc->fip_dtype; in fcoe_ctlr_vn_parse()
2322 if (dtype < 32) { in fcoe_ctlr_vn_parse()
2323 if (!(desc_mask & BIT(dtype))) { in fcoe_ctlr_vn_parse()
2328 dtype, sub); in fcoe_ctlr_vn_parse()
2331 desc_mask &= ~BIT(dtype); in fcoe_ctlr_vn_parse()
2334 switch (dtype) { in fcoe_ctlr_vn_parse()
[all …]
/Linux-v5.10/drivers/net/vmxnet3/
Dvmxnet3_defs.h127 u32 dtype:1; /* descriptor type */ member
135 u32 dtype:1; /* descriptor type */ member
209 u32 dtype:1; /* Descriptor type */ member
215 u32 dtype:1; /* Descriptor type */ member
/Linux-v5.10/arch/powerpc/platforms/chrp/
Dsetup.c564 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local
566 if (dtype == NULL) in chrp_probe()
568 if (strcmp(dtype, "chrp")) in chrp_probe()
/Linux-v5.10/net/netfilter/
Dnft_lookup.c105 set->dtype, set->dlen); in nft_lookup_init()
205 priv->set->dtype != NFT_DATA_VERDICT) in nft_lookup_validate()
/Linux-v5.10/fs/afs/
Ddir.c28 loff_t fpos, u64 ino, unsigned dtype);
30 loff_t fpos, u64 ino, unsigned dtype);
527 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir() argument
534 (unsigned long long) ino, dtype); in afs_lookup_one_filldir()
547 cookie->fid.unique = dtype; in afs_lookup_one_filldir()
596 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir() argument
604 (unsigned long long) ino, dtype); in afs_lookup_filldir()
613 cookie->fids[cookie->nr_fids].unique = dtype; in afs_lookup_filldir()
619 cookie->fids[1].unique = dtype; in afs_lookup_filldir()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_lan_hmc.h28 u8 dtype; member
/Linux-v5.10/fs/xfs/scrub/
Ddir.c48 int dtype) in xchk_dir_check_ftype() argument
56 if (dtype != DT_UNKNOWN && dtype != DT_DIR) in xchk_dir_check_ftype()
78 if (ino_dtype != dtype) in xchk_dir_check_ftype()

123