Searched refs:output (Results 176 - 200 of 949) sorted by path

1234567891011>>

/linux-master/drivers/crypto/caam/
H A Dblob_gen.c28 /* Command to include output key + pointer to the output key */ \
98 dma_out = dma_map_single(jrdev, info->output, output_len,
101 dev_err(jrdev, "unable to map output DMA buffer\n");
141 print_hex_dump_debug("output@"__stringify(__LINE__)": ",
142 DUMP_PREFIX_ADDRESS, 16, 1, info->output,
/linux-master/drivers/crypto/cavium/zip/
H A Dcommon.h96 * @output: Next output byte written here
102 * @output_total_len: Total number of bytes output so far
123 u8 *output; member in struct:zip_operation
H A Dzip_crypto.c84 comp_ctx->output = zip_data_buf_alloc(MAX_OUTPUT_BUFFER_SIZE);
85 if (!comp_ctx->output)
92 decomp_ctx->output = zip_data_buf_alloc(MAX_OUTPUT_BUFFER_SIZE);
93 if (!decomp_ctx->output)
102 zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
116 zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
119 zip_data_buf_free(dec_ctx->output, MAX_OUTPUT_BUFFER_SIZE);
152 memcpy(dst, zip_ops->output, *dlen);
192 memcpy(dst, zip_ops->output, *dlen);
/linux-master/drivers/crypto/
H A Dpadlock-aes.c194 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, argument
198 : "+S"(input), "+D"(output)
202 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, argument
206 : "+S" (input), "+D" (output), "+a" (iv)
263 static inline void padlock_xcrypt_ecb(const u8 *input, u8 *output, void *key, argument
269 ecb_crypt(input, output, key, control_word, count);
277 : "+S"(input), "+D"(output)
281 : "+S"(input), "+D"(output)
285 static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, argument
291 return cbc_crypt(input, output, ke
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c314 int field_width; /* width of output field */
391 goto output;
404 goto output;
407 goto output;
471 * output is empty, i.e. both the number and the
486 output:
504 /* Actual output */
/linux-master/drivers/gpio/
H A Dgpio-adp5520.c20 unsigned long output; member in struct:adp5520_gpio
32 * Make sure we return the right value, even when configured as output
35 if (test_bit(off, &dev->output))
60 clear_bit(off, &dev->output);
73 set_bit(off, &dev->output);
H A Dgpio-aspeed.c36 u32 output; member in struct:aspeed_bank_props
85 * line even when the GPIO is configured as an output. Since
263 return !(props->input || props->output);
287 (!props || ((props->input | props->output) & GPIO_BIT(offset)));
304 return !props || (props->output & GPIO_BIT(offset));
1120 * { .input = 0xffffffff, .output = 0xffffffff }
1124 /* input output */
1135 /* input output */
1147 /* input output */
1219 /* Allocate a cache of the output register
[all...]
H A Dgpio-en7523.c20 * @output: The output enable register.
26 void __iomem *output; member in struct:airoha_gpio_ctrl
39 u32 output = ioread32(ctrl->output); local
44 output |= BIT(gpio);
47 output &= ~BIT(gpio);
55 iowrite32(output, ctrl->output);
102 ctrl->output
[all...]
H A Dgpio-pca953x.c188 int output; member in struct:pca953x_reg_config
195 .output = PCA953X_OUTPUT,
202 .output = PCA957X_OUT,
324 * Handle lack of reserved registers after output port
542 u8 outreg = chip->recalc_addr(chip, chip->regs->output, off);
548 /* set output level */
576 u8 outreg = chip->recalc_addr(chip, chip->regs->output, off);
628 ret = pca953x_read_regs(chip, chip->regs->output, reg_val);
634 pca953x_write_regs(chip, chip->regs->output, reg_val);
865 /* Remove output pin
[all...]
H A Dgpio-rcar.c239 bool output)
258 gpio_rcar_modify_bit(p, INOUTSEL, gpio, output);
260 /* Select General Output Register to output data in OUTDTSEL */
261 if (p->info.has_outdtsel && output)
293 * drive the GPIO pin as an output.
323 * configured as output, so use OUTDT in case of output pins
400 /* write GPIO value to output before selecting output mode of pin */
237 gpio_rcar_config_general_input_output_mode(struct gpio_chip *chip, unsigned int gpio, bool output) argument
H A Dgpio-regmap.c67 /* we might not have an output register if we are input only */
150 unsigned int offset, bool output)
171 val = output ? 0 : mask;
173 val = output ? mask : 0;
220 /* if we have a direction register we need both input and output */
149 gpio_regmap_set_direction(struct gpio_chip *chip, unsigned int offset, bool output) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c143 * Returns a pointer to the acpi output buffer.
238 struct atif_verify_interface output; local
246 memset(&output, 0, sizeof(output));
254 size = min(sizeof(output), size);
256 memcpy(&output, info->buffer.pointer, size);
259 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version);
261 amdgpu_atif_parse_notification(&atif->notifications, output.notification_mask);
262 amdgpu_atif_parse_functions(&atif->functions, output.function_bits);
520 * Returns a pointer to the acpi output buffe
592 struct atcs_verify_interface output; local
[all...]
H A Damdgpu_atpx_handler.c112 * Returns a pointer to the acpi output buffer.
187 struct atpx_px_params output; local
194 memset(&output, 0, sizeof(output));
202 size = min(sizeof(output), size);
204 memcpy(&output, info->buffer.pointer, size);
206 valid_bits = output.flags & output.valid_flags;
265 struct atpx_verify_interface output; local
273 memset(&output,
[all...]
H A Damdgpu_rap.c80 rap_cmd_output = &(rap_shared_mem->rap_out_message.output);
82 dev_info(adev->dev, "RAP test failed, the output is:\n");
H A Damdgpu_vkms.c49 struct amdgpu_vkms_output *output = drm_crtc_to_amdgpu_vkms_output(crtc); local
54 output->period_ns);
96 struct amdgpu_vkms_output *output = drm_crtc_to_amdgpu_vkms_output(crtc); local
117 *vblank_time -= output->period_ns;
422 amdgpu_vkms_output *output, int index)
424 struct drm_connector *connector = &output->connector;
425 struct drm_encoder *encoder = &output->encoder;
426 struct drm_crtc *crtc = &output->crtc.base;
421 amdgpu_vkms_output_init(struct drm_device *dev, struct amdgpu_vkms_output *output, int index) argument
H A Dta_rap_if.h71 struct ta_rap_cmd_output_data output; member in union:ta_rap_cmd_output
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5919 * reprogramming of the output in any other way. If the userspace requests a
11047 struct dmub_cmd_edid_cea_output *output; local
11071 output = &cmd.edid_cea.data.output;
11073 if (output->type == DMUB_CMD__EDID_CEA_ACK) {
11074 if (!output->ack.success) {
11076 output->ack.offset);
11078 } else if (output->type == DMUB_CMD__EDID_CEA_AMD_VSDB) {
11079 if (!output->amd_vsdb.vsdb_found)
11082 vsdb->freesync_supported = output
[all...]
H A Damdgpu_dm_hdcp.c133 struct mod_hdcp_output output = hdcp_work->output; local
135 if (output.callback_stop)
138 if (output.callback_needed)
140 msecs_to_jiffies(output.callback_delay));
142 if (output.watchdog_timer_stop)
145 if (output.watchdog_timer_needed)
147 msecs_to_jiffies(output.watchdog_timer_delay));
209 mod_hdcp_update_display(&hdcp_w->hdcp, conn_index, &link_adjust, &display_adjust, &hdcp_w->output);
239 mod_hdcp_remove_display(&hdcp_w->hdcp, aconnector->base.index, &hdcp_w->output);
[all...]
H A Damdgpu_dm_hdcp.h50 struct mod_hdcp_output output; member in struct:hdcp_workqueue
H A Damdgpu_dm_plane.c271 struct dc_surface_dcc_cap output; local
274 memset(&output, 0, sizeof(output));
293 if (!dc->cap_funcs.get_dcc_compression_cap(dc, &input, &output))
296 if (!output.capable)
300 output.grph.rgb.independent_64b_blks != 0)
1104 /* DRM doesn't specify clipping on destination output. */
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h164 * @ocsc: output color space conversion
192 * @ocsc: output color space conversion matrix
386 struct dc_surface_dcc_cap *output);
676 bool dio : 1; /* Display output */
1852 * @irq_data - output hpd irq data
1991 * @link - active link with DP signal output enabled.
1992 * @test_pattern - desired test pattern to output.
2220 /* Sink Interfaces - A sink corresponds to a display output device */
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c275 struct dp_audio_layout_config *output)
282 output->layouts_per_sample_denom = 4;
283 output->symbols_per_layout = 40;
284 output->max_layouts_per_audio_sdp = 1;
286 output->layouts_per_sample_denom = 1;
287 output->symbols_per_layout = 40;
288 output->max_layouts_per_audio_sdp = 1;
292 output->layouts_per_sample_denom = 4;
293 output->symbols_per_layout = 10;
294 output
272 get_audio_layout_config( uint32_t channel_count, enum dp_link_encoding encoding, struct dp_audio_layout_config *output) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c845 struct dc_surface_dcc_cap *output)
856 memset(output, 0, sizeof(*output));
907 output->grph.rgb.max_uncompressed_blk_size = 256;
908 output->grph.rgb.max_compressed_blk_size = 256;
909 output->grph.rgb.independent_64b_blks = false;
912 output->grph.rgb.max_uncompressed_blk_size = 128;
913 output->grph.rgb.max_compressed_blk_size = 128;
914 output->grph.rgb.independent_64b_blks = false;
917 output
843 hubbub1_get_dcc_compression_cap(struct hubbub *hubbub, const struct dc_dcc_surface_param *input, struct dc_surface_dcc_cap *output) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c219 struct dc_surface_dcc_cap *output)
228 memset(output, 0, sizeof(*output));
285 output->grph.rgb.max_uncompressed_blk_size = 256;
286 output->grph.rgb.max_compressed_blk_size = 256;
287 output->grph.rgb.independent_64b_blks = false;
290 output->grph.rgb.max_uncompressed_blk_size = 128;
291 output->grph.rgb.max_compressed_blk_size = 128;
292 output->grph.rgb.independent_64b_blks = false;
295 output
217 hubbub2_get_dcc_compression_cap(struct hubbub *hubbub, const struct dc_dcc_surface_param *input, struct dc_surface_dcc_cap *output) argument
[all...]
H A Ddcn20_hubbub.h119 struct dc_surface_dcc_cap *output);
123 struct dc_surface_dcc_cap *output);

Completed in 293 milliseconds

1234567891011>>