Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 72 of 72) sorted by relevance

/linux-4.4.14/fs/freevxfs/
Dvxfs_bmap.c44 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/
Ddevice.h49 #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/
Dvideomode.c17 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()
Dof_display_timing.c41 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/
Diohelper.h78 #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 …]
DmISDNinfineon.c82 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()
Dnetjet.c80 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/
Dteles3.c159 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 …]
Dhfcscard.c67 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()
Dconfig.c418 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 …]
Dteles0.c274 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()
Delsa.c291 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 …]
Dhisax_cfg.h57 int typ; member
Dbkm_a4t.c179 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()
Davma1_cs.c121 icard.typ = ISDN_CTYPE_A1_PCMCIA; in avma1cs_config()
Disdnl2.c879 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 …]
Dsedlbauer_cs.c134 icard.typ = ISDN_CTYPE_SEDLBAUER_PCMCIA; in sedlbauer_config()
Delsa_cs.c152 icard.typ = ISDN_CTYPE_ELSA_PCMCIA; in elsa_cs_config()
Dteles_cs.c132 icard.typ = ISDN_CTYPE_TELESPCMCIA; in teles_cs_config()
Dbkm_a8.c201 if (cs->typ == ISDN_CTYPE_SCT_QUADRO) { in enable_bkm_int()
285 if (cs->typ == ISDN_CTYPE_SCT_QUADRO) { in setup_sct_quadro()
Dsedlbauer.c683 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()
Dnj_u.c233 if (cs->typ != ISDN_CTYPE_NETJET_U) in setup_netjet_u()
Dsportster.c217 if (cs->typ != ISDN_CTYPE_SPORTSTER) in setup_sportster()
Dnj_s.c269 if (cs->typ != ISDN_CTYPE_NETJET_S) in setup_netjet_s()
Dmic.c198 if (cs->typ != ISDN_CTYPE_MIC) in setup_mic()
Davm_a1p.c226 if (cs->typ != ISDN_CTYPE_A1_PCMCIA) in setup_avm_a1_pcmcia()
Ds0box.c220 if (cs->typ != ISDN_CTYPE_S0BOX) in setup_s0box()
Dtelespci.c295 if (cs->typ != ISDN_CTYPE_TELESPCI) in setup_telespci()
Disurf.c209 if (cs->typ != ISDN_CTYPE_ISURF) in setup_isurf()
Denternow_pci.c399 if (cs->typ != ISDN_CTYPE_ENTERNOW) in setup_enternow_pci()
Dix1_micro.c234 if (cs->typ != ISDN_CTYPE_IX1MICROR2) in setup_ix1micro()
Dsaphir.c250 if (cs->typ != ISDN_CTYPE_HSTSAPHIR) in setup_saphir()
Davm_a1.c188 if (cs->typ != ISDN_CTYPE_A1) in setup_avm_a1()
Dteleint.c269 if (cs->typ != ISDN_CTYPE_TELEINT) in setup_TeleInt()
Dniccy.c236 if (cs->typ != ISDN_CTYPE_NICCY) in setup_niccy()
Dasuscom.c327 if (cs->typ != ISDN_CTYPE_ASUSCOM) in setup_asuscom()
Dnetjet.c112 if (cs->typ == ISDN_CTYPE_NETJET_S) in mode_tiger()
146 if (cs->typ == ISDN_CTYPE_NETJET_S) in mode_tiger()
Dcallc.c1457 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()
Dgazel.c632 if (cs->typ != ISDN_CTYPE_GAZEL) in setup_gazel()
Dhisax.h888 u_char typ; member
Dhfc_sx.c1450 if ((cs->typ == ISDN_CTYPE_HFC_SX) || in setup_hfcsx()
1451 (cs->typ == ISDN_CTYPE_HFC_SP_PCMCIA)) { in setup_hfcsx()
Davm_pci.c879 if (cs->typ != ISDN_CTYPE_FRITZPCI) in setup_avm_pcipnp()
Dw6692.c1006 if (cs->typ != ISDN_CTYPE_W6692) in setup_w6692()
Ddiva.c1249 if (cs->typ != ISDN_CTYPE_DIEHLDIVA) in setup_diva()
Dhfc_pci.c1652 if (cs->typ != ISDN_CTYPE_HFC_PCI) in setup_hfcpci()
/linux-4.4.14/drivers/scsi/snic/
Dsnic_disc.c35 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()
Dsnic_fwint.h114 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()
Dsnic_io.c205 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()
Dsnic_scsi.c547 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 …]
Dsnic_ctl.c161 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()
Dsnic_disc.h56 enum snic_tgt_type typ; member
/linux-4.4.14/arch/m68k/include/asm/
Dpgtable_no.h36 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
Dmcf_pgtable.h393 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ argument
/linux-4.4.14/arch/h8300/include/asm/
Dpgtable.h14 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-nommu.h50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
/linux-4.4.14/arch/c6x/include/asm/
Dpgtable.h49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
/linux-4.4.14/drivers/spi/
Dspi-orion.c68 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/
Dpgtable.h44 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
/linux-4.4.14/include/video/
Ddisplay_timing.h39 u32 typ; member
/linux-4.4.14/drivers/mfd/
Dtwl4030-power.c178 #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/
Dfw-emu.c245 # 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/
Dlayer2.c1110 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/
Dchannel.h234 #define spar_signal_init(chan, QHDRFLD, QDATAFLD, QDATATYPE, ver, typ) \ argument
238 chan->QHDRFLD.chtype = typ; \
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi.h254 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \ argument
256 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h39 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h61 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h316 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/
Dcapiutil.c26 int typ; member
229 #define TYP (cdef[cmsg->par[cmsg->p]].typ)
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h841 # define offsetof(typ, memb) ((unsigned long)((char *)&(((typ *)0)->memb))) argument
/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-simple.c110 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_fixed_modes()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1243 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/
Dosd_client.c123 #define osd_req_op_data(oreq, whch, typ, fld) \ argument
128 &__oreq->r_ops[__whch].typ.fld; \