/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | iohelper.h | 65 #define IOFUNC_MEMIO(name, hws, typ, adr) \ argument 85 #define ASSIGN_FUNC(typ, name, dest) do { \ argument 91 #define ASSIGN_FUNC_IPAC(typ, target) do { \ argument
|
D | mISDNinfineon.c | 67 enum inf_types typ; member 1058 get_card_info(enum inf_types typ) in get_card_info()
|
D | netjet.c | 67 enum nj_types typ; member
|
/linux-6.1.9/fs/freevxfs/ |
D | vxfs_bmap.c | 20 vxfs_typdump(struct vxfs_typed *typ) in vxfs_typdump() 115 struct vxfs_typed *typ; in vxfs_bmap_indir() local 194 struct vxfs_typed *typ = vip->vii_org.typed + i; in vxfs_bmap_typed() local
|
/linux-6.1.9/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) (offsetof(struct mlx5_ifc_##typ##_bits, 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 57 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument 58 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument [all …]
|
/linux-6.1.9/drivers/scsi/snic/ |
D | snic_disc.c | 21 snic_tgt_type_to_str(int typ) in snic_tgt_type_to_str() 387 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local
|
D | snic_ctl.c | 142 u8 typ, hdr_stat; in snic_io_exch_ver_cmpl_handler() local
|
D | snic_scsi.c | 533 u8 typ, hdr_stat; in snic_icmnd_cmpl_handler() local 911 u8 typ; in snic_itmf_cmpl_handler() local 990 u8 typ; in snic_hba_reset_cmpl_handler() local 1115 u8 typ, hdr_stat; in snic_aen_handler() local
|
D | snic_disc.h | 42 enum snic_tgt_type typ; member
|
D | snic_io.c | 222 u8 typ; in snic_req_init() local
|
D | snic_fwint.h | 100 snic_io_hdr_enc(struct snic_io_hdr *hdr, u8 typ, u8 status, u32 id, u32 hid, in snic_io_hdr_enc() 115 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec()
|
/linux-6.1.9/include/dt-bindings/pinctrl/ |
D | sppctl.h | 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | mae.c | 181 static const char *mask_type_name(enum mask_type typ) in mask_type_name() 226 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ) in efx_mae_match_check_cap_typ()
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | qpc.c | 378 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() argument 381 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() argument 388 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() argument
|
D | srq_cmd.c | 108 #define set_srq_page_size(in, typ, log_pgsz_fld) \ argument
|
D | mlx5_ib.h | 64 #define mlx5_umem_find_best_pgsz(umem, typ, log_pgsz_fld, pgsz_shift, iova) \ argument 91 #define mlx5_umem_find_best_quantized_pgoff(umem, typ, log_pgsz_fld, \ argument 102 #define mlx5_umem_find_best_cq_quantized_pgoff(umem, typ, log_pgsz_fld, \ argument
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | pgtable_no.h | 37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) argument
|
D | mcf_pgtable.h | 261 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ argument
|
/linux-6.1.9/include/video/ |
D | display_timing.h | 42 u32 typ; member
|
/linux-6.1.9/drivers/mfd/ |
D | twl4030-power.c | 177 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument 182 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument
|
/linux-6.1.9/drivers/ufs/core/ |
D | ufs-debugfs.c | 39 #define PRT(fmt, typ) \ in ufs_debugfs_stats_show() argument
|
/linux-6.1.9/tools/perf/scripts/python/ |
D | intel-pt-events.py | 386 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
|
/linux-6.1.9/drivers/isdn/capi/ |
D | capiutil.c | 28 int typ; member
|
/linux-6.1.9/drivers/spi/ |
D | spi-orion.c | 71 enum orion_spi_type typ; member
|
/linux-6.1.9/drivers/isdn/mISDN/ |
D | layer2.c | 1100 enquiry_cr(struct layer2 *l2, u_char typ, u_char cr, u_char pf) in enquiry_cr() 1187 int PollFlag, rsp, typ = RR; in l2_st7_got_super() local
|