Home
last modified time | relevance | path

Searched refs:sink (Results 1 – 99 of 99) sorted by relevance

/linux-4.4.14/drivers/media/
Dmedia-entity.c97 return link->sink->entity; in media_entity_other()
258 struct media_pad *pad = link->sink->entity == entity in media_entity_pipeline_start()
259 ? link->sink : link->source; in media_entity_pipeline_start()
277 if (link->sink != pad || in media_entity_pipeline_start()
287 entity->name, link->sink->index, ret); in media_entity_pipeline_start()
439 struct media_entity *sink, u16 sink_pad, u32 flags) in media_entity_create_link() argument
444 BUG_ON(source == NULL || sink == NULL); in media_entity_create_link()
446 BUG_ON(sink_pad >= sink->num_pads); in media_entity_create_link()
453 link->sink = &sink->pads[sink_pad]; in media_entity_create_link()
459 backlink = media_entity_add_link(sink); in media_entity_create_link()
[all …]
Dmedia-device.c164 media_device_kpad_to_upad(entity->links[l].sink, in __media_device_enum_links()
165 &link.sink); in __media_device_enum_links()
201 struct media_entity *sink; in media_device_setup_link() local
210 sink = find_entity(mdev, ulink.sink.entity); in media_device_setup_link()
212 if (source == NULL || sink == NULL) in media_device_setup_link()
216 ulink.sink.index >= sink->num_pads) in media_device_setup_link()
220 &sink->pads[ulink.sink.index]); in media_device_setup_link()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-topology.c278 if ((p->sink->priv == NULL) in skl_tplg_alloc_pipe_widget()
282 if ((p->sink->priv != NULL) && p->connect in skl_tplg_alloc_pipe_widget()
283 && is_skl_dsp_widget_type(p->sink)) { in skl_tplg_alloc_pipe_widget()
285 src_module = p->sink->priv; in skl_tplg_alloc_pipe_widget()
288 p->sink, pipe); in skl_tplg_alloc_pipe_widget()
415 struct snd_soc_dapm_widget *source, *sink; in skl_tplg_pga_dapm_pre_pmu_event() local
433 dev_dbg(ctx->dev, "%s: sink widget=%s\n", __func__, p->sink->name); in skl_tplg_pga_dapm_pre_pmu_event()
440 if ((p->sink->priv != NULL) && in skl_tplg_pga_dapm_pre_pmu_event()
441 is_skl_dsp_widget_type(p->sink)) { in skl_tplg_pga_dapm_pre_pmu_event()
443 sink = p->sink; in skl_tplg_pga_dapm_pre_pmu_event()
[all …]
/linux-4.4.14/sound/soc/
Dsoc-dapm.c61 struct snd_soc_dapm_widget *sink));
273 dapm_widget_invalidate_input_paths(p->sink); in dapm_path_invalidate()
274 if (p->sink->endpoints[SND_SOC_DAPM_DIR_OUT] != 0) in dapm_path_invalidate()
729 p->sink->kcontrol_news[i].private_value; in dapm_set_mixer_path_status()
738 soc_dapm_read(p->sink->dapm, reg, &val); in dapm_set_mixer_path_status()
755 for (i = 0; i < path->sink->num_kcontrols; i++) { in dapm_connect_mixer()
756 if (!strcmp(control_name, path->sink->kcontrol_news[i].name)) { in dapm_connect_mixer()
757 path->name = path->sink->kcontrol_news[i].name; in dapm_connect_mixer()
1291 !path->connected(path->source, path->sink)) in dapm_supply_check_power()
1294 if (dapm_widget_power_check(path->sink)) in dapm_supply_check_power()
[all …]
Dsoc-topology.c1101 if (strnlen(elem->sink, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) == in soc_tplg_dapm_graph_elems_load()
1109 route.sink = elem->sink; in soc_tplg_dapm_graph_elems_load()
Dsoc-core.c3400 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing()
/linux-4.4.14/tools/usb/
Dhcd-tests.sh122 check_config sink-src
153 check_config sink-src
180 check_config sink-src
206 check_config sink-src
Dffs-test.c115 struct usb_endpoint_descriptor_no_audio sink; member
134 .sink = {
135 .bLength = sizeof descriptors.fs_descs.sink,
158 .sink = {
159 .bLength = sizeof descriptors.hs_descs.sink,
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dmedia-dev.c708 struct media_entity *sink; in __fimc_md_create_fimc_sink_links() local
731 sink = &fmd->fimc[i]->vid_cap.subdev.entity; in __fimc_md_create_fimc_sink_links()
732 ret = media_entity_create_link(source, pad, sink, in __fimc_md_create_fimc_sink_links()
738 ret = media_entity_call(sink, link_setup, &sink->pads[0], in __fimc_md_create_fimc_sink_links()
744 source->name, flags ? '=' : '-', sink->name); in __fimc_md_create_fimc_sink_links()
751 sink = &fmd->fimc_lite[i]->subdev.entity; in __fimc_md_create_fimc_sink_links()
752 ret = media_entity_create_link(source, pad, sink, in __fimc_md_create_fimc_sink_links()
758 ret = media_entity_call(sink, link_setup, &sink->pads[0], in __fimc_md_create_fimc_sink_links()
764 source->name, sink->name); in __fimc_md_create_fimc_sink_links()
772 struct media_entity *source, *sink; in __fimc_md_create_flite_source_links() local
[all …]
Dfimc-lite.c587 struct flite_frame *sink = &fimc->inp_frame; in fimc_lite_subdev_try_fmt() local
601 mf->code = sink->fmt->mbus_code; in fimc_lite_subdev_try_fmt()
602 mf->colorspace = sink->fmt->colorspace; in fimc_lite_subdev_try_fmt()
603 rect = &sink->rect; in fimc_lite_subdev_try_fmt()
1106 struct flite_frame *sink = &fimc->inp_frame; in fimc_lite_subdev_set_fmt() local
1142 sink->f_width = mf->width; in fimc_lite_subdev_set_fmt()
1143 sink->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1144 sink->fmt = ffmt; in fimc_lite_subdev_set_fmt()
1146 sink->rect.width = mf->width; in fimc_lite_subdev_set_fmt()
1147 sink->rect.height = mf->height; in fimc_lite_subdev_set_fmt()
[all …]
Dfimc-capture.c664 struct fimc_frame *sink = &ctx->s_frame; in fimc_capture_try_selection() local
671 r->width = sink->f_width; in fimc_capture_try_selection()
672 r->height = sink->f_height; in fimc_capture_try_selection()
679 max_sc_h = min(SCALER_MAX_HRATIO, 1 << (ffs(sink->width) - 3)); in fimc_capture_try_selection()
680 max_sc_v = min(SCALER_MAX_VRATIO, 1 << (ffs(sink->height) - 1)); in fimc_capture_try_selection()
683 u32 depth = fimc_get_format_depth(sink->fmt); in fimc_capture_try_selection()
700 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
701 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
704 min_w = min_t(u32, max_w, sink->f_width / max_sc_h); in fimc_capture_try_selection()
705 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
[all …]
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_entity.c30 struct media_entity *sink; in uvc_mc_register_entity() local
34 sink = (UVC_ENTITY_TYPE(entity) == UVC_TT_STREAMING) in uvc_mc_register_entity()
37 if (sink == NULL) in uvc_mc_register_entity()
60 sink, i, flags); in uvc_mc_register_entity()
/linux-4.4.14/include/media/
Dmedia-entity.h36 struct media_pad *sink; /* Sink pad */ member
141 struct media_entity *sink, u16 sink_pad, u32 flags);
148 struct media_pad *sink);
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-i2c-devices-lm35337 sink HVLED[n] (n = 1, 2) (0, 1).
14 Set the controlling led device for low-voltage current sink
Dsysfs-bus-coresight-devices-etb105 Description: (RW) Add/remove a sink from a trace path. There can be multiple
6 source for a single sink.
Dsysfs-bus-coresight-devices-etm3x7 properly and a sink has been identidifed for it. The path
8 of coresight components linking the source to the sink is
Dsysfs-bus-coresight-devices-etm4x7 properly and a sink has been identidifed for it. The path
8 of coresight components linking the source to the sink is
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-vipp.c193 struct media_entity *sink; in xvip_graph_build_dma() local
257 sink = ent->entity; in xvip_graph_build_dma()
258 sink_pad = &sink->pads[link.remote_port]; in xvip_graph_build_dma()
262 sink = &dma->video.entity; in xvip_graph_build_dma()
271 sink->name, sink_pad->index); in xvip_graph_build_dma()
274 sink, sink_pad->index, in xvip_graph_build_dma()
280 sink->name, sink_pad->index); in xvip_graph_build_dma()
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_entity.c138 if (source->sink) in vsp1_entity_link_setup()
140 source->sink = remote->entity; in vsp1_entity_link_setup()
143 source->sink = NULL; in vsp1_entity_link_setup()
Dvsp1_drv.c78 static int vsp1_create_links(struct vsp1_device *vsp1, struct vsp1_entity *sink) in vsp1_create_links() argument
80 struct media_entity *entity = &sink->subdev.entity; in vsp1_create_links()
88 if (source->type == sink->type) in vsp1_create_links()
96 sink->type == VSP1_ENTITY_WPF && in vsp1_create_links()
97 source->index == sink->index in vsp1_create_links()
111 source->sink = entity; in vsp1_create_links()
Dvsp1_entity.h68 struct media_entity *sink; member
Dvsp1_video.c875 struct vsp1_entity *sink; in vsp1_entity_route_setup() local
880 sink = container_of(source->sink, struct vsp1_entity, subdev.entity); in vsp1_entity_route_setup()
882 sink->route->inputs[source->sink_pad]); in vsp1_entity_route_setup()
Dvsp1_wpf.c293 wpf->entity.sink = &wpf->video.video.entity; in vsp1_wpf_create()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddport.c64 u8 sink[2]; in dp_set_link_config() local
96 sink[0] = dp->link_bw / 27000; in dp_set_link_config()
97 sink[1] = dp->link_nr; in dp_set_link_config()
99 sink[1] |= DPCD_LC01_ENHANCED_FRAME_EN; in dp_set_link_config()
101 return nvkm_wraux(outp->aux, DPCD_LC00_LINK_BW_SET, sink, 2); in dp_set_link_config()
/linux-4.4.14/sound/pci/riptide/
Driptide.c503 unsigned char sink, unsigned char *a,
757 unsigned char sink, type; in alloclbuspath() local
759 sink = *path & (~SPLIT_PATH); in alloclbuspath()
760 if (sink != E2SINK_MAX) { in alloclbuspath()
761 snd_printdd("alloc path 0x%x->0x%x\n", source, sink); in alloclbuspath()
762 SEND_PSEL(cif, source, sink); in alloclbuspath()
763 source = lbusin2out[sink][0]; in alloclbuspath()
764 type = lbusin2out[sink][1]; in alloclbuspath()
767 *mixer = sink - DIGITAL_MIXER_IN0; in alloclbuspath()
775 s[1] = sink; in alloclbuspath()
[all …]
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-subdev.c547 struct v4l2_subdev *sink; in v4l2_subdev_link_validate() local
557 link->sink, &sink_fmt); in v4l2_subdev_link_validate()
561 sink = media_entity_to_v4l2_subdev(link->sink->entity); in v4l2_subdev_link_validate()
563 rval = v4l2_subdev_call(sink, pad, link_validate, link, in v4l2_subdev_link_validate()
569 sink, link, &source_fmt, &sink_fmt); in v4l2_subdev_link_validate()
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsrc-card.txt35 Each entry is a pair of strings, the first being the connection's sink,
37 use audio-prefix if some components is using same sink/sources naming.
Datmel-sam9x5-wm8731-audio.txt9 Each entry is a pair of strings, the first being the connection's sink,
Dsamsung,odroidx2-max98090.txt11 connection's sink, the second being the connection's source;
Dnvidia,tegra-audio-wm9712.txt13 Each entry is a pair of strings, the first being the connection's sink,
Datmel-wm8904.txt7 Each entry is a pair of strings, the first being the connection's sink,
Dimx-audio-wm8962.txt15 connection's sink, the second being the connection's
Domap-twl4030.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-wm8753.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-alc5632.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dimx-audio-sgtl5000.txt15 connection's sink, the second being the connection's
Dimx-audio-es8328.txt12 connection's sink, the second being the connection's
Dnvidia,tegra-audio-max98090.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-rt5640.txt13 Each entry is a pair of strings, the first being the connection's sink,
Ddavinci-evm-audio.txt9 Each entry is a pair of strings, the first being the connection's sink,
Domap-abe-twl6040.txt10 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-wm8903.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-rt5677.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dfsl-asoc-card.txt45 connection's sink, the second being the connection's
Dsimple-card.txt16 connection's sink, the second being the connection's
/linux-4.4.14/sound/soc/codecs/
Drt5631.c287 struct snd_soc_dapm_widget *sink) in check_sysclk1_source() argument
297 struct snd_soc_dapm_widget *sink) in check_dmic_used() argument
305 struct snd_soc_dapm_widget *sink) in check_dacl_to_outmixl() argument
315 struct snd_soc_dapm_widget *sink) in check_dacr_to_outmixr() argument
325 struct snd_soc_dapm_widget *sink) in check_dacl_to_spkmixl() argument
335 struct snd_soc_dapm_widget *sink) in check_dacr_to_spkmixr() argument
345 struct snd_soc_dapm_widget *sink) in check_adcl_select() argument
355 struct snd_soc_dapm_widget *sink) in check_adcr_select() argument
Dadau1373.c821 struct snd_soc_dapm_widget *sink) in adau1373_check_aif_clk() argument
828 dai = sink->name[3] - '1'; in adau1373_check_aif_clk()
842 struct snd_soc_dapm_widget *sink) in adau1373_check_src() argument
848 dai = sink->name[3] - '1'; in adau1373_check_src()
Dadav80x.c213 struct snd_soc_dapm_widget *sink) in adav80x_dapm_sysclk_check() argument
237 struct snd_soc_dapm_widget *sink) in adav80x_dapm_pll_check() argument
Dwm8731.c215 struct snd_soc_dapm_widget *sink) in wm8731_check_osc() argument
Drt5670.c699 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
711 struct snd_soc_dapm_widget *sink) in is_using_asrc() argument
763 struct snd_soc_dapm_widget *sink) in can_use_asrc() argument
Drt5677.c932 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
947 struct snd_soc_dapm_widget *sink) in is_using_asrc() argument
1030 struct snd_soc_dapm_widget *sink) in can_use_asrc() argument
1235 struct snd_soc_dapm_widget *sink) in rt5677_dmic_use_asrc() argument
Darizona.c1686 routes[0].sink = dai->driver->capture.stream_name; in arizona_dai_set_sysclk()
1687 routes[1].sink = dai->driver->playback.stream_name; in arizona_dai_set_sysclk()
Drt286.c333 struct snd_soc_dapm_widget *sink) in is_mclk_mode() argument
Drt298.c333 struct snd_soc_dapm_widget *sink) in is_mclk_mode() argument
Drt5645.c683 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
697 struct snd_soc_dapm_widget *sink) in is_using_asrc() argument
Drt5651.c395 struct snd_soc_dapm_widget *sink) in is_sysclk_from_pll() argument
Dwm8995.c535 struct snd_soc_dapm_widget *sink) in check_clk_sys() argument
Drt5640.c478 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
Dwm8994.c251 struct snd_soc_dapm_widget *sink) in check_clk_sys() argument
/linux-4.4.14/Documentation/
Dmedia-framework.txt37 pad to a sink pad.
204 struct media_entity *sink, u16 sink_pad,
208 to source and sink pads.
213 to transfer media data. When two or more links target a sink pad, only
266 struct media_pad *sink);
299 link_setup operation for the two entities at the source and sink of the link,
313 link at a sink pad prevents another link at the same pad from being enabled,
363 entity which has sink pads in the pipeline. The
366 the source pad of the connected entity and its own sink pad match. It is up
/linux-4.4.14/arch/x86/boot/
Dsetup.ld57 * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility:
/linux-4.4.14/drivers/hwtracing/coresight/
DKconfig18 This enables support for CoreSight link and sink drivers that are
29 trace router - ETR) or sink (embedded trace FIFO). The driver
/linux-4.4.14/arch/m68k/mvme16x/
Dconfig.c219 volatile u_char sink; in mvme16x_cons_write() local
240 sink = pcc2chip[PccTPIACKR]; in mvme16x_cons_write()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss.c145 ret = v4l2_subdev_call(media_entity_to_v4l2_subdev(link->sink->entity), in omap4iss_get_external_info()
530 struct media_entity *sink = link->sink->entity; in iss_pipeline_link_notify() local
532 int sink_use = iss_pipeline_pm_use_count(sink); in iss_pipeline_link_notify()
539 iss_pipeline_pm_power(sink, -source_use); in iss_pipeline_link_notify()
549 ret = iss_pipeline_pm_power(sink, source_use); in iss_pipeline_link_notify()
/linux-4.4.14/include/sound/
Dsoc-dapm.h389 struct snd_soc_dapm_widget *sink);
506 const char *sink; member
512 struct snd_soc_dapm_widget *sink);
527 struct snd_soc_dapm_widget *sink; member
539 struct snd_soc_dapm_widget *sink);
/linux-4.4.14/Documentation/trace/
Dcoresight.txt24 the emanating source to a sink(s). Sinks serve as endpoints to the coresight
164 sink while the "coresight_dev_subtype" will characterise that type further.
184 Specific class of device (source, link, or sink) have generic operations
196 Before trace collection can start, a coresight sink needs to be identify.
198 any given moment. As a generic operation, all device pertaining to the sink
/linux-4.4.14/sound/spi/
DKconfig20 This driver requires the Atmel SSC driver for sound sink, a
/linux-4.4.14/Documentation/devicetree/bindings/input/
Datmel,maxtouch.txt9 - interrupts: The sink for the touchpad's IRQ output
/linux-4.4.14/include/uapi/linux/
Dmedia.h156 struct media_pad_desc sink; member
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dpm8941-wled.txt11 - qcom,cs-out: bool; enable current sink output
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dalphascale,acc.txt108 Clock consumer with only one, _AHB_ sink.
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispresizer.c1184 static void resizer_try_crop(const struct v4l2_mbus_framefmt *sink, in resizer_try_crop() argument
1207 crop->left = clamp_t(u32, crop->left, 0, sink->width - MIN_IN_WIDTH); in resizer_try_crop()
1209 sink->width - crop->left); in resizer_try_crop()
1210 crop->top = clamp_t(u32, crop->top, 0, sink->height - MIN_IN_HEIGHT); in resizer_try_crop()
1212 sink->height - crop->top); in resizer_try_crop()
Disp.c824 struct media_entity *sink = link->sink->entity; in isp_pipeline_link_notify() local
826 int sink_use = isp_pipeline_pm_use_count(sink); in isp_pipeline_link_notify()
833 isp_pipeline_pm_power(sink, -source_use); in isp_pipeline_link_notify()
844 ret = isp_pipeline_pm_power(sink, source_use); in isp_pipeline_link_notify()
Dispccdc.c2076 const struct v4l2_mbus_framefmt *sink, in ccdc_try_crop() argument
2085 info = omap3isp_video_format_info(sink->code); in ccdc_try_crop()
2091 crop->left = clamp_t(u32, crop->left, 0, sink->width - CCDC_MIN_WIDTH); in ccdc_try_crop()
2092 crop->top = clamp_t(u32, crop->top, 0, sink->height - CCDC_MIN_HEIGHT); in ccdc_try_crop()
2099 max_width = (sink->width - crop->left + 15) & ~15; in ccdc_try_crop()
2103 sink->height - crop->top); in ccdc_try_crop()
Disppreview.c1818 const struct v4l2_mbus_framefmt *sink, in preview_try_crop() argument
1822 unsigned int right = sink->width - PREV_MARGIN_RIGHT; in preview_try_crop()
1824 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; in preview_try_crop()
1840 if (sink->code != MEDIA_BUS_FMT_Y8_1X8 && in preview_try_crop()
1841 sink->code != MEDIA_BUS_FMT_Y10_1X10) { in preview_try_crop()
Dispvideo.c891 struct media_entity *sink; in isp_video_check_external_subdevs() local
913 sink = ents[i]; in isp_video_check_external_subdevs()
929 ret = v4l2_subdev_call(media_entity_to_v4l2_subdev(sink), in isp_video_check_external_subdevs()
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dselftest.h429 int sink);
441 int sink);
Drpc.c125 srpc_alloc_bulk(int cpt, unsigned bulk_npg, unsigned bulk_len, int sink) in srpc_alloc_bulk() argument
140 bk->bk_sink = sink; in srpc_alloc_bulk()
Dframework.c1102 int sink) in sfw_alloc_pages() argument
1107 rpc->srpc_bulk = srpc_alloc_bulk(cpt, npages, len, sink); in sfw_alloc_pages()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.c1302 if (p->connected && !p->connected(w, p->sink)) in sst_send_pipe_gains()
1305 if (p->connect && p->sink->power && in sst_send_pipe_gains()
1306 is_sst_dapm_widget(p->sink)) { in sst_send_pipe_gains()
1307 struct sst_ids *ids = p->sink->priv; in sst_send_pipe_gains()
1310 p->sink->name); in sst_send_pipe_gains()
1321 if (p->connected && !p->connected(w, p->sink)) in sst_send_pipe_gains()
/linux-4.4.14/drivers/scsi/
DNCR5380.c2006 int sink = 0; local
2028 if (sink && (phase != PHASE_MSGOUT)) {
2034 sink = 0;
2042 sink = 1;
2104 sink = 1;
2146 sink = 1;
2162 sink = 1;
Datari_NCR5380.c1949 int sink = 0; in NCR5380_information_transfer() local
1999 if (sink && (phase != PHASE_MSGOUT)) { in NCR5380_information_transfer()
2008 sink = 0; in NCR5380_information_transfer()
2017 sink = 1; in NCR5380_information_transfer()
2077 sink = 1; in NCR5380_information_transfer()
2144 sink = 1; in NCR5380_information_transfer()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-video.c132 if (link->sink->entity == decoder) { in cx231xx_enable_analog_tuner()
145 struct media_entity *sink; in cx231xx_enable_analog_tuner() local
149 sink = link->sink->entity; in cx231xx_enable_analog_tuner()
151 if (sink == entity) in cx231xx_enable_analog_tuner()
158 source->name, sink->name, in cx231xx_enable_analog_tuner()
165 source->name, sink->name, in cx231xx_enable_analog_tuner()
/linux-4.4.14/drivers/isdn/hisax/
Dhfc_usb.c547 int k, tx_offset, num_isoc_packets, sink, len, current_len, in tx_iso_complete() local
587 sink = (threshbit) ? SINK_DMIN : SINK_DMAX; in tx_iso_complete()
589 sink = (threshbit) ? SINK_MIN : SINK_MAX; in tx_iso_complete()
604 fifo->bit_line -= sink; in tx_iso_complete()
643 fifo->bit_line -= sink; /* we lower data margin every msec */ in tx_iso_complete()
/linux-4.4.14/include/uapi/sound/
Dasoc.h328 char sink[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/linux-4.4.14/sound/soc/samsung/
Dspeyside.c109 struct snd_soc_dapm_widget *sink) in speyside_get_micbias() argument
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt175 Shows ELD(EDID Like Data) info retrieved from the attached HDMI sink,
179 Only do this if you are sure the HDMI sink provided value is wrong.
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.c637 if (link->sink->entity == entity) { in dvb_enable_media_tuner()
663 struct media_entity *sink; in dvb_enable_media_tuner() local
667 sink = link->sink->entity; in dvb_enable_media_tuner()
669 if (sink == entity) in dvb_enable_media_tuner()
676 source->name, sink->name, in dvb_enable_media_tuner()
683 source->name, sink->name, in dvb_enable_media_tuner()
/linux-4.4.14/drivers/tty/
DKconfig343 the trace sink line discipline driver and to another tty port (say
350 "Trace data sink for MIPI P1149.7 cJTAG standard" line discipline
354 tristate "Trace data sink for MIPI P1149.7 cJTAG standard"
357 The trace sink uses the Linux line discipline framework to receive
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcoresight.txt8 sink. Each CoreSight component device should use these properties to describe
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1170 int k, tx_offset, num_isoc_packets, sink, remain, current_len, in tx_iso_complete() local
1228 sink = (threshbit) ? SINK_DMIN : SINK_DMAX; in tx_iso_complete()
1230 sink = (threshbit) ? SINK_MIN : SINK_MAX; in tx_iso_complete()
1259 fifo->bit_line -= sink; in tx_iso_complete()
1323 fifo->bit_line -= sink; in tx_iso_complete()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-mpp.txt87 "sink"
Dpinctrl-bindings.txt186 drive-strength - sink or source at most X mA
/linux-4.4.14/Documentation/vm/
Dpage_migration44 performance of the process does not sink dramatically. Also the pages
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt77 slave device (data source) by the master device (data sink). In the master
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt234 snd_soc_dapm_connect_input(codec, sink, path, source);
/linux-4.4.14/arch/sparc/lib/
Dchecksum_32.S118 addx %g0, %o2, %o2 ! sink in final carry
/linux-4.4.14/Documentation/networking/
Dfilter.txt372 sink as a second one, e.g. `./bpf_dbg test_in.txt test_out.txt`.
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt329 sink of the link. Subdev drivers are also free to use this function to