/linux/drivers/mcb/ |
A D | mcb-parse.c | 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() 184 uint32_t dtype; in chameleon_parse_cells() local 220 switch (dtype) { in chameleon_parse_cells() [all …]
|
A D | mcb-internal.h | 105 unsigned int dtype:4; member
|
/linux/include/uapi/linux/hsi/ |
A D | hsi_char.h | 30 #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
|
A D | cs-protocol.h | 110 #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/include/uapi/linux/ |
A D | omapfb.h | 34 #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/ |
A D | bootstd.h | 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/drivers/edac/ |
A D | ti_edac.c | 149 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()
|
A D | bluefield_edac.c | 220 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()
|
A D | cpc925_edac.c | 319 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()
|
A D | ghes_edac.c | 179 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()
|
A D | ppc4xx_edac.c | 894 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()
|
A D | igen6_edac.c | 800 enum dev_type dtype; in igen6_get_dimm_config() local 827 dtype = get_width(0, mad_dimm); in igen6_get_dimm_config() 830 dtype = get_width(1, mad_dimm); in igen6_get_dimm_config() 839 dimm->dtype = dtype; in igen6_get_dimm_config()
|
/linux/drivers/staging/unisys/visorinput/ |
A D | visorinput.c | 399 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/drivers/block/ |
A D | amiflop.c | 192 struct fd_data_type *dtype; /* type of floppy for this unit */ member 944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec() 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() 1473 sector = block % (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() 1530 geo->sectors = unit[drive].dtype->sects * unit[drive].type->sect_mult; in fd_getgeo() 1568 p->dtype->sects * p->type->sect_mult * 512); in fd_locked_ioctl() 1585 getprm.sect=p->dtype->sects * p->type->sect_mult; in fd_locked_ioctl() [all …]
|
/linux/include/uapi/mtd/ |
A D | ubi-user.h | 427 __s8 dtype; /* obsolete, do not use! */ member 439 __s8 dtype; /* obsolete, do not use! */ member
|
/linux/drivers/scsi/fcoe/ |
A D | fcoe_ctlr.c | 659 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) { in fcoe_ctlr_encaps() 2286 u32 dtype; in fcoe_ctlr_vn_parse() local 2322 if (dtype < 32) { in fcoe_ctlr_vn_parse() 2328 dtype, sub); in fcoe_ctlr_vn_parse() 2334 switch (dtype) { in fcoe_ctlr_vn_parse() 2388 dtype, dlen); in fcoe_ctlr_vn_parse() 2815 u32 dtype; in fcoe_ctlr_vlan_parse() local 2842 if (dtype < 32) { in fcoe_ctlr_vlan_parse() 2848 dtype, sub); in fcoe_ctlr_vlan_parse() 2854 switch (dtype) { in fcoe_ctlr_vlan_parse() [all …]
|
/linux/sound/usb/ |
A D | helper.c | 31 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()
|
A D | helper.h | 7 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
|
/linux/net/tipc/ |
A D | name_distr.c | 46 u32 dtype; member 288 u32 node, u32 dtype) in tipc_update_nametbl() argument 300 if (dtype == PUBLICATION) { in tipc_update_nametbl() 306 } else if (dtype == WITHDRAWAL) { in tipc_update_nametbl()
|
/linux/drivers/net/ethernet/google/gve/ |
A D | gve_desc_dqo.h | 26 u8 dtype: 5; member 61 u8 dtype: 5; member
|
/linux/drivers/net/vmxnet3/ |
A D | vmxnet3_defs.h | 130 u32 dtype:1; /* descriptor type */ member 138 u32 dtype:1; /* descriptor type */ member 212 u32 dtype:1; /* Descriptor type */ member 218 u32 dtype:1; /* Descriptor type */ member
|
/linux/arch/powerpc/platforms/chrp/ |
A D | setup.c | 553 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local 555 if (dtype == NULL) in chrp_probe() 557 if (strcmp(dtype, "chrp")) in chrp_probe()
|
/linux/net/netfilter/ |
A D | nft_lookup.c | 139 &priv->dreg, NULL, set->dtype, in nft_lookup_init() 240 priv->set->dtype != NFT_DATA_VERDICT) in nft_lookup_validate()
|
/linux/fs/xfs/scrub/ |
A D | dir.c | 47 int dtype) in xchk_dir_check_ftype() argument 55 if (dtype != DT_UNKNOWN && dtype != DT_DIR) in xchk_dir_check_ftype() 87 if (ino_dtype != dtype) in xchk_dir_check_ftype()
|
/linux/fs/afs/ |
A D | dir.c | 28 loff_t fpos, u64 ino, unsigned dtype); 30 loff_t fpos, u64 ino, unsigned dtype); 568 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir() argument 575 (unsigned long long) ino, dtype); in afs_lookup_one_filldir() 588 cookie->fid.unique = dtype; in afs_lookup_one_filldir() 636 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir() argument 644 (unsigned long long) ino, dtype); in afs_lookup_filldir() 653 cookie->fids[cookie->nr_fids].unique = dtype; in afs_lookup_filldir() 659 cookie->fids[1].unique = dtype; in afs_lookup_filldir()
|