Home
last modified time | relevance | path

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

123

/linux/drivers/mcb/
H A Dmcb-parse.c11 #define for_each_chameleon_cell(dtype, p) \ argument
12 for ((dtype) = get_next_dtype((p)); \
13 (dtype) != CHAMELEON_DTYPE_END; \
14 (dtype) = get_next_dtype((p)))
18 uint32_t dtype; in get_next_dtype() local
20 dtype = readl(p); in get_next_dtype()
21 return dtype >> 28; in get_next_dtype()
132 u32 dtype; in chameleon_get_bar() local
141 dtype = get_next_dtype(*base); in chameleon_get_bar()
142 if (dtype == CHAMELEON_DTYPE_BAR) { in chameleon_get_bar()
[all …]
H A Dmcb-internal.h105 unsigned int dtype:4; member
/linux/include/uapi/linux/hsi/
H A Dhsi_char.h16 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
17 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
18 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
H A Dcs-protocol.h96 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
97 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
98 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/linux/include/uapi/linux/
H A 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/arch/m68k/include/asm/
H A 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/drivers/edac/
H A 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()
H A Dbluefield_edac.c320 dimm->dtype = DEV_X4; in bluefield_edac_init_dimms()
323 dimm->dtype = DEV_X8; in bluefield_edac_init_dimms()
326 dimm->dtype = DEV_X16; in bluefield_edac_init_dimms()
329 dimm->dtype = DEV_UNKNOWN; in bluefield_edac_init_dimms()
H A 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()
H A Dghes_edac.c185 dimm->dtype = DEV_UNKNOWN; in assign_dmi_dimm_info()
456 dst->dtype = src->dtype; in ghes_edac_register()
475 dimm->dtype = DEV_UNKNOWN; in ghes_edac_register()
H A Digen6_edac.c992 enum dev_type dtype; in igen6_get_dimm_config() local
1019 dtype = get_width(0, mad_dimm); in igen6_get_dimm_config()
1022 dtype = get_width(1, mad_dimm); in igen6_get_dimm_config()
1031 dimm->dtype = dtype; in igen6_get_dimm_config()
H A Damd76x_edac.c214 dimm->dtype = ((dms >> index) & 0x1) ? DEV_X4 : DEV_UNKNOWN; in amd76x_init_csrows()
/linux/drivers/block/
H A Damiflop.c192 struct fd_data_type *dtype; /* type of floppy for this unit */ member
848 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read()
945 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec()
977 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write()
1163 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read()
1350 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write()
1381 (*unit[nr].dtype->write_fkt)(nr); in flush_track_callback()
1406 (*unit[nr].dtype->write_fkt)(nr); in non_int_flush_track()
1446 error = (*unit[drive].dtype->read_fkt)(drive); in get_track()
1473 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment()
[all …]
/linux/include/uapi/mtd/
H A Dubi-user.h435 __s8 dtype; /* obsolete, do not use! */ member
447 __s8 dtype; /* obsolete, do not use! */ member
/linux/drivers/scsi/fcoe/
H A 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()
2278 u32 dtype; in fcoe_ctlr_vn_parse() local
2313 dtype = desc->fip_dtype; in fcoe_ctlr_vn_parse()
2314 if (dtype < 32) { in fcoe_ctlr_vn_parse()
2315 if (!(desc_mask & BIT(dtype))) { in fcoe_ctlr_vn_parse()
2320 dtype, sub); in fcoe_ctlr_vn_parse()
2323 desc_mask &= ~BIT(dtype); in fcoe_ctlr_vn_parse()
2326 switch (dtype) { in fcoe_ctlr_vn_parse()
[all …]
/linux/sound/usb/
H A 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()
H A Dhelper.h7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
/linux/drivers/net/ethernet/google/gve/
H A Dgve_desc_dqo.h26 u8 dtype: 5; member
61 u8 dtype: 5; member
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c555 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local
557 if (dtype == NULL) in chrp_probe()
559 if (strcmp(dtype, "chrp")) in chrp_probe()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h156 u32 dtype:1; /* descriptor type */ member
164 u32 dtype:1; /* descriptor type */ member
238 u32 dtype:1; /* Descriptor type */ member
244 u32 dtype:1; /* Descriptor type */ member
/linux/net/tipc/
H A Dname_distr.c280 u32 node, u32 dtype) in tipc_update_nametbl() argument
292 if (dtype == PUBLICATION) { in tipc_update_nametbl()
298 } else if (dtype == WITHDRAWAL) { in tipc_update_nametbl()
/linux/fs/afs/
H A Ddir.c29 loff_t fpos, u64 ino, unsigned dtype);
31 loff_t fpos, u64 ino, unsigned dtype);
578 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir() argument
585 (unsigned long long) ino, dtype); in afs_lookup_one_filldir()
598 cookie->fid.unique = dtype; in afs_lookup_one_filldir()
646 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir() argument
653 (unsigned long long) ino, dtype); in afs_lookup_filldir()
662 cookie->fids[cookie->nr_fids].unique = dtype; in afs_lookup_filldir()
668 cookie->fids[1].unique = dtype; in afs_lookup_filldir()
/linux/tools/mm/
H A Dthpmaps104 return np.frombuffer(buf, dtype=np.uint64)
401 vfns = np.arange(start, end, dtype=np.uint64)
415 indexes = np.arange(len(vfns), dtype=np.uint64)
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h30 u8 dtype; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h88 u8 dtype; member

123