Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Diohelper.h65 #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
H A DmISDNinfineon.c67 enum inf_types typ; member
1058 get_card_info(enum inf_types typ) in get_card_info()
/openbmc/linux/fs/freevxfs/
H A Dvxfs_bmap.c20 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
/openbmc/linux/include/linux/mlx5/
H A Ddevice.h74 #define MLX5_SET(typ, p, fld, v) do { \ argument
83 #define MLX5_ARRAY_SET(typ, p, fld, idx, v) do { \ argument
88 #define MLX5_SET_TO_ONES(typ, p, fld) do { \ argument
100 #define MLX5_GET_PR(typ, p, fld) ({ \ argument
106 #define __MLX5_SET64(typ, p, fld, v) do { \ argument
111 #define MLX5_SET64(typ, p, fld, v) do { \ argument
116 #define MLX5_ARRAY_SET64(typ, p, fld, idx, v) do { \ argument
123 #define MLX5_GET64_PR(typ, p, fld) ({ \ argument
133 #define MLX5_SET16(typ, p, fld, v) do { \ argument
143 #define MLX5_GET64_BE(typ, p, fld) (*((__be64 *)(p) +\ argument
[all …]
/openbmc/qemu/audio/
H A Ddsound_template.h173 const char *typ = "ADC"; in dsound_init_in() local
179 const char *typ = "DAC"; in dsound_init_in() local
H A Dossaudio.c80 const char *typ, in oss_logerr2()
222 static int oss_get_version (int fd, int *version, const char *typ) in oss_get_version()
257 const char *typ = in ? "ADC" : "DAC"; in oss_open() local
H A Dalsaaudio.c88 const char *typ, in alsa_logerr2()
450 const char *typ = in ? "ADC" : "DAC"; in alsa_open() local
741 static int alsa_voice_ctl (snd_pcm_t *handle, const char *typ, int ctl) in alsa_voice_ctl()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dacl.py54 def acl_get_file(path, typ): argument
191 def from_path(cls, path, typ): argument
H A Dpersist_data.py140 def __exit__(self, typ, value, traceback): argument
/openbmc/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_disc.c21 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
H A Dsnic_ctl.c142 u8 typ, hdr_stat; in snic_io_exch_ver_cmpl_handler() local
H A Dsnic_scsi.c528 u8 typ, hdr_stat; in snic_icmnd_cmpl_handler() local
906 u8 typ; in snic_itmf_cmpl_handler() local
985 u8 typ; in snic_hba_reset_cmpl_handler() local
1110 u8 typ, hdr_stat; in snic_aen_handler() local
H A Dsnic_disc.h42 enum snic_tgt_type typ; member
H A Dsnic_io.c222 u8 typ; in snic_req_init() local
/openbmc/linux/tools/objtool/arch/powerpc/
H A Ddecode.c47 enum insn_type typ; in arch_decode_instruction() local
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c394 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() argument
397 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() argument
404 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() argument
/openbmc/qemu/hw/acpi/
H A Daml-build-stub.c94 Aml *aml_dma(AmlDmaType typ, AmlDmaBusMaster bm, AmlTransferSize sz, in aml_dma()
/openbmc/linux/include/video/
H A Ddisplay_timing.h42 u32 typ; member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmae.c562 static const char *mask_type_name(enum mask_type typ) in mask_type_name()
607 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ) in efx_mae_match_check_cap_typ()
833 enum mask_type typ; in efx_mae_check_encap_match_caps() local
870 int efx_mae_check_encap_type_supported(struct efx_nic *efx, enum efx_encap_type typ) in efx_mae_check_encap_type_supported()
/openbmc/linux/drivers/mfd/
H A Dtwl4030-power.c177 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument
182 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument
/openbmc/qemu/scripts/qapi/
H A Dschema.py761 def __init__(self, name, info, typ, optional, ifcond=None, features=None): argument
795 def __init__(self, name, info, typ, ifcond=None): argument
959 def lookup_entity(self, name, typ=None): argument
1085 def _make_member(self, name, typ, ifcond, features, info): argument
1114 def _make_variant(self, case, typ, ifcond, info): argument
/openbmc/linux/drivers/ufs/core/
H A Dufs-debugfs.c39 #define PRT(fmt, typ) \ in ufs_debugfs_stats_show() argument
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
/openbmc/linux/drivers/isdn/capi/
H A Dcapiutil.c28 int typ; member

12