/linux-4.4.14/drivers/mcb/ |
D | mcb-parse.c | 15 #define for_each_chameleon_cell(dtype, p) \ argument 16 for ((dtype) = get_next_dtype((p)); \ 17 (dtype) != CHAMELEON_DTYPE_END; \ 18 (dtype) = get_next_dtype((p))) 22 uint32_t dtype; in get_next_dtype() local 24 dtype = readl(p); in get_next_dtype() 25 return dtype >> 28; in get_next_dtype() 93 uint32_t dtype; in chameleon_parse_cells() local 127 for_each_chameleon_cell(dtype, p) { in chameleon_parse_cells() 128 switch (dtype) { in chameleon_parse_cells() [all …]
|
D | mcb-internal.h | 105 unsigned int dtype:4; member
|
/linux-4.4.14/include/uapi/linux/hsi/ |
D | hsi_char.h | 28 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 29 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 30 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
|
D | cs-protocol.h | 109 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument 110 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument 111 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
|
/linux-4.4.14/include/uapi/linux/ |
D | omapfb.h | 33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bootstd.h | 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 100 type name(atype a, btype b, ctype c, dtype d) \ 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 116 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/linux-4.4.14/net/tipc/ |
D | name_distr.c | 50 u32 dtype; member 309 u32 node, u32 dtype) in tipc_update_nametbl() argument 313 if (dtype == PUBLICATION) { in tipc_update_nametbl() 323 } else if (dtype == WITHDRAWAL) { in tipc_update_nametbl() 351 e->dtype = type; in tipc_named_add_backlog() 370 if (!tipc_update_nametbl(net, &e->i, e->node, e->dtype)) in tipc_named_process_backlog() 375 e->dtype, ntohl(e->i.type), in tipc_named_process_backlog()
|
/linux-4.4.14/sound/usb/ |
D | helper.c | 44 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype) in snd_usb_find_desc() argument 56 if (p[1] == dtype && (!after || (void *)p > after)) { in snd_usb_find_desc()
|
D | helper.h | 6 void *snd_usb_find_desc(void *descstart, int desclen, void *after, u8 dtype);
|
/linux-4.4.14/include/uapi/mtd/ |
D | ubi-user.h | 407 __s8 dtype; /* obsolete, do not use! */ member 419 __s8 dtype; /* obsolete, do not use! */ member
|
/linux-4.4.14/drivers/block/ |
D | amiflop.c | 730 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read() 827 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec() 859 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write() 1045 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read() 1232 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write() 1259 (*unit[nr].dtype->write_fkt)(nr); in flush_track_callback() 1284 (*unit[nr].dtype->write_fkt)(nr); in non_int_flush_track() 1324 error = (*unit[drive].dtype->read_fkt)(drive); in get_track() 1407 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in redo_fd_request() 1408 sector = block % (floppy->dtype->sects * floppy->type->sect_mult); in redo_fd_request() [all …]
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 117 u32 dtype:1; /* descriptor type */ member 125 u32 dtype:1; /* descriptor type */ member 196 u32 dtype:1; /* Descriptor type */ member 202 u32 dtype:1; /* Descriptor type */ member
|
/linux-4.4.14/include/linux/ |
D | amifd.h | 46 struct fd_data_type *dtype; /* type of floppy for this unit */ member
|
D | edac.h | 554 enum dev_type dtype; /* memory device type */ member
|
/linux-4.4.14/arch/powerpc/platforms/chrp/ |
D | setup.c | 577 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(), in chrp_probe() local 579 if (dtype == NULL) in chrp_probe() 581 if (strcmp(dtype, "chrp")) in chrp_probe()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | uaccess.h | 229 #define __get_user_asm(err,x,ptr,dtype,constraint) \ argument 231 asm("1: ld"dtype"%I2 %M2,%1 \n" \
|
/linux-4.4.14/drivers/edac/ |
D | cpc925_edac.c | 332 enum dev_type dtype; in cpc925_init_csrows() local 371 dtype = DEV_X16; in cpc925_init_csrows() 375 dtype = DEV_X8; in cpc925_init_csrows() 378 dtype = DEV_UNKNOWN; in cpc925_init_csrows() 387 dimm->dtype = dtype; in cpc925_init_csrows()
|
D | i82975x_edac.c | 379 enum dev_type dtype; in i82975x_init_csrows() local 417 dtype = i82975x_dram_type(mch_window, index); in i82975x_init_csrows() 427 dimm->dtype = i82975x_dram_type(mch_window, index); in i82975x_init_csrows()
|
D | ppc4xx_edac.c | 899 enum dev_type dtype; in ppc4xx_edac_init_csrows() local 907 dtype = ppc4xx_edac_get_dtype(mcopt1); in ppc4xx_edac_init_csrows() 983 dimm->dtype = dtype; in ppc4xx_edac_init_csrows()
|
D | mv64x60_edac.c | 684 dimm->dtype = DEV_X32; in mv64x60_init_csrows() 687 dimm->dtype = DEV_X16; in mv64x60_init_csrows() 690 dimm->dtype = DEV_X4; in mv64x60_init_csrows() 693 dimm->dtype = DEV_UNKNOWN; in mv64x60_init_csrows()
|
D | ie31200_edac.c | 421 dimm->dtype = DEV_UNKNOWN; in ie31200_probe1() 430 dimm->dtype = DEV_UNKNOWN; in ie31200_probe1()
|
D | tile_edac.c | 118 dimm->dtype = DEV_UNKNOWN; in tile_edac_init_csrows()
|
D | ghes_edac.c | 147 dimm->dtype = DEV_UNKNOWN; in ghes_edac_dmidecode() 495 dimm->dtype = DEV_UNKNOWN; in ghes_edac_register()
|
D | pasemi_edac.c | 185 dimm->dtype = DEV_UNKNOWN; in pasemi_edac_init_csrows()
|
D | amd76x_edac.c | 216 dimm->dtype = ((dms >> index) & 0x1) ? DEV_X4 : DEV_UNKNOWN; in amd76x_init_csrows()
|
D | highbank_mc_edac.c | 237 dimm->dtype = DEV_X8; in highbank_mc_probe()
|
D | i82860_edac.c | 181 dimm->dtype = DEV_UNKNOWN; in i82860_init_csrows()
|
D | r82600_edac.c | 262 dimm->dtype = DEV_UNKNOWN; in r82600_init_csrows()
|
D | i82443bxgx_edac.c | 227 dimm->dtype = DEV_UNKNOWN; in i82443bxgx_init_csrows()
|
D | synopsys_edac.c | 378 dimm->dtype = synps_edac_get_dtype(priv->baseaddr); in synps_edac_init_csrows()
|
D | i7300_edac.c | 671 dimm->dtype = DEV_X8; in decode_mtr() 673 dimm->dtype = DEV_X4; in decode_mtr()
|
D | x38_edac.c | 392 dimm->dtype = DEV_UNKNOWN; in x38_probe1()
|
D | i3000_edac.c | 417 dimm->dtype = DEV_UNKNOWN; in i3000_probe1()
|
D | i82875p_edac.c | 383 dimm->dtype = DEV_UNKNOWN; in i82875p_init_csrows()
|
D | i3200_edac.c | 411 dimm->dtype = DEV_UNKNOWN; in i3200_probe1()
|
D | i7core_edac.c | 621 dimm->dtype = DEV_X4; in get_dimm_config() 624 dimm->dtype = DEV_X8; in get_dimm_config() 627 dimm->dtype = DEV_X16; in get_dimm_config() 630 dimm->dtype = DEV_UNKNOWN; in get_dimm_config()
|
D | edac_mc_sysfs.c | 207 return sprintf(data, "%s\n", dev_types[csrow->channels[0]->dimm->dtype]); in csrow_dev_type_show() 542 return sprintf(data, "%s\n", dev_types[dimm->dtype]); in dimmdev_dev_type_show()
|
D | e7xxx_edac.c | 416 dimm->dtype = mem_dev ? DEV_X4 : DEV_X8; in e7xxx_init_csrows()
|
D | altera_edac.c | 397 dimm->dtype = DEV_X8; in altr_sdram_probe()
|
D | mpc85xx_edac.c | 1002 dimm->dtype = DEV_UNKNOWN; in mpc85xx_init_csrows() 1004 dimm->dtype = DEV_X32; in mpc85xx_init_csrows()
|
D | i5000_edac.c | 1297 dimm->dtype = DEV_X8; in i5000_init_csrows() 1299 dimm->dtype = DEV_X4; in i5000_init_csrows()
|
D | i5400_edac.c | 1210 dimm->dtype = MTR_DRAM_WIDTH(mtr) ? DEV_X8 : DEV_X4; in i5400_init_dimms()
|
D | i5100_edac.c | 869 dimm->dtype = (priv->mtr[chan][rank].width == 4) ? in i5100_init_csrows()
|
D | e752x_edac.c | 1134 dimm->dtype = mem_dev ? DEV_X4 : DEV_X8; in e752x_init_csrows()
|
D | sb_edac.c | 1019 dimm->dtype = pvt->info.get_width(pvt, mtr); in get_dimm_config()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 102 const struct lu_device_type *dtype) in cl_page_at_trusted() argument 109 if (slice->cpl_obj->co_lu.lo_dev->ld_type == dtype) in cl_page_at_trusted() 156 const struct lu_device_type *dtype; in cl_page_gang_lookup() local 167 dtype = cl_object_top(obj)->co_lu.lo_dev->ld_type; in cl_page_gang_lookup() 186 slice = cl_page_at_trusted(page, dtype); in cl_page_gang_lookup() 668 const struct lu_device_type *dtype) in cl_page_at() argument 670 return cl_page_at_trusted(page, dtype); in cl_page_at()
|
D | cl_lock.c | 616 const struct lu_device_type *dtype) in cl_lock_at() argument 623 if (slice->cls_obj->co_lu.lo_dev->ld_type == dtype) in cl_lock_at() 1819 struct lu_device_type *dtype; in pgoff_at_lock() local 1822 dtype = lock->cll_descr.cld_obj->co_lu.lo_dev->ld_type; in pgoff_at_lock() 1823 slice = cl_page_at(page, dtype); in pgoff_at_lock()
|
D | lu_object.c | 1216 const struct lu_device_type *dtype) in lu_object_locate() argument 1221 if (o->lo_dev->ld_type == dtype) in lu_object_locate()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 609 u8 dtype, struct sk_buff *skb, u32 d_id) in fcoe_ctlr_encaps() argument 655 cap->encaps.fd_desc.fip_dtype = dtype; in fcoe_ctlr_encaps() 664 if (dtype != FIP_DT_FLOGI && dtype != FIP_DT_FDISC) { in fcoe_ctlr_encaps() 2248 u32 dtype; in fcoe_ctlr_vn_parse() local 2286 dtype = desc->fip_dtype; in fcoe_ctlr_vn_parse() 2287 if (dtype < 32) { in fcoe_ctlr_vn_parse() 2288 if (!(desc_mask & BIT(dtype))) { in fcoe_ctlr_vn_parse() 2293 dtype, sub); in fcoe_ctlr_vn_parse() 2296 desc_mask &= ~BIT(dtype); in fcoe_ctlr_vn_parse() 2299 switch (dtype) { in fcoe_ctlr_vn_parse() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | setup.c | 775 const char *dtype = of_get_flat_dt_prop(root, "device_type", NULL); in pSeries_probe() local 777 if (dtype == NULL) in pSeries_probe() 779 if (strcmp(dtype, "chrp")) in pSeries_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_lan_hmc.h | 51 u8 dtype; member
|
D | i40e_txrx.h | 251 u8 dtype; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_lan_hmc.h | 51 u8 dtype; member
|
D | i40e_txrx.h | 252 u8 dtype; member
|
D | i40e.h | 513 u8 dtype; member
|
D | i40e_debugfs.c | 511 rx_ring->dtype); in i40e_dbg_dump_vsi_seid() 558 i, tx_ring->dtype); in i40e_dbg_dump_vsi_seid() 596 vsi->max_frame, vsi->rx_hdr_len, vsi->rx_buf_len, vsi->dtype); in i40e_dbg_dump_vsi_seid()
|
D | i40e_lan_hmc.c | 728 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dtype), 2, 114 },
|
D | i40e_main.c | 2847 rx_ctx.dtype = vsi->dtype; in i40e_configure_rx_ring() 2848 if (vsi->dtype) { in i40e_configure_rx_ring() 2946 vsi->dtype = I40E_RX_DTYPE_NO_SPLIT; in i40e_vsi_configure_rx() 2951 vsi->dtype = I40E_RX_DTYPE_HEADER_SPLIT; in i40e_vsi_configure_rx() 2956 vsi->dtype = I40E_RX_DTYPE_SPLIT_ALWAYS; in i40e_vsi_configure_rx() 2967 vsi->dtype = I40E_RX_DTYPE_NO_SPLIT; in i40e_vsi_configure_rx()
|
D | i40e_virtchnl_pf.c | 464 rx_ctx.dtype = 0x2; in i40e_config_vsi_rx_queue()
|
/linux-4.4.14/sound/oss/ |
D | soundcard.c | 331 int len = 0, dtype; in sound_ioctl() local 356 dtype = dev & 0x0f; in sound_ioctl() 357 switch (dtype) { in sound_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8695net.c | 161 enum ks8695_dtype dtype; member 228 switch (ksp->dtype) { in ks8695_port_type() 1506 ksp->dtype = KS8695_DTYPE_LAN; in ks8695_probe() 1510 ksp->dtype = KS8695_DTYPE_WAN; in ks8695_probe() 1514 ksp->dtype = KS8695_DTYPE_HPNA; in ks8695_probe()
|
/linux-4.4.14/net/netfilter/ |
D | nft_lookup.c | 88 set->dtype, set->dlen); in nft_lookup_init()
|
D | nf_tables_api.c | 2479 if (nla_put_be32(skb, NFTA_SET_DATA_TYPE, htonl(set->dtype))) in nf_tables_fill_set() 2705 u32 ktype, dtype, flags, policy, gc_int; in nf_tables_newset() local 2741 dtype = 0; in nf_tables_newset() 2746 dtype = ntohl(nla_get_be32(nla[NFTA_SET_DATA_TYPE])); in nf_tables_newset() 2747 if ((dtype & NFT_DATA_RESERVED_MASK) == NFT_DATA_RESERVED_MASK && in nf_tables_newset() 2748 dtype != NFT_DATA_VERDICT) in nf_tables_newset() 2751 if (dtype != NFT_DATA_VERDICT) { in nf_tables_newset() 2838 set->dtype = dtype; in nf_tables_newset() 2916 dreg = nft_type_to_reg(set->dtype); in nf_tables_bind_check_setelem() 2918 set->dtype == NFT_DATA_VERDICT ? in nf_tables_bind_check_setelem() [all …]
|
D | nft_dynset.c | 154 if (set->dtype == NFT_DATA_VERDICT) in nft_dynset_init()
|
/linux-4.4.14/fs/afs/ |
D | dir.c | 30 loff_t fpos, u64 ino, unsigned dtype); 395 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir() argument 402 (unsigned long long) ino, dtype); in afs_lookup_filldir() 415 cookie->fid.unique = dtype; in afs_lookup_filldir()
|
/linux-4.4.14/net/ipv4/ |
D | igmp.c | 603 int type, dtype; in igmpv3_send_cr() local 614 dtype = IGMPV3_BLOCK_OLD_SOURCES; in igmpv3_send_cr() 616 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 646 dtype = IGMPV3_ALLOW_NEW_SOURCES; in igmpv3_send_cr() 649 dtype = IGMPV3_BLOCK_OLD_SOURCES; in igmpv3_send_cr() 652 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr()
|
/linux-4.4.14/net/ipv6/ |
D | mcast.c | 1861 int type, dtype; in mld_send_cr() local 1872 dtype = MLD2_BLOCK_OLD_SOURCES; in mld_send_cr() 1874 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 1905 dtype = MLD2_ALLOW_NEW_SOURCES; in mld_send_cr() 1908 dtype = MLD2_BLOCK_OLD_SOURCES; in mld_send_cr() 1911 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | sgiarcs.h | 179 enum linux_devtypes dtype; member
|
/linux-4.4.14/fs/gfs2/ |
D | dir.c | 1559 u16 dtype; in gfs2_dir_search() local 1565 dtype = be16_to_cpu(dent->de_type); in gfs2_dir_search() 1571 return gfs2_inode_lookup(dir->i_sb, dtype, addr, formal_ino, 0); in gfs2_dir_search()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 770 const struct lu_device_type *dtype);
|
D | cl_object.h | 2814 const struct lu_device_type *dtype); 2918 const struct lu_device_type *dtype);
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptlan.c | 118 u16 dtype; member 1501 if (fch->dtype == htons(0xffff)) { in mpt_lan_type_trans()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_tables.h | 308 u32 dtype; member
|
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 363 unsigned dtype; in get_hub_descriptor() local 366 dtype = USB_DT_SS_HUB; in get_hub_descriptor() 369 dtype = USB_DT_HUB; in get_hub_descriptor() 376 dtype << 8, 0, data, size, in get_hub_descriptor()
|