/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A 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
|
H A D | mISDNinfineon.c | 67 enum inf_types typ; member 1058 get_card_info(enum inf_types typ) in get_card_info()
|
/openbmc/linux/fs/freevxfs/ |
H A 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
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom30.py | 213 def foreach_filter(self, typ, *, match_subclass=True, **attr_filter): argument 218 def find_filter(self, typ, *, match_subclass=True, **attr_filter): argument 225 def foreach_root(self, typ, **attr_filter): argument 233 def find_root(self, typ, **attr_filter): argument 470 def new_annotation(self, subject, comment, typ): argument 485 typ, argument 522 def new_relationship(self, from_, typ, to): argument 525 def new_scoped_relationship(self, from_, typ, scope, to): argument 729 def new_task_build(self, name, typ): argument
|
/openbmc/linux/include/linux/mlx5/ |
H A D | device.h | 50 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) argument 51 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument 52 #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) argument 53 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument 54 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument 55 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument 56 #define __mlx5_16_bit_off(typ, fld) (16 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0xf… argument 57 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument 58 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument 59 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument [all …]
|
/openbmc/qemu/audio/ |
H A D | dsound_template.h | 173 const char *typ = "ADC"; in dsound_init_in() local 179 const char *typ = "DAC"; in dsound_init_in() local
|
H A D | ossaudio.c | 80 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 D | alsaaudio.c | 88 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 D | acl.py | 54 def acl_get_file(path, typ): argument 191 def from_path(cls, path, typ): argument
|
/openbmc/linux/include/dt-bindings/pinctrl/ |
H A D | sppctl.h | 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
|
/openbmc/linux/drivers/scsi/snic/ |
H A 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
|
H A D | snic_ctl.c | 142 u8 typ, hdr_stat; in snic_io_exch_ver_cmpl_handler() local
|
H A D | snic_scsi.c | 528 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 D | snic_disc.h | 42 enum snic_tgt_type typ; member
|
H A D | snic_io.c | 222 u8 typ; in snic_req_init() local
|
H A 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()
|
/openbmc/linux/tools/objtool/arch/powerpc/ |
H A D | decode.c | 47 enum insn_type typ; in arch_decode_instruction() local
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qpc.c | 394 #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 D | aml-build-stub.c | 94 Aml *aml_dma(AmlDmaType typ, AmlDmaBusMaster bm, AmlTransferSize sz, in aml_dma()
|
/openbmc/linux/include/video/ |
H A D | display_timing.h | 42 u32 typ; member
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mae.c | 562 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 D | twl4030-power.c | 177 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument 182 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufs-debugfs.c | 39 #define PRT(fmt, typ) \ in ufs_debugfs_stats_show() argument
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
|
/openbmc/linux/drivers/isdn/capi/ |
H A D | capiutil.c | 28 int typ; member
|