/linux-4.4.14/fs/freevxfs/ |
D | vxfs_bmap.c | 44 vxfs_typdump(struct vxfs_typed *typ) in vxfs_typdump() argument 46 printk(KERN_DEBUG "type=%Lu ", typ->vt_hdr >> VXFS_TYPED_TYPESHIFT); in vxfs_typdump() 47 printk("offset=%Lx ", typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_typdump() 48 printk("block=%x ", typ->vt_block); in vxfs_typdump() 49 printk("size=%x\n", typ->vt_size); in vxfs_typdump() 135 struct vxfs_typed *typ; in vxfs_bmap_indir() local 143 typ = ((struct vxfs_typed *)bp->b_data) + in vxfs_bmap_indir() 145 off = (typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_indir() 152 switch ((u_int32_t)(typ->vt_hdr >> VXFS_TYPED_TYPESHIFT)) { in vxfs_bmap_indir() 154 pblock = vxfs_bmap_indir(ip, typ->vt_block, in vxfs_bmap_indir() [all …]
|
/linux-4.4.14/include/linux/mlx5/ |
D | device.h | 49 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) argument 50 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument 51 #define __mlx5_bit_off(typ, fld) ((unsigned)(unsigned long)(&(__mlx5_nullp(typ)->fld))) argument 52 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument 53 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument 54 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument 55 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument 56 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument 57 #define __mlx5_st_sz_bits(typ) sizeof(struct mlx5_ifc_##typ##_bits) argument 59 #define MLX5_FLD_SZ_BYTES(typ, fld) (__mlx5_bit_sz(typ, fld) / 8) argument [all …]
|
/linux-4.4.14/drivers/video/ |
D | videomode.c | 17 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing() 18 vm->hactive = dt->hactive.typ; in videomode_from_timing() 19 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing() 20 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing() 21 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing() 23 vm->vactive = dt->vactive.typ; in videomode_from_timing() 24 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing() 25 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing() 26 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
|
D | of_display_timing.c | 41 ret = of_property_read_u32(np, name, &result->typ); in parse_timing_property() 42 result->min = result->typ; in parse_timing_property() 43 result->max = result->typ; in parse_timing_property()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | iohelper.h | 78 #define IOFUNC_MEMIO(name, hws, typ, adr) \ argument 81 return readb(((typ *)hw->adr) + off); \ 85 writeb(val, ((typ *)hw->adr) + off); \ 90 *dp++ = readb(((typ *)hw->adr) + off); \ 95 writeb(*dp++, ((typ *)hw->adr) + off); \ 98 #define ASSIGN_FUNC(typ, name, dest) do { \ argument 99 dest.read_reg = &Read##name##_##typ; \ 100 dest.write_reg = &Write##name##_##typ; \ 101 dest.read_fifo = &ReadFiFo##name##_##typ; \ 102 dest.write_fifo = &WriteFiFo##name##_##typ; \ [all …]
|
D | mISDNinfineon.c | 82 enum inf_types typ; member 407 switch (hw->ci->typ) { in enable_hwirq() 451 switch (hw->ci->typ) { in disable_hwirq() 504 switch (hw->ci->typ) { in reset_inf() 725 switch (hw->ci->typ) { in setup_io() 879 switch (card->ci->typ) { in release_card() 1064 get_card_info(enum inf_types typ) in get_card_info() argument 1068 while (ci->typ != INF_NONE) { in get_card_info() 1069 if (ci->typ == typ) in get_card_info()
|
D | netjet.c | 80 enum nj_types typ; member 293 if (card->typ == NETJET_S_TJ320) /* TJ320 */ in nj_reset() 1112 card->typ = NETJET_S_TJ320; in nj_probe() 1114 card->typ = NETJET_S_TJ300; in nj_probe()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | teles3.c | 159 if (cs->typ == ISDN_CTYPE_TELESPCMCIA) { in release_io_teles3() 163 if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) { in release_io_teles3() 178 if (cs->typ != ISDN_CTYPE_TELESPCMCIA) { in reset_teles3() 179 if ((cs->hw.teles3.cfg_reg) && (cs->typ != ISDN_CTYPE_COMPAQ_ISA)) { in reset_teles3() 213 } else if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) { in reset_teles3() 281 if ((cs->typ != ISDN_CTYPE_16_3) && (cs->typ != ISDN_CTYPE_PNP) in setup_teles3() 282 && (cs->typ != ISDN_CTYPE_TELESPCMCIA) && (cs->typ != ISDN_CTYPE_COMPAQ_ISA)) in setup_teles3() 329 if (cs->typ == ISDN_CTYPE_16_3) { in setup_teles3() 341 } else if (cs->typ == ISDN_CTYPE_TELESPCMCIA) { in setup_teles3() 346 } else if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) { in setup_teles3() [all …]
|
D | hfcscard.c | 67 if (cs->typ == ISDN_CTYPE_TELES3C) in reset_hfcs() 72 if (cs->typ == ISDN_CTYPE_TELES3C) in reset_hfcs() 76 if (cs->typ == ISDN_CTYPE_TELES3C) in reset_hfcs() 78 else if (cs->typ == ISDN_CTYPE_ACERP10) in reset_hfcs() 228 if (cs->typ == ISDN_CTYPE_TELES3C) { in setup_hfcs() 230 } else if (cs->typ == ISDN_CTYPE_ACERP10) { in setup_hfcs() 237 CardType[card->typ], in setup_hfcs() 246 if (cs->typ == ISDN_CTYPE_TELES3C) { in setup_hfcs() 250 } else if (cs->typ == ISDN_CTYPE_ACERP10) { in setup_hfcs()
|
D | config.c | 418 cards[i].typ = ints[j]; in HiSax_setup() 823 printk(KERN_INFO "%s: IRQ %d count %d\n", CardType[cs->typ], in init_card() 835 CardType[cs->typ], cs->irq, cs->irq_cnt); in init_card() 839 CardType[cs->typ], cs->irq, 4 - cnt); in init_card() 859 switch (card->typ) { in hisax_cs_setup_card() 1016 CardType[card->typ]); in hisax_cs_setup_card() 1057 if (card->typ <= 0 || card->typ > ISDN_CTYPE_COUNT) { in hisax_cs_new() 1059 "HiSax: Card Type %d out of range\n", card->typ); in hisax_cs_new() 1077 cs->typ = card->typ; in hisax_cs_new() 1144 switch (card->typ) { in hisax_cs_setup() [all …]
|
D | teles0.c | 274 if ((cs->typ != ISDN_CTYPE_16_0) && (cs->typ != ISDN_CTYPE_8_0)) in setup_teles0() 277 if (cs->typ == ISDN_CTYPE_16_0) in setup_teles0() 293 CardType[card->typ], in setup_teles0() 329 CardType[card->typ], in setup_teles0() 339 CardType[cs->typ], cs->irq, in setup_teles0()
|
D | elsa.c | 291 if ((cs->typ == ISDN_CTYPE_ELSA_PCMCIA) && (*cs->busy_flag == 1)) { in elsa_interrupt() 763 if (cs->typ == ISDN_CTYPE_ELSA) { in Elsa_card_msg() 775 probe_elsa_adr(unsigned int adr, int typ) in probe_elsa_adr() argument 783 if (typ != ISDN_CTYPE_ELSA_PCMCIA) { in probe_elsa_adr() 831 if ((cs->subtyp = probe_elsa_adr(CARD_portlist[i], cs->typ))) in probe_elsa() 846 cs->typ))) { in setup_elsa_isa() 1129 if (cs->typ != ISDN_CTYPE_ELSA_PCMCIA && !request_region(cs->hw.elsa.base, bytecnt, "elsa isdn")) { in setup_elsa_common() 1225 if (cs->typ == ISDN_CTYPE_ELSA) { in setup_elsa() 1230 } else if (cs->typ == ISDN_CTYPE_ELSA_PNP) { in setup_elsa() 1235 } else if (cs->typ == ISDN_CTYPE_ELSA_PCMCIA) in setup_elsa() [all …]
|
D | hisax_cfg.h | 57 int typ; member
|
D | bkm_a4t.c | 179 if (cs->typ == ISDN_CTYPE_BKM_A4T) { in enable_bkm_int() 192 if (cs->typ == ISDN_CTYPE_BKM_A4T) { in reset_bkm() 334 if (cs->typ == ISDN_CTYPE_BKM_A4T) { in setup_bkm_a4t()
|
D | avma1_cs.c | 121 icard.typ = ISDN_CTYPE_A1_PCMCIA; in avma1cs_config()
|
D | isdnl2.c | 879 enquiry_cr(struct PStack *st, u_char typ, u_char cr, u_char pf) in enquiry_cr() argument 889 tmp[i++] = typ; in enquiry_cr() 892 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0); in enquiry_cr() 969 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local 980 typ = RNR; in l2_st7_got_super() 984 typ = REJ; in l2_st7_got_super() 1002 if (typ == REJ) { in l2_st7_got_super() 1009 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super() 1014 } else if ((l2->va != nr) || (typ == RNR)) { in l2_st7_got_super() 1016 if (typ != RR) FsmDelTimer(&st->l2.t203, 9); in l2_st7_got_super() [all …]
|
D | sedlbauer_cs.c | 134 icard.typ = ISDN_CTYPE_SEDLBAUER_PCMCIA; in sedlbauer_config()
|
D | elsa_cs.c | 152 icard.typ = ISDN_CTYPE_ELSA_PCMCIA; in elsa_cs_config()
|
D | teles_cs.c | 132 icard.typ = ISDN_CTYPE_TELESPCMCIA; in teles_cs_config()
|
D | bkm_a8.c | 201 if (cs->typ == ISDN_CTYPE_SCT_QUADRO) { in enable_bkm_int() 285 if (cs->typ == ISDN_CTYPE_SCT_QUADRO) { in setup_sct_quadro()
|
D | sedlbauer.c | 683 if (cs->typ == ISDN_CTYPE_SEDLBAUER) { in setup_sedlbauer() 687 } else if (cs->typ == ISDN_CTYPE_SEDLBAUER_PCMCIA) { in setup_sedlbauer() 691 } else if (cs->typ == ISDN_CTYPE_SEDLBAUER_FAX) { in setup_sedlbauer() 730 CardType[card->typ], in setup_sedlbauer()
|
D | nj_u.c | 233 if (cs->typ != ISDN_CTYPE_NETJET_U) in setup_netjet_u()
|
D | sportster.c | 217 if (cs->typ != ISDN_CTYPE_SPORTSTER) in setup_sportster()
|
D | nj_s.c | 269 if (cs->typ != ISDN_CTYPE_NETJET_S) in setup_netjet_s()
|
D | mic.c | 198 if (cs->typ != ISDN_CTYPE_MIC) in setup_mic()
|
D | avm_a1p.c | 226 if (cs->typ != ISDN_CTYPE_A1_PCMCIA) in setup_avm_a1_pcmcia()
|
D | s0box.c | 220 if (cs->typ != ISDN_CTYPE_S0BOX) in setup_s0box()
|
D | telespci.c | 295 if (cs->typ != ISDN_CTYPE_TELESPCI) in setup_telespci()
|
D | isurf.c | 209 if (cs->typ != ISDN_CTYPE_ISURF) in setup_isurf()
|
D | enternow_pci.c | 399 if (cs->typ != ISDN_CTYPE_ENTERNOW) in setup_enternow_pci()
|
D | ix1_micro.c | 234 if (cs->typ != ISDN_CTYPE_IX1MICROR2) in setup_ix1micro()
|
D | saphir.c | 250 if (cs->typ != ISDN_CTYPE_HSTSAPHIR) in setup_saphir()
|
D | avm_a1.c | 188 if (cs->typ != ISDN_CTYPE_A1) in setup_avm_a1()
|
D | teleint.c | 269 if (cs->typ != ISDN_CTYPE_TELEINT) in setup_TeleInt()
|
D | niccy.c | 236 if (cs->typ != ISDN_CTYPE_NICCY) in setup_niccy()
|
D | asuscom.c | 327 if (cs->typ != ISDN_CTYPE_ASUSCOM) in setup_asuscom()
|
D | netjet.c | 112 if (cs->typ == ISDN_CTYPE_NETJET_S) in mode_tiger() 146 if (cs->typ == ISDN_CTYPE_NETJET_S) in mode_tiger()
|
D | callc.c | 1457 if ((cs->typ == ISDN_CTYPE_ELSA) || (cs->typ == ISDN_CTYPE_ELSA_PNP) || in lli_got_manufacturer() 1458 (cs->typ == ISDN_CTYPE_ELSA_PCI)) { in lli_got_manufacturer()
|
D | gazel.c | 632 if (cs->typ != ISDN_CTYPE_GAZEL) in setup_gazel()
|
D | hisax.h | 888 u_char typ; member
|
D | hfc_sx.c | 1450 if ((cs->typ == ISDN_CTYPE_HFC_SX) || in setup_hfcsx() 1451 (cs->typ == ISDN_CTYPE_HFC_SP_PCMCIA)) { in setup_hfcsx()
|
D | avm_pci.c | 879 if (cs->typ != ISDN_CTYPE_FRITZPCI) in setup_avm_pcipnp()
|
D | w6692.c | 1006 if (cs->typ != ISDN_CTYPE_W6692) in setup_w6692()
|
D | diva.c | 1249 if (cs->typ != ISDN_CTYPE_DIEHLDIVA) in setup_diva()
|
D | hfc_pci.c | 1652 if (cs->typ != ISDN_CTYPE_HFC_PCI) in setup_hfcpci()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_disc.c | 35 snic_tgt_type_to_str(int typ) in snic_tgt_type_to_str() argument 37 return ((typ > SNIC_TGT_NONE && typ <= SNIC_TGT_SAN) ? in snic_tgt_type_to_str() 38 snic_tgt_type_str[typ] : "Unknown"); in snic_tgt_type_to_str() 273 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create() 285 switch (tgt->tdata.typ) { in snic_tgt_create() 311 tgt->id, snic_tgt_type_to_str(tgt->tdata.typ)); in snic_tgt_create() 397 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local 404 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|
D | snic_fwint.h | 114 snic_io_hdr_enc(struct snic_io_hdr *hdr, u8 typ, u8 status, u32 id, u32 hid, in snic_io_hdr_enc() argument 117 hdr->type = typ; in snic_io_hdr_enc() 129 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() argument 132 *typ = hdr->type; in snic_io_hdr_dec()
|
D | snic_io.c | 205 u8 typ; in snic_req_init() local 208 typ = (sg_cnt <= SNIC_REQ_CACHE_DFLT_SGL) ? in snic_req_init() 211 rqi = mempool_alloc(snic->req_pool[typ], GFP_ATOMIC); in snic_req_init() 216 typ); in snic_req_init() 221 rqi->rq_pool_type = typ; in snic_req_init()
|
D | snic_scsi.c | 547 u8 typ, hdr_stat; in snic_icmnd_cmpl_handler() local 558 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_icmnd_cmpl_handler() 564 typ, hdr_stat, cmnd_id, hid, ctx); in snic_icmnd_cmpl_handler() 917 u8 typ; in snic_itmf_cmpl_handler() local 920 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_itmf_cmpl_handler() 923 __func__, typ, hdr_stat, cmnd_id, hid, ctx); in snic_itmf_cmpl_handler() 996 u8 typ; in snic_hba_reset_cmpl_handler() local 1007 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_hba_reset_cmpl_handler() 1010 typ, hdr_stat, cmnd_id, hid, ctx); in snic_hba_reset_cmpl_handler() 1113 u8 typ, hdr_stat; in snic_aen_handler() local [all …]
|
D | snic_ctl.c | 161 u8 typ, hdr_stat; in snic_io_exch_ver_cmpl_handler() local 168 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_io_exch_ver_cmpl_handler()
|
D | snic_disc.h | 56 enum snic_tgt_type typ; member
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_no.h | 36 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
D | mcf_pgtable.h | 393 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ argument
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | pgtable.h | 14 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
/linux-4.4.14/drivers/spi/ |
D | spi-orion.c | 68 enum orion_spi_type typ; member 129 if (devdata->typ == ARMADA_SPI) { in orion_spi_baudrate_set() 432 .typ = ORION_SPI, 439 .typ = ARMADA_SPI, 447 .typ = ARMADA_SPI, 454 .typ = ARMADA_SPI, 461 .typ = ARMADA_SPI,
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 44 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
/linux-4.4.14/include/video/ |
D | display_timing.h | 39 u32 typ; member
|
/linux-4.4.14/drivers/mfd/ |
D | twl4030-power.c | 178 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument 180 .type = (typ), .type2 = (typ2), \ 183 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument 185 .type = (typ), .type2 = (typ2), \
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 245 # define MAKE_MD(typ, attr, start, end) \ in sys_fw_init() argument 248 md->type = typ; \ in sys_fw_init()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | layer2.c | 1110 enquiry_cr(struct layer2 *l2, u_char typ, u_char cr, u_char pf) in enquiry_cr() argument 1118 tmp[i++] = typ; in enquiry_cr() 1121 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0); in enquiry_cr() 1197 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local 1207 typ = RNR; in l2_st7_got_super() 1211 typ = REJ; in l2_st7_got_super() 1229 if (typ == REJ) { in l2_st7_got_super() 1236 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super() 1241 } else if ((l2->va != nr) || (typ == RNR)) { in l2_st7_got_super() 1243 if (typ != RR) in l2_st7_got_super() [all …]
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | channel.h | 234 #define spar_signal_init(chan, QHDRFLD, QDATAFLD, QDATATYPE, ver, typ) \ argument 238 chan->QHDRFLD.chtype = typ; \
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi.h | 254 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \ argument 256 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 39 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 61 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 316 uint32_t typ:2; member 320 uint32_t typ:2; 360 uint32_t typ:2; member 364 uint32_t typ:2; 403 uint32_t typ:2; member 407 uint32_t typ:2;
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capiutil.c | 26 int typ; member 229 #define TYP (cdef[cmsg->par[cmsg->p]].typ)
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 841 # define offsetof(typ, memb) ((unsigned long)((char *)&(((typ *)0)->memb))) argument
|
/linux-4.4.14/drivers/gpu/drm/panel/ |
D | panel-simple.c | 110 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_fixed_modes()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1243 enum cl_req_type typ = rw == READ ? CRT_READ : CRT_WRITE; in cl_echo_object_brw() 1245 async = async && (typ == CRT_WRITE); in cl_echo_object_brw() 1247 rc = cl_echo_async_brw(env, io, typ, queue); in cl_echo_object_brw() 1249 rc = cl_io_submit_sync(env, io, typ, queue, 0); in cl_echo_object_brw()
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 123 #define osd_req_op_data(oreq, whch, typ, fld) \ argument 128 &__oreq->r_ops[__whch].typ.fld; \
|