Searched refs:out (Results 276 - 300 of 7800) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpio/
H A Dgpio-gw-pld.c22 * @out: shadow register for the output bute
27 u8 out; member in struct:gw_pld
39 gw->out |= BIT(offset);
40 return i2c_smbus_write_byte(gw->client, gw->out);
58 gw->out |= BIT(offset);
60 gw->out &= ~BIT(offset);
62 return i2c_smbus_write_byte(gw->client, gw->out);
98 gw->out = 0xFF;
/linux-master/net/lapb/
H A Dlapb_timer.c81 goto out;
83 goto out;
91 out:
101 goto out;
103 goto out;
132 goto out;
157 goto out;
176 goto out;
194 goto out;
204 out
[all...]
/linux-master/net/x25/
H A Dx25_proc.c49 goto out;
56 out:
87 goto out;
108 out:
136 goto out;
143 out:
175 goto out;
179 goto out;
183 goto out;
186 out
[all...]
/linux-master/fs/squashfs/
H A Dxz_wrapper.c55 goto out;
65 goto out;
74 out:
133 stream->buf.out = squashfs_first_page(output);
134 if (IS_ERR(stream->buf.out)) {
135 error = PTR_ERR(stream->buf.out);
162 stream->buf.out = squashfs_next_page(output);
163 if (IS_ERR(stream->buf.out)) {
164 error = PTR_ERR(stream->buf.out);
166 } else if (stream->buf.out !
[all...]
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh143 local out
151 out=`basename "$in"`"-slabs-by-loss"
154 | awk '{print $1" "$4+$2*$3" "$4}' > "$out"`
156 do_slabs_plotting "$out"
160 out=`basename "$in"`"-slabs-by-size"
163 | awk '{print $1" "$4" "$4-$2*$3}' > "$out"`
165 do_slabs_plotting "$out"
168 out=`basename "$in"`"-totals"
170 awk '{print $3" "$7}' > "$out"`
172 t_files[0]=$out
[all...]
/linux-master/arch/arm64/crypto/
H A Dsha2-ce-glue.c81 unsigned int len, u8 *out)
91 return sha256_base_finish(desc, out);
103 return sha256_base_finish(desc, out);
106 static int sha256_ce_final(struct shash_desc *desc, u8 *out) argument
112 return sha256_base_finish(desc, out);
117 return sha256_base_finish(desc, out);
121 unsigned int len, u8 *out)
124 return sha256_ce_finup(desc, data, len, out);
127 static int sha256_ce_export(struct shash_desc *desc, void *out) argument
131 memcpy(out,
80 sha256_ce_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
120 sha256_ce_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
[all...]
/linux-master/fs/netfs/
H A Ddirect_write.c74 goto out;
99 goto out;
116 out:
158 goto out;
161 goto out;
164 goto out;
170 goto out;
174 goto out;
185 goto out;
193 out
[all...]
/linux-master/fs/ecryptfs/
H A Dkeystore.c102 goto out;
106 goto out;
108 out:
168 goto out;
176 goto out;
187 goto out;
194 out:
222 goto out;
227 goto out;
233 goto out;
[all...]
H A Dmmap.c61 goto out;
64 out:
146 goto out;
163 goto out;
168 out:
202 goto out;
212 goto out;
220 goto out;
223 out:
243 goto out;
[all...]
/linux-master/drivers/acpi/acpica/
H A Drsxface.c19 #define ACPI_COPY_FIELD(out, in, field) ((out)->field = (in)->field)
20 #define ACPI_COPY_ADDRESS(out, in) \
21 ACPI_COPY_FIELD(out, in, resource_type); \
22 ACPI_COPY_FIELD(out, in, producer_consumer); \
23 ACPI_COPY_FIELD(out, in, decode); \
24 ACPI_COPY_FIELD(out, in, min_address_fixed); \
25 ACPI_COPY_FIELD(out, in, max_address_fixed); \
26 ACPI_COPY_FIELD(out, in, info); \
27 ACPI_COPY_FIELD(out, i
[all...]
/linux-master/drivers/usb/misc/
H A Disight_firmware.c50 goto out;
62 goto out;
83 goto out;
95 goto out;
109 out:
/linux-master/arch/arm/crypto/
H A Dsha2-ce-glue.c48 unsigned int len, u8 *out)
51 return crypto_sha256_arm_finup(desc, data, len, out);
60 return sha256_base_finish(desc, out);
63 static int sha2_ce_final(struct shash_desc *desc, u8 *out) argument
65 return sha2_ce_finup(desc, NULL, 0, out);
47 sha2_ce_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsha1-ce-glue.c46 unsigned int len, u8 *out)
49 return sha1_finup_arm(desc, data, len, out);
57 return sha1_base_finish(desc, out);
60 static int sha1_ce_final(struct shash_desc *desc, u8 *out) argument
62 return sha1_ce_finup(desc, NULL, 0, out);
45 sha1_ce_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsha256_neon_glue.c44 unsigned int len, u8 *out)
47 return crypto_sha256_arm_finup(desc, data, len, out);
56 return sha256_base_finish(desc, out);
59 static int crypto_sha256_neon_final(struct shash_desc *desc, u8 *out) argument
61 return crypto_sha256_neon_finup(desc, NULL, 0, out);
43 crypto_sha256_neon_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsha1_neon_glue.c49 unsigned int len, u8 *out)
52 return sha1_finup_arm(desc, data, len, out);
60 return sha1_base_finish(desc, out);
63 static int sha1_neon_final(struct shash_desc *desc, u8 *out) argument
65 return sha1_neon_finup(desc, NULL, 0, out);
48 sha1_neon_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsha512-neon-glue.c43 unsigned int len, u8 *out)
46 return sha512_arm_finup(desc, data, len, out);
55 return sha512_base_finish(desc, out);
58 static int sha512_neon_final(struct shash_desc *desc, u8 *out) argument
60 return sha512_neon_finup(desc, NULL, 0, out);
42 sha512_neon_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
/linux-master/kernel/
H A Dextable.c120 goto out;
122 goto out;
124 goto out;
126 goto out;
128 out:
/linux-master/tools/perf/util/
H A Dtrace-event-read.c113 goto out;
118 goto out;
126 goto out;
141 out:
260 goto out;
266 out:
285 goto out;
290 out:
364 goto out;
370 out
[all...]
H A Dmem-events.h43 int perf_mem__tlb_scnprintf(char *out, size_t sz, const struct mem_info *mem_info);
44 int perf_mem__lvl_scnprintf(char *out, size_t sz, const struct mem_info *mem_info);
45 int perf_mem__snp_scnprintf(char *out, size_t sz, const struct mem_info *mem_info);
46 int perf_mem__lck_scnprintf(char *out, size_t sz, const struct mem_info *mem_info);
47 int perf_mem__blk_scnprintf(char *out, size_t sz, const struct mem_info *mem_info);
/linux-master/drivers/char/tpm/eventlog/
H A Defi.c62 goto out;
73 goto out;
82 goto out;
101 goto out;
121 out:
/linux-master/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c15 * @out: output pointer will get integer value
23 static int get_int_value(union acpi_object *obj, int *out) argument
27 *out = (int)obj->integer.value;
132 union acpi_object *out; local
135 out = acpi_evaluate_dsm_typed(context->handle, &context->guid, rev,
137 if (!out) {
142 context->sar_data.device_mode = out->integer.value;
147 ACPI_FREE(out);
218 union acpi_object *out, req; local
223 out
[all...]
/linux-master/net/mpls/
H A Dmpls_gso.c31 goto out;
36 goto out;
38 goto out;
55 goto out;
72 out:
/linux-master/arch/riscv/crypto/
H A Dsm3-riscv64-glue.c47 unsigned int len, u8 *out)
59 return sm3_base_finish(desc, out);
65 sm3_final(ctx, out);
70 static int riscv64_sm3_final(struct shash_desc *desc, u8 *out) argument
72 return riscv64_sm3_finup(desc, NULL, 0, out);
46 riscv64_sm3_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
/linux-master/net/appletalk/
H A Datalk_proc.c45 goto out;
49 out:
66 goto out;
74 out:
106 goto out;
110 out:
126 goto out;
141 out:
171 goto out;
185 out
[all...]
/linux-master/arch/x86/crypto/
H A Dcrc32c-intel_glue.c114 u8 *out)
116 *(__le32 *)out = ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len));
121 unsigned int len, u8 *out)
123 return __crc32c_intel_finup(shash_desc_ctx(desc), data, len, out);
126 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) argument
130 *(__le32 *)out = ~cpu_to_le32p(crcp);
135 unsigned int len, u8 *out)
138 out);
170 u8 *out)
174 *(__le32 *)out
113 __crc32c_intel_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) argument
120 crc32c_intel_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
134 crc32c_intel_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
169 __crc32c_pcl_intel_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) argument
182 crc32c_pcl_intel_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
188 crc32c_pcl_intel_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
[all...]

Completed in 307 milliseconds

<<11121314151617181920>>