Searched refs:phantom (Results 1 – 11 of 11) sorted by relevance
425 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream()426 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()427 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream()428 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()429 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream()437 phantom->stream_index = phantom_stream_index; in create_phantom_plane_from_main_plane()446 phantom->immediate_flip = false; in create_phantom_plane_from_main_plane()447 phantom->dynamic_meta_data.enable = false; in create_phantom_plane_from_main_plane()448 phantom->cursor.num_cursors = 0; in create_phantom_plane_from_main_plane()449 phantom->cursor.cursor_width = 0; in create_phantom_plane_from_main_plane()[all …]
159 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream()160 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()161 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream()162 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()163 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream()171 phantom->stream_index = phantom_stream_index; in create_phantom_plane_from_main_plane()180 phantom->immediate_flip = false; in create_phantom_plane_from_main_plane()181 phantom->dynamic_meta_data.enable = false; in create_phantom_plane_from_main_plane()182 phantom->cursor.num_cursors = 0; in create_phantom_plane_from_main_plane()183 phantom->cursor.cursor_width = 0; in create_phantom_plane_from_main_plane()[all …]
41 Don't create a input device for phantom jacks.43 HDA jacks can set phantom_jack to true in order to create a phantom
360 struct dc_stream_state *phantom = NULL; in subvp_subvp_schedulable() local376 phantom = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, pipe->stream); in subvp_subvp_schedulable()377 microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) + in subvp_subvp_schedulable()378 phantom->timing.v_addressable; in subvp_subvp_schedulable()381 time_us = (microschedule_lines * phantom->timing.h_total) / in subvp_subvp_schedulable()382 (double)(phantom->timing.pix_clk_100hz * 100) * 1000000 + in subvp_subvp_schedulable()
17 obj-$(CONFIG_PHANTOM) += phantom.o
104 If you choose to build module, its name will be phantom. If unsure,
33 - phantom power switch134 switch for +48V phantom power for electrostatic microphones on input 1/2.
727 struct dc_stream_state *phantom = NULL; in subvp_subvp_schedulable() local741 phantom = dc_state_get_paired_subvp_stream(context, pipe->stream); in subvp_subvp_schedulable()742 if (phantom && pipe->stream && pipe->plane_state && !pipe->top_pipe && in subvp_subvp_schedulable()744 microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) + in subvp_subvp_schedulable()745 phantom->timing.v_addressable; in subvp_subvp_schedulable()748 time_us = (microschedule_lines * phantom->timing.h_total) / in subvp_subvp_schedulable()749 (double)(phantom->timing.pix_clk_100hz * 100) * 1000000 + in subvp_subvp_schedulable()
109 you might try using USBDeview[8] to remove the phantom device).
280 'p' 00-0F linux/phantom.h conflict! (OpenHaptics needs t…
20838 F: drivers/misc/phantom.c20839 F: include/uapi/linux/phantom.h
Completed in 606 milliseconds