/linux/include/linux/mlx5/ |
A 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 52 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument 53 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument 54 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument 55 #define __mlx5_16_bit_off(typ, fld) (16 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0xf… argument 56 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument 58 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument 60 #define __mlx5_16_mask(typ, fld) (__mlx5_mask16(typ, fld) << __mlx5_16_bit_off(typ, fld)) argument 69 #define MLX5_BYTE_OFF(typ, fld) (__mlx5_bit_off(typ, fld) / 8) argument [all …]
|
/linux/fs/freevxfs/ |
A D | vxfs_bmap.c | 44 vxfs_typdump(struct vxfs_typed *typ) in vxfs_typdump() argument 48 printk("block=%x ", typ->vt_block); in vxfs_typdump() 49 printk("size=%x\n", typ->vt_size); in vxfs_typdump() 139 struct vxfs_typed *typ; in vxfs_bmap_indir() local 160 fs32_to_cpu(sbi, typ->vt_block), in vxfs_bmap_indir() 161 fs32_to_cpu(sbi, typ->vt_size), in vxfs_bmap_indir() 174 (struct vxfs_typed_dev4 *)typ; in vxfs_bmap_indir() 223 vxfs_typdump(typ); in vxfs_bmap_typed() 230 fs32_to_cpu(sbi, typ->vt_block), in vxfs_bmap_typed() 231 fs32_to_cpu(sbi, typ->vt_size), in vxfs_bmap_typed() [all …]
|
/linux/drivers/video/ |
A D | videomode.c | 16 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing() 17 vm->hactive = dt->hactive.typ; in videomode_from_timing() 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing() 19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing() 20 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing() 22 vm->vactive = dt->vactive.typ; in videomode_from_timing() 23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing() 24 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing() 25 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
|
A D | of_display_timing.c | 39 ret = of_property_read_u32(np, name, &result->typ); in parse_timing_property() 40 result->min = result->typ; in parse_timing_property() 41 result->max = result->typ; in parse_timing_property()
|
/linux/drivers/isdn/hardware/mISDN/ |
A D | iohelper.h | 68 return readb(((typ *)hw->adr) + off); \ 72 writeb(val, ((typ *)hw->adr) + off); \ 77 *dp++ = readb(((typ *)hw->adr) + off); \ 82 writeb(*dp++, ((typ *)hw->adr) + off); \ 85 #define ASSIGN_FUNC(typ, name, dest) do { \ argument 86 dest.read_reg = &Read##name##_##typ; \ 87 dest.write_reg = &Write##name##_##typ; \ 88 dest.read_fifo = &ReadFiFo##name##_##typ; \ 91 #define ASSIGN_FUNC_IPAC(typ, target) do { \ argument 92 ASSIGN_FUNC(typ, ISAC, target.isac); \ [all …]
|
A D | mISDNinfineon.c | 67 enum inf_types typ; member 392 switch (hw->ci->typ) { in enable_hwirq() 436 switch (hw->ci->typ) { in disable_hwirq() 489 switch (hw->ci->typ) { in reset_inf() 718 switch (hw->ci->typ) { in setup_io() 872 switch (card->ci->typ) { in release_card() 1058 get_card_info(enum inf_types typ) in get_card_info() argument 1062 while (ci->typ != INF_NONE) { in get_card_info() 1063 if (ci->typ == typ) in get_card_info()
|
/linux/Documentation/devicetree/bindings/display/panel/ |
A D | panel-timing.yaml | 57 of min, typ, max values. 83 description: min, typ, max number of pixels 96 description: min, typ, max number of pixels 109 description: min, typ, max number of pixels 122 description: min, typ, max number of lines 135 description: min, typ, max number of lines 148 description: min, typ, max number of lines
|
/linux/drivers/scsi/snic/ |
A 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() 274 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create() 286 switch (tgt->tdata.typ) { in snic_tgt_create() 312 tgt->id, snic_tgt_type_to_str(tgt->tdata.typ)); in snic_tgt_create() 398 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local 405 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|
A 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()
|
A D | snic_io.c | 236 u8 typ; in snic_req_init() local 239 typ = (sg_cnt <= SNIC_REQ_CACHE_DFLT_SGL) ? in snic_req_init() 242 rqi = mempool_alloc(snic->req_pool[typ], GFP_ATOMIC); in snic_req_init() 247 typ); in snic_req_init() 252 rqi->rq_pool_type = typ; in snic_req_init()
|
A 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() 925 u8 typ; in snic_itmf_cmpl_handler() local 931 __func__, typ, hdr_stat, cmnd_id, hid, ctx); in snic_itmf_cmpl_handler() 1004 u8 typ; in snic_hba_reset_cmpl_handler() local 1019 typ, hdr_stat, cmnd_id, hid, ctx); in snic_hba_reset_cmpl_handler() 1129 u8 typ, hdr_stat; in snic_aen_handler() local 1138 typ, hdr_stat, cmnd_id, hid, ctx); in snic_aen_handler() 2102 if (tgt->tdata.typ == SNIC_TGT_DAS) in snic_dev_reset_supported() [all …]
|
A D | snic_ctl.c | 156 u8 typ, hdr_stat; in snic_io_exch_ver_cmpl_handler() local 162 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); in snic_io_exch_ver_cmpl_handler()
|
A D | snic_disc.h | 56 enum snic_tgt_type typ; member
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | qpc.c | 378 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() argument 379 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc() 381 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() argument 383 MLX5_SET(typ##_in, in, opcode, _opcode); \ in modify_qp_mbox_alloc() 384 MLX5_SET(typ##_in, in, qpn, _qpn); \ in modify_qp_mbox_alloc() 385 MLX5_SET(typ##_in, in, uid, _uid); \ in modify_qp_mbox_alloc() 388 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() argument 390 MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid); \ in modify_qp_mbox_alloc() 391 MLX5_SET(typ##_in, in, opt_param_mask, _opt_p); \ in modify_qp_mbox_alloc() 392 memcpy(MLX5_ADDR_OF(typ##_in, in, qpc), _qpc, \ in modify_qp_mbox_alloc()
|
A D | mlx5_ib.h | 64 #define mlx5_umem_find_best_pgsz(umem, typ, log_pgsz_fld, pgsz_shift, iova) \ argument 67 __mlx5_bit_sz(typ, log_pgsz_fld), \ 91 #define mlx5_umem_find_best_quantized_pgoff(umem, typ, log_pgsz_fld, \ argument 97 __mlx5_bit_sz(typ, log_pgsz_fld), pgsz_shift), \ 98 __mlx5_bit_sz(typ, page_offset_fld), \ 102 #define mlx5_umem_find_best_cq_quantized_pgoff(umem, typ, log_pgsz_fld, \ argument 108 __mlx5_bit_sz(typ, log_pgsz_fld), pgsz_shift), \ 109 __mlx5_bit_sz(typ, page_offset_fld), 0, scale, \
|
/linux/arch/h8300/include/asm/ |
A D | pgtable.h | 13 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
/linux/arch/m68k/include/asm/ |
A D | pgtable_no.h | 37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
A D | mcf_pgtable.h | 320 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ argument
|
/linux/drivers/spi/ |
A D | spi-orion.c | 71 enum orion_spi_type typ; member 150 if (devdata->typ == ARMADA_SPI) { in orion_spi_baudrate_set() 579 .typ = ORION_SPI, 586 .typ = ARMADA_SPI, 594 .typ = ARMADA_SPI, 601 .typ = ARMADA_SPI, 608 .typ = ARMADA_SPI,
|
/linux/drivers/scsi/ufs/ |
A D | ufs-debugfs.c | 38 #define PRT(fmt, typ) \ in ufs_debugfs_stats_show() argument 39 seq_printf(s, fmt, e[UFS_EVT_ ## typ].cnt) in ufs_debugfs_stats_show()
|
/linux/drivers/gpu/drm/panel/ |
A D | panel-seiko-43wvf1g.c | 74 dt->hactive.typ, dt->vactive.typ); in seiko_panel_get_fixed_modes()
|
/linux/drivers/mfd/ |
A D | twl4030-power.c | 177 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument 179 .type = (typ), .type2 = (typ2), \ 182 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument 184 .type = (typ), .type2 = (typ2), \
|
/linux/include/video/ |
A D | display_timing.h | 42 u32 typ; member
|
/linux/drivers/isdn/mISDN/ |
A D | layer2.c | 1100 enquiry_cr(struct layer2 *l2, u_char typ, u_char cr, u_char pf) in enquiry_cr() argument 1108 tmp[i++] = typ; in enquiry_cr() 1111 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0); in enquiry_cr() 1187 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local 1197 typ = RNR; in l2_st7_got_super() 1201 typ = REJ; in l2_st7_got_super() 1219 if (typ == REJ) { in l2_st7_got_super() 1226 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super() 1231 } else if ((l2->va != nr) || (typ == RNR)) { in l2_st7_got_super() 1233 if (typ != RR) in l2_st7_got_super() [all …]
|
/linux/drivers/message/fusion/lsi/ |
A D | mpi.h | 255 #define MPI_SET_CONTEXT_REPLY_TYPE(x, typ) \ argument 257 (((typ) << MPI_CONTEXT_REPLY_TYPE_SHIFT) & \
|