Home
last modified time | relevance | path

Searched full:sink (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/Linux-v6.1/sound/soc/meson/
Daxg-frddr.c126 SOC_DAPM_ENUM("Output Sink", axg_frddr_sel_enum);
129 SND_SOC_DAPM_DEMUX("SINK SEL", SND_SOC_NOPM, 0, 0,
142 { "SINK SEL", NULL, "Playback" },
143 { "OUT 0", "OUT 0", "SINK SEL" },
144 { "OUT 1", "OUT 1", "SINK SEL" },
145 { "OUT 2", "OUT 2", "SINK SEL" },
146 { "OUT 3", "OUT 3", "SINK SEL" },
147 { "OUT 4", "OUT 4", "SINK SEL" },
148 { "OUT 5", "OUT 5", "SINK SEL" },
149 { "OUT 6", "OUT 6", "SINK SEL" },
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_sink.c34 static bool dc_sink_construct(struct dc_sink *sink, const struct dc_sink_init_data *init_params) in dc_sink_construct() argument
42 sink->sink_signal = init_params->sink_signal; in dc_sink_construct()
43 sink->link = link; in dc_sink_construct()
44 sink->ctx = link->ctx; in dc_sink_construct()
45 sink->dongle_max_pix_clk = init_params->dongle_max_pix_clk; in dc_sink_construct()
46 sink->converter_disable_audio = init_params->converter_disable_audio; in dc_sink_construct()
47 sink->dc_container_id = NULL; in dc_sink_construct()
48 sink->sink_id = init_params->link->ctx->dc_sink_id_count; in dc_sink_construct()
60 void dc_sink_retain(struct dc_sink *sink) in dc_sink_retain() argument
62 kref_get(&sink->refcount); in dc_sink_retain()
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Ddev-subdev.rst189 - Formats should be propagated from sink pads to source pads. Modifying
190 a format on a source pad should not modify the format on any sink
194 reset the scale factors to default values when sink pads formats are
196 source pads formats should be reset to the sink pads formats.
253 * - Configure frontend sink format
266 * - Configure scaler sink format
283 * - Configure scaler sink compose selection
307 host frontend and scaler sink and source pads have the default
308 values, as well as the compose rectangle on the scaler's sink pad.
310 2. The application configures the frontend sink pad format's size to
[all …]
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c32 * the trace path and the sink configuration. The event data is accessible
33 * via perf_get_aux(handle). However, a sink could "end" a perf output
34 * handle via the IRQ handler. And if the "sink" encounters a failure
63 /* preset - if sink ID is used as a configuration selector */
65 /* Sink ID - same for all ETMs */
195 struct coresight_device *sink; in free_sink_buffer() local
204 sink = coresight_get_sink(etm_event_cpu_path(event_data, cpu)); in free_sink_buffer()
205 sink_ops(sink)->free_buffer(event_data->snk_config); in free_sink_buffer()
217 /* Free the sink buffers, if there are any */ in free_event_data()
281 * so that they can use the same sink buffers, when an event
[all …]
Dcoresight-core.c30 * struct coresight_node - elements of a path, from source to sink
41 * path can exist from a tracer (associated to a CPU) to a sink.
525 * ETF devices are tricky... They can be a link or a sink, in coresight_disable_path_from()
527 * "activated" it will be configured as a sink, otherwise in coresight_disable_path_from()
577 * ETF devices are tricky... They can be a link or a sink, in coresight_enable_path()
579 * "activated" it will be configured as a sink, otherwise in coresight_enable_path()
591 * Sink is the first component turned on. If we in coresight_enable_path()
592 * failed to enable the sink, there are no components in coresight_enable_path()
640 struct coresight_device *sink = NULL; in coresight_find_enabled_sink() local
655 sink = coresight_find_enabled_sink(child_dev); in coresight_find_enabled_sink()
[all …]
/Linux-v6.1/drivers/thunderbolt/
Dlc.c476 /* The first DP IN port is sink 0 and second is sink 1 */ in tb_lc_dp_sink_from_port()
485 static int tb_lc_dp_sink_available(struct tb_switch *sw, int sink) in tb_lc_dp_sink_available() argument
496 * Sink is available for CM/SW to use if the allocation valie is in tb_lc_dp_sink_available()
499 if (!sink) { in tb_lc_dp_sink_available()
514 * tb_lc_dp_sink_query() - Is DP sink available for DP IN port
515 * @sw: Switch whose DP sink is queried
518 * Queries through LC SNK_ALLOCATION registers whether DP sink is available
523 int sink; in tb_lc_dp_sink_query() local
526 * For older generations sink is always available as there is no in tb_lc_dp_sink_query()
532 sink = tb_lc_dp_sink_from_port(sw, in); in tb_lc_dp_sink_query()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/connector/
Dusb-connector.yaml74 - sink
83 - sink
131 sink-pdos:
132 description: An array of u32 with each entry providing supported power sink
135 Sink Capabilities Message, the order of each entry(PDO) should follow the
136 PD spec chapter 6.4.1. Required for power sink and power dual role. User
137 can specify the sink PDO array via PDO_FIXED/BATT/VAR/PPS_APDO() defined
143 sink-vdos:
155 sink-vdos-v1:
166 op-sink-microwatt:
[all …]
/Linux-v6.1/include/media/
Dv4l2-mc.h90 * source subdev to a sink subdev pad.
93 * @sink: pointer to a subdev sink pad
97 * subdevice to a single sink pad, and if suitable connections are found,
99 * called by the sink subdevice, in its v4l2-async notifier subdev bound
109 * Any sink subdevice that calls this function must implement the
111 * to the sink are owned by the sink.
116 struct media_pad *sink, u32 flags);
120 * subdev to a sink subdev.
123 * @sink_sd: pointer to a sink subdevice
126 * between source and sink subdevices, and translates them into media
[all …]
/Linux-v6.1/drivers/media/mc/
Dmc-entity.c121 pad->flags & MEDIA_PAD_FL_SINK ? "sink " : "", in dev_dbg_obj()
260 return link->sink->entity; in media_entity_other()
353 link->sink->entity->name, link->sink->index); in media_graph_walk_iter()
595 link->sink->entity->name, link->sink->index); in media_pipeline_explore_next_link()
607 remote = link->sink; in media_pipeline_explore_next_link()
609 local = link->sink; in media_pipeline_explore_next_link()
765 * 2. Validate all active links whose sink is the current pad. in __media_pipeline_start()
767 * the connected sink pad to avoid duplicating checks. in __media_pipeline_start()
771 if (link->sink != pad && link->source != pad) in __media_pipeline_start()
781 * current pad as its sink. in __media_pipeline_start()
[all …]
/Linux-v6.1/drivers/media/platform/renesas/vsp1/
Dvsp1_entity.c35 * sink pad. in vsp1_entity_route_setup()
48 * sink pad. in vsp1_entity_route_setup()
62 route = source->sink->route->inputs[source->sink_pad]; in vsp1_entity_route_setup()
240 * media bus codes on the sink pad and reports a source pad format identical to
241 * the sink pad.
260 * The entity can't perform format conversion, the sink format in vsp1_subdev_enum_mbus_code()
292 * minimum and maximum frame width and height on the sink pad, and a fixed
293 * source pad size identical to the sink pad.
327 * the size on the sink pad. in vsp1_subdev_enum_frame_size()
355 * supplied minimum and maximum, and propagates the sink pad format to the
[all …]
/Linux-v6.1/Documentation/userspace-api/media/mediactl/
Dmedia-types.rst144 composing must have at least two sink pads and one source
152 must have at least one sink pad and one source pad. Read
161 encoding conversion must have at least one sink pad and one
163 its sink pad(s) to a different encoding output on its source
170 processing must have one sink pad and one source pad. It uses
171 the values of the pixels received on its sink pad to look up
179 at least one sink pad and one source pad, and scale the
180 video frame(s) received on its sink pad(s) to a different
190 capable of statistics computation must have one sink pad and
192 received on its sink pad and outputs the statistics data on
[all …]
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-mc.c237 dev_warn(mdev->dev, "couldn't get tuner analog pad sink\n"); in v4l2_mc_create_media_graph()
249 dev_warn(mdev->dev, "couldn't get decoder analog pad sink\n"); in v4l2_mc_create_media_graph()
313 struct media_pad *sink, u32 flags) in v4l2_create_fwnode_links_to_pad() argument
318 if (!(sink->flags & MEDIA_PAD_FL_SINK) || in v4l2_create_fwnode_links_to_pad()
319 !is_media_entity_v4l2_subdev(sink->entity)) in v4l2_create_fwnode_links_to_pad()
322 sink_sd = media_entity_to_v4l2_subdev(sink->entity); in v4l2_create_fwnode_links_to_pad()
340 * ask the sink to verify it owns the remote endpoint, in v4l2_create_fwnode_links_to_pad()
341 * and translate to a sink pad. in v4l2_create_fwnode_links_to_pad()
348 if (sink_idx < 0 || sink_idx != sink->index) in v4l2_create_fwnode_links_to_pad()
353 * the source endpoint connects to an endpoint at the sink in v4l2_create_fwnode_links_to_pad()
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-usb_power_delivery37 What: /sys/class/usb_power_delivery/.../sink-capabilities
41 The sink capability message "Sink_Capabilities" contains a set
46 The order of the objects in the sink capability message is the
70 support both source and sink power roles.
124 What: /sys/class/usb_power_delivery/.../sink-capabilities/<position>:fixed_supply/operational_curr…
128 Operational current of the sink in milliamperes.
130 What: /sys/class/usb_power_delivery/.../sink-capabilities/<position>:fixed_supply/fast_role_swap_c…
135 Current" field that tells the current level the sink requires
169 What: /sys/class/usb_power_delivery/.../sink-capabilities/<position>:variable_supply/operational_c…
173 The operational current in milliamperes that the sink requires
[all …]
Dsysfs-driver-typec-displayport6 Valid values are USB, source and sink. Source means DisplayPort
7 source, and sink means DisplayPort sink.
14 USB [source] sink
/Linux-v6.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_formatter_local.h41 * The switch LUT's coding defines a sink for each
43 * the sink (i.e. an input formatter) can be reached
51 * Each register hold 16 2-bit fields encoding the sink
55 * encoded sink information, "0" means unconnected.
58 * a channel to a sink. At that point the LUT's belonging to
59 * that channel can be directed to another sink. Thus the data
/Linux-v6.1/Documentation/admin-guide/media/
Dimx7.rst39 This is the MIPI CSI-2 receiver entity. It has one sink pad to receive the pixel
47 This is the video multiplexer. It has two sink pads to select from either camera
59 This entity has one sink pad that receives from the csi-mux entity and a single
116 pad0: Sink
126 pad0: Sink
132 pad0: Sink
134 pad1: Sink
144 pad0: Sink
198 pad0: Sink
208 pad0: Sink
Dimx.rst140 This is the MIPI CSI-2 receiver entity. It has one sink pad to receive
165 These are the video multiplexers. They have two or more sink pads to
172 the four MIPI CSI-2 virtual channels (a total of five sink pads). The
173 other mux sits in front of IPU1-CSI1, and again has five sink pads to
179 channel 0 (two sink pads). The other mux sits in front of IPU2-CSI1 to
181 sink pads).
186 These are the CSI entities. They have a single sink pad receiving from
209 IDMAC channel. For example, if the CSI sink pad is receiving in UYVY
211 in YUYV order. Also, if the CSI sink pad is receiving a packed YUV
229 implemented in the ipuX_csiY entities at the sink pad, using the
[all …]
/Linux-v6.1/tools/usb/
Dhcd-tests.sh7 # - out, in: out needs 'bulk sink' firmware, in needs 'bulk src'
8 # - iso-out, iso-in: out needs 'iso sink' firmware, in needs 'iso src'
9 # - halt: needs bulk sink+src, tests halt set/clear from host
10 # - unlink: needs bulk sink and/or src, test HCD unlink processing
123 check_config sink-src
154 check_config sink-src
181 check_config sink-src
207 check_config sink-src
/Linux-v6.1/drivers/staging/greybus/
Daudio_helper.c19 struct snd_soc_dapm_widget *src, *sink; in gbaudio_dapm_link_dai_widget() local
46 sink = w; in gbaudio_dapm_link_dai_widget()
49 sink = dai_w; in gbaudio_dapm_link_dai_widget()
51 dev_dbg(dai->dev, "%s -> %s\n", src->name, sink->name); in gbaudio_dapm_link_dai_widget()
53 * snd_soc_dapm_add_path(w->dapm, src, sink, NULL, NULL); in gbaudio_dapm_link_dai_widget()
97 * remove source and sink paths associated to this widget. in gbaudio_dapm_free_widget()
99 * source and sink widgets so that path is removed only once. in gbaudio_dapm_free_widget()
/Linux-v6.1/sound/soc/
Dsoc-dapm.c55 struct snd_soc_dapm_widget *sink));
245 * or activated with the widget as the sink.
261 * have changed. E.g. if the sink state of a widget changes or a path is added
274 * Resets the cached number of inputs for the sink of the path and the cached
296 dapm_widget_invalidate_input_paths(p->sink); in dapm_path_invalidate()
297 if (p->sink->endpoints[SND_SOC_DAPM_DIR_OUT] != 0) in dapm_path_invalidate()
788 p->sink->kcontrol_news[i].private_value; in dapm_set_mixer_path_status()
796 unsigned int val = soc_dapm_read(p->sink->dapm, reg); in dapm_set_mixer_path_status()
812 val = soc_dapm_read(p->sink->dapm, mc->rreg); in dapm_set_mixer_path_status()
838 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
[all …]
/Linux-v6.1/Documentation/trace/
Dintel_th.rst47 mmap() interface and directed to a "software sink" driver that will
136 - notifying the software sink that a particular window is full, and
142 software sink driver to notify the MSU driver when a window is
145 An example sink driver, msu-sink illustrates the implementation of a
146 software sink. Functionally, it simply unlocks windows as soon as they
149 to just the first one. It can be enabled by writing "sink" to the "mode"
150 file (assuming msu-sink.ko is loaded).
/Linux-v6.1/sound/soc/sof/
Dsof-audio.c198 /* find route matching source and sink widgets */ in sof_route_setup()
206 dev_err(sdev->dev, "error: cannot find SOF route for source %s -> %s sink\n", in sof_route_setup()
232 * Set up connections between widgets in the sink/source paths based on direction. in sof_setup_pipeline_connections()
243 if (p->sink->dobj.private) { in sof_setup_pipeline_connections()
244 ret = sof_route_setup(sdev, widget, p->sink); in sof_setup_pipeline_connections()
284 /* unprepare all widgets in the sink paths */ in sof_unprepare_widgets_in_path()
286 if (!p->walking && p->sink->dobj.private) { in sof_unprepare_widgets_in_path()
288 sof_unprepare_widgets_in_path(sdev, p->sink); in sof_unprepare_widgets_in_path()
320 /* prepare all widgets in the sink paths */ in sof_prepare_widgets_in_path()
322 if (!p->walking && p->sink->dobj.private) { in sof_prepare_widgets_in_path()
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Daspeed-bmc-facebook-bletchley.dts309 try-power-role = "sink";
312 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
315 op-sink-microwatt = <10000000>;
395 try-power-role = "sink";
398 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
401 op-sink-microwatt = <10000000>;
481 try-power-role = "sink";
484 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
487 op-sink-microwatt = <10000000>;
567 try-power-role = "sink";
[all …]
/Linux-v6.1/drivers/media/usb/au0828/
Dau0828-core.c292 struct media_entity *sink; in au0828_enable_source() local
305 * is the sink. Look for an active link between decoder and in au0828_enable_source()
315 sink = entity; in au0828_enable_source()
324 sink = dev->decoder; in au0828_enable_source()
355 /* Is there an active link between sink and source */ in au0828_enable_source()
367 /* Either ALSA or Video own tuner. Sink is the same in au0828_enable_source()
369 * their common source (tuner) and sink (decoder). in au0828_enable_source()
370 * Starting pipeline between sharing entity and sink in au0828_enable_source()
390 list_for_each_entry(link, &sink->links, list) { in au0828_enable_source()
391 /* Check sink, and source */ in au0828_enable_source()
[all …]
/Linux-v6.1/drivers/staging/media/imx/
Dimx-media-internal-sd.c135 struct v4l2_subdev *sink, in create_internal_link() argument
142 &sink->entity.pads[link->remote_pad])) in create_internal_link()
147 sink->name, link->remote_pad); in create_internal_link()
150 &sink->entity, link->remote_pad, 0); in create_internal_link()
167 /* create the source->sink links */ in create_ipu_internal_links()
176 struct v4l2_subdev *sink; in create_ipu_internal_links() local
179 sink = imxmd->sync_sd[ipu_id][link->remote]; in create_ipu_internal_links()
181 ret = create_internal_link(imxmd, sd, sink, link); in create_ipu_internal_links()

12345678910>>...26