/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | output.c | 20 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_get_modes() local 28 if (output->panel) { in tegra_output_connector_get_modes() 29 err = output->panel->funcs->get_modes(output->panel); in tegra_output_connector_get_modes() 34 if (output->edid) in tegra_output_connector_get_modes() 35 edid = kmemdup(output->edid, sizeof(*edid), GFP_KERNEL); in tegra_output_connector_get_modes() 36 else if (output->ddc) in tegra_output_connector_get_modes() 37 edid = drm_get_edid(connector, output->ddc); in tegra_output_connector_get_modes() 39 cec_notifier_set_phys_addr_from_edid(output->notifier, edid); in tegra_output_connector_get_modes() 53 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_detect() local 56 if (gpio_is_valid(output->hpd_gpio)) { in tegra_output_connector_detect() [all …]
|
D | rgb.c | 19 struct tegra_output output; member 26 static inline struct tegra_rgb *to_rgb(struct tegra_output *output) in to_rgb() argument 28 return container_of(output, struct tegra_rgb, output); in to_rgb() 122 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_disable() local 123 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_disable() 125 if (output->panel) in tegra_rgb_encoder_disable() 126 drm_panel_disable(output->panel); in tegra_rgb_encoder_disable() 131 if (output->panel) in tegra_rgb_encoder_disable() 132 drm_panel_unprepare(output->panel); in tegra_rgb_encoder_disable() 137 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_enable() local [all …]
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss-vfe.c | 325 struct vfe_output *output = &vfe->line[i].output; in vfe_init_outputs() local 327 output->state = VFE_OUTPUT_OFF; in vfe_init_outputs() 328 output->buf[0] = NULL; in vfe_init_outputs() 329 output->buf[1] = NULL; in vfe_init_outputs() 330 INIT_LIST_HEAD(&output->pending_bufs); in vfe_init_outputs() 343 struct vfe_output *output, u8 sync) in vfe_output_init_addrs() argument 349 output->active_buf = 0; in vfe_output_init_addrs() 351 for (i = 0; i < output->wm_num; i++) { in vfe_output_init_addrs() 352 if (output->buf[0]) in vfe_output_init_addrs() 353 ping_addr = output->buf[0]->addr[i]; in vfe_output_init_addrs() [all …]
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_debug.c | 27 char *output) in phydm_check_dmval_txagc() argument 33 PHYDM_SNPRINTF(output + used, out_len - used, in phydm_check_dmval_txagc() 38 PHYDM_SNPRINTF(output + used, out_len - used, in phydm_check_dmval_txagc() 71 PHYDM_SNPRINTF(output + used, out_len - used, in phydm_check_dmval_txagc() 76 PHYDM_SNPRINTF(output + used, out_len - used, in phydm_check_dmval_txagc() 83 static inline void phydm_print_nhm_trigger(char *output, u32 used, u32 out_len, in phydm_print_nhm_trigger() argument 91 output + used, out_len - used, in phydm_print_nhm_trigger() 95 PHYDM_SNPRINTF(output + used, out_len - used, in phydm_print_nhm_trigger() 99 PHYDM_SNPRINTF(output + used, out_len - used, in phydm_print_nhm_trigger() 105 static inline void phydm_print_nhm_result(char *output, u32 used, u32 out_len, in phydm_print_nhm_result() argument [all …]
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | powerpc-hcalls.py | 25 output = {} variable 162 for opcode in output: 164 time = output[opcode]['time'] 165 cnt = output[opcode]['cnt'] 166 min_t = output[opcode]['min'] 167 max_t = output[opcode]['max'] 176 if (output.has_key(opcode)): 177 output[opcode]['time'] += diff 178 output[opcode]['cnt'] += 1 179 if (output[opcode]['min'] > diff): [all …]
|
/Linux-v4.19/drivers/staging/sm750fb/ |
D | ddk750_display.c | 114 void ddk750_setLogicalDispOut(enum disp_output output) in ddk750_setLogicalDispOut() argument 118 if (output & PNL_2_USAGE) { in ddk750_setLogicalDispOut() 122 reg |= (((output & PNL_2_MASK) >> PNL_2_OFFSET) << in ddk750_setLogicalDispOut() 127 if (output & CRT_2_USAGE) { in ddk750_setLogicalDispOut() 131 reg |= (((output & CRT_2_MASK) >> CRT_2_OFFSET) << in ddk750_setLogicalDispOut() 138 if (output & PRI_TP_USAGE) { in ddk750_setLogicalDispOut() 140 setDisplayControl(0, (output & PRI_TP_MASK) >> PRI_TP_OFFSET); in ddk750_setLogicalDispOut() 143 if (output & SEC_TP_USAGE) { in ddk750_setLogicalDispOut() 145 setDisplayControl(1, (output & SEC_TP_MASK) >> SEC_TP_OFFSET); in ddk750_setLogicalDispOut() 148 if (output & PNL_SEQ_USAGE) { in ddk750_setLogicalDispOut() [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | keystone-clocks.dtsi | 20 clock-output-names = "mainmuxclk"; 29 clock-output-names = "chipclk1"; 38 clock-output-names = "chipclk1rstiso"; 48 clock-output-names = "gemtraceclk"; 58 clock-output-names = "chipstmxptclk"; 67 clock-output-names = "chipclk12"; 76 clock-output-names = "chipclk13"; 85 clock-output-names = "paclk13"; 94 clock-output-names = "chipclk14"; 103 clock-output-names = "chipclk16"; [all …]
|
D | keystone-k2hk-clocks.dtsi | 13 clock-output-names = "arm-pll-clk"; 30 clock-output-names = "papllclk"; 39 clock-output-names = "ddr-3a-pll-clk"; 48 clock-output-names = "ddr-3b-pll-clk"; 57 clock-output-names = "tsip"; 67 clock-output-names = "srio"; 77 clock-output-names = "hyperlink-0"; 87 clock-output-names = "gem1"; 97 clock-output-names = "gem2"; 107 clock-output-names = "gem3"; [all …]
|
D | keystone-k2l-clocks.dtsi | 13 clock-output-names = "arm-pll-clk"; 30 clock-output-names = "papllclk"; 39 clock-output-names = "ddr-3a-pll-clk"; 48 clock-output-names = "dfe"; 58 clock-output-names = "pcie"; 68 clock-output-names = "gem1"; 78 clock-output-names = "gem2"; 88 clock-output-names = "gem3"; 98 clock-output-names = "tac"; 108 clock-output-names = "rac"; [all …]
|
/Linux-v4.19/drivers/hwtracing/intel_th/ |
D | gth.c | 34 struct intel_th_output *output; member 56 struct gth_output output[TH_POSSIBLE_OUTPUTS]; member 185 clear_bit(ma->master, gth->output[old_port].master); in master_attr_store() 191 if (gth->output[old_port].output->active) in master_attr_store() 198 if (!gth->output[port].output) { in master_attr_store() 203 set_bit(ma->master, gth->output[port].master); in master_attr_store() 206 if (gth->output[port].output->active) in master_attr_store() 242 OUTPUT_PARM(port, 0x7, 1, 0, output), 243 OUTPUT_PARM(null, BIT(3), 1, 1, output), 244 OUTPUT_PARM(drop, BIT(4), 1, 1, output), [all …]
|
/Linux-v4.19/drivers/hwtracing/stm/ |
D | core.c | 194 static void stm_output_claim(struct stm_device *stm, struct stm_output *output) in stm_output_claim() argument 196 struct stp_master *master = stm_master(stm, output->master); in stm_output_claim() 199 lockdep_assert_held(&output->lock); in stm_output_claim() 201 if (WARN_ON_ONCE(master->nr_free < output->nr_chans)) in stm_output_claim() 204 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim() 205 ilog2(output->nr_chans)); in stm_output_claim() 207 master->nr_free -= output->nr_chans; in stm_output_claim() 211 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) in stm_output_disclaim() argument 213 struct stp_master *master = stm_master(stm, output->master); in stm_output_disclaim() 216 lockdep_assert_held(&output->lock); in stm_output_disclaim() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 22 - st,output-conf: number, Selects the output configuration: 30 - st,ch1-output-mapping: Channel 1 output mapping 31 - st,ch2-output-mapping: Channel 2 output mapping 32 - st,ch3-output-mapping: Channel 3 output mapping 49 Only required for "st,ffx-power-output-mode" == 61 power output is enabled. 81 st,output-conf = /bits/ 8 <0x3>; // set output to 2-channel 84 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1 85 st,ch2-output-mapping = /bits/ 8 <0>; // set channel 2 output ch 1 86 st,ch3-output-mapping = /bits/ 8 <0>; // set channel 3 output ch 1 [all …]
|
D | st,sta350.txt | 22 - st,output-conf: number, Selects the output configuration: 30 - st,ch1-output-mapping: Channel 1 output mapping 31 - st,ch2-output-mapping: Channel 2 output mapping 32 - st,ch3-output-mapping: Channel 3 output mapping 48 - st,ffx-power-output-mode: string 49 The FFX power output mode selects how the FFX output timing is 57 Only required for "st,ffx-power-output-mode" == 72 power output is enabled. 89 - st,activate-mute-output: 90 If present, a mute output will be activated in ase the volume will [all …]
|
/Linux-v4.19/drivers/video/fbdev/intelfb/ |
D | intelfb_i2c.c | 144 dinfo->output[i].type = INTELFB_OUTPUT_ANALOG; in intelfb_create_i2c_busses() 147 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].ddc_bus, GPIOA, in intelfb_create_i2c_busses() 161 dinfo->output[i].type = INTELFB_OUTPUT_DVO; in intelfb_create_i2c_busses() 162 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].ddc_bus, in intelfb_create_i2c_busses() 164 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].i2c_bus, in intelfb_create_i2c_busses() 177 dinfo->output[i].type = INTELFB_OUTPUT_SDVO; in intelfb_create_i2c_busses() 178 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].i2c_bus, in intelfb_create_i2c_busses() 185 dinfo->output[i].type = INTELFB_OUTPUT_SDVO; in intelfb_create_i2c_busses() 186 dinfo->output[i].i2c_bus = dinfo->output[i - 1].i2c_bus; in intelfb_create_i2c_busses() 200 if (dinfo->output[i].i2c_bus.dinfo) { in intelfb_delete_i2c_busses() [all …]
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | misc.c | 174 static void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument 179 unsigned long min_addr = (unsigned long)output; in handle_relocations() 230 for (reloc = output + output_len - sizeof(*reloc); *reloc; reloc--) { in handle_relocations() 264 static inline void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument 269 static void parse_elf(void *output) in parse_elf() argument 281 memcpy(&ehdr, output, sizeof(ehdr)); in parse_elf() 296 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf() 308 dest = output; in parse_elf() 313 memmove(dest, output + phdr->p_offset, phdr->p_filesz); in parse_elf() 342 unsigned char *output, in extract_kernel() argument [all …]
|
/Linux-v4.19/fs/squashfs/ |
D | lzo_wrapper.c | 38 void *output; member 51 stream->output = vmalloc(block_size); in lzo_init() 52 if (stream->output == NULL) in lzo_init() 72 vfree(stream->output); in lzo_free() 80 struct squashfs_page_actor *output) in lzo_uncompress() argument 85 size_t out_len = output->length; in lzo_uncompress() 97 stream->output, &out_len); in lzo_uncompress() 102 data = squashfs_first_page(output); in lzo_uncompress() 103 buff = stream->output; in lzo_uncompress() 112 data = squashfs_next_page(output); in lzo_uncompress() [all …]
|
D | lz4_wrapper.c | 30 void *output; member 65 stream->output = vmalloc(block_size); in lz4_init() 66 if (stream->output == NULL) in lz4_init() 87 vfree(stream->output); in lz4_free() 95 struct squashfs_page_actor *output) in lz4_uncompress() argument 110 res = LZ4_decompress_safe(stream->input, stream->output, in lz4_uncompress() 111 length, output->length); in lz4_uncompress() 117 data = squashfs_first_page(output); in lz4_uncompress() 118 buff = stream->output; in lz4_uncompress() 127 data = squashfs_next_page(output); in lz4_uncompress() [all …]
|
/Linux-v4.19/arch/um/drivers/ |
D | net_user.c | 50 void read_output(int fd, char *output, int len) in read_output() argument 56 if (output == NULL) { in read_output() 57 output = &c; in read_output() 61 *output = '\0'; in read_output() 74 ret = read(fd, output, expected); in read_output() 180 static int change_tramp(char **argv, char *output, int output_len) in change_tramp() argument 196 read_output(fds[0], output, output_len); in change_tramp() 214 char *output; in change() local 223 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in change() 224 if (output == NULL) in change() [all …]
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_plane.c | 143 struct virtio_gpu_output *output = NULL; in virtio_gpu_primary_plane_update() local 149 output = drm_crtc_to_virtio_gpu_output(plane->state->crtc); in virtio_gpu_primary_plane_update() 151 output = drm_crtc_to_virtio_gpu_output(old_state->crtc); in virtio_gpu_primary_plane_update() 152 if (WARN_ON(!output)) in virtio_gpu_primary_plane_update() 178 virtio_gpu_cmd_set_scanout(vgdev, output->index, handle, in virtio_gpu_primary_plane_update() 195 struct virtio_gpu_output *output = NULL; in virtio_gpu_cursor_plane_update() local 203 output = drm_crtc_to_virtio_gpu_output(plane->state->crtc); in virtio_gpu_cursor_plane_update() 205 output = drm_crtc_to_virtio_gpu_output(old_state->crtc); in virtio_gpu_cursor_plane_update() 206 if (WARN_ON(!output)) in virtio_gpu_cursor_plane_update() 241 output->cursor.hdr.type = in virtio_gpu_cursor_plane_update() [all …]
|
D | virtgpu_display.c | 102 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); in virtio_gpu_crtc_mode_set_nofb() local 104 virtio_gpu_cmd_set_scanout(vgdev, output->index, 0, in virtio_gpu_crtc_mode_set_nofb() 119 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); in virtio_gpu_crtc_atomic_disable() local 121 virtio_gpu_cmd_set_scanout(vgdev, output->index, 0, 0, 0, 0, 0); in virtio_gpu_crtc_atomic_disable() 166 struct virtio_gpu_output *output = in virtio_gpu_conn_get_modes() local 171 width = le32_to_cpu(output->info.r.width); in virtio_gpu_conn_get_modes() 172 height = le32_to_cpu(output->info.r.height); in virtio_gpu_conn_get_modes() 194 struct virtio_gpu_output *output = in virtio_gpu_conn_mode_valid() local 198 width = le32_to_cpu(output->info.r.width); in virtio_gpu_conn_mode_valid() 199 height = le32_to_cpu(output->info.r.height); in virtio_gpu_conn_mode_valid() [all …]
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | main.c | 95 if (config->output != NULL) in main() 96 fclose(config->output); in main() 98 config->output = prepare_output(optarg); in main() 100 if (config->output == NULL) in main() 127 if (config->output != NULL) in main() 128 fclose(config->output); in main() 162 if (config->output != NULL) in main() 163 fclose(config->output); in main() 195 if (config->output != stdout) in main() 196 fclose(config->output); in main()
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 7 The Si5351a/b/c are programmable i2c clock generators with up to 8 output 9 3 output clocks are accessible. The internal structure of the clock 37 output is not set, the eeprom configuration is not overwritten. 40 - reg: number of clock output. 43 - silabs,clock-source: source clock of the output divider stage N, shall be 45 1 = multisynth 0 for output clocks 0-3, else multisynth4 48 - silabs,drive-strength: output drive strength in mA, shall be one of {2,4,6,8}. 52 - silabs,pll-reset: boolean, clock output can reset its pll. 53 - silabs,disable-state : clock output disable state, shall be 54 0 = clock output is driven LOW when disabled [all …]
|
/Linux-v4.19/drivers/ide/ |
D | ide-acpi.c | 231 struct acpi_buffer output; in do_drive_get_GTF() local 245 output.length = ACPI_ALLOCATE_BUFFER; in do_drive_get_GTF() 246 output.pointer = NULL; /* ACPI-CA sets this; save/free it later */ in do_drive_get_GTF() 251 NULL, &output); in do_drive_get_GTF() 259 if (!output.length || !output.pointer) { in do_drive_get_GTF() 262 (unsigned long long)output.length, in do_drive_get_GTF() 263 output.pointer); in do_drive_get_GTF() 267 out_obj = output.pointer; in do_drive_get_GTF() 273 kfree(output.pointer); in do_drive_get_GTF() 284 kfree(output.pointer); in do_drive_get_GTF() [all …]
|
/Linux-v4.19/drivers/media/i2c/ |
D | m52790.c | 37 u16 output; member 52 u8 sw1 = (state->input | state->output) & 0xff; in m52790_write() 53 u8 sw2 = (state->input | state->output) >> 8; in m52790_write() 67 u32 input, u32 output, u32 config) in m52790_s_routing() argument 72 state->output = output; in m52790_s_routing() 85 reg->val = state->input | state->output; in m52790_g_register() 96 state->output = reg->val & ~0x0303; in m52790_s_register() 107 (state->input | state->output) & 0xff); in m52790_log_status() 109 (state->input | state->output) >> 8); in m52790_log_status() 161 state->output = M52790_OUT_STEREO; in m52790_probe()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-enumoutput.rst | 55 - Identifies the output, set by the application. 58 - Name of the video output, a NUL-terminated ASCII string, for 63 - Type of the output, see :ref:`output-type`. 67 shows which audio outputs were selectable as the current output if 68 this was the currently selected video output. It is a bit mask. 69 The LSB corresponds to audio output 0, the MSB to output 31. Any 77 For details on audio outputs and how to select the current output 88 - Every video output supports one or more different video standards. 93 - This field provides capabilities for the output. See 94 :ref:`output-capabilities` for flags. [all …]
|