| /linux/drivers/staging/iio/frequency/ |
| H A D | dds.h | 94 IIO_DEVICE_ATTR(out_altvoltage##_channel##_out##_output##_enable,\ 102 IIO_DEVICE_ATTR(out_altvoltage##_channel##_out##_output##_wavetype,\ 111 out_altvoltage##_channel##_out##_output##_wavetype_available, _modes)
|
| /linux/arch/arm/plat-orion/include/plat/ |
| H A D | mpp.h | 22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument 26 /* may be output signal */ ((!!(_out)) << 13))
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | conntrack.h | 16 bool *_out = (__out); \ 19 *_out = false; \ 27 *_out = true; \
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument 9 /* may be output signal */ ((!!(_out)) << 13) | \
|
| /linux/arch/arm/mach-dove/ |
| H A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out) ( \ argument 9 /* may be output signal */ ((!!(_out)) << 13))
|
| /linux/security/keys/ |
| H A D | keyctl_pkey.c | 216 void __user *_out) in keyctl_pkey_e_d_s() argument 259 if (copy_to_user(_out, out, ret) != 0) in keyctl_pkey_e_d_s()
|
| H A D | internal.h | 342 void __user *_out) in keyctl_pkey_e_d_s() argument
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_pipeline.c | 232 goto _out; in dsp_pipeline_build() 267 _out: in dsp_pipeline_build()
|
| /linux/arch/arm/mach-mv78xx0/ |
| H A D | mpp.h | 11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument 15 /* may be output signal */ ((!!(_out)) << 13) | \
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | adg.c | 200 u32 _out; in rsnd_adg_get_timesel_ratio() local 205 _out = rsnd_adg_ssi_ws_timing_gen2(io); in rsnd_adg_get_timesel_ratio() 212 target_val = &_out; in rsnd_adg_get_timesel_ratio() 226 *out = _out; in rsnd_adg_get_timesel_ratio()
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 1005 MLX5_ST_SZ_BYTES(ifc_cmd##_out)); \ 1010 u32 _out[MLX5_ST_SZ_DW(ifc_cmd##_out)] = {}; \ 1011 mlx5_cmd_exec_inout(dev, ifc_cmd, in, _out); \
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1673 self._out = os.sys.stdout 1676 self._out = tempfile.NamedTemporaryFile('w+') 1683 if self._out == os.sys.stdout: 1686 self._out.flush() 1688 if filecmp.cmp(self._out.name, self._out_file, shallow=False): 1691 self._out.seek(0) 1692 shutil.copyfileobj(self._out, out_file) 1693 self._out.close() 1694 self._out = os.sys.stdout 1706 self._out [all...] |
| /linux/lib/zstd/decompress/ |
| H A D | huf_decompress.c | 774 goto _out; in HUF_decompress4X1_usingDTable_internal_fast_c_loop() 822 _out: in HUF_decompress4X1_usingDTable_internal_fast_c_loop() 1592 goto _out; in HUF_decompress4X2_usingDTable_internal_fast_c_loop() 1654 _out: in HUF_decompress4X2_usingDTable_internal_fast_c_loop()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | qpc.c | 411 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc()
|
| /linux/fs/coda/ |
| H A D | upcall.c | 70 #define OUTSIZE(tag) sizeof(struct coda_ ## tag ## _out)
|