Home
last modified time | relevance | path

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

/linux-4.1.27/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()
286 link->sink->entity->name, in media_entity_pipeline_start()
287 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()
[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.1.27/sound/soc/
Dsoc-dapm.c54 struct snd_soc_dapm_widget *sink));
176 struct snd_soc_dapm_widget *sink; in dapm_widget_invalidate_input_paths() local
192 sink = p->sink; in dapm_widget_invalidate_input_paths()
193 if (sink->inputs != -1) { in dapm_widget_invalidate_input_paths()
194 sink->inputs = -1; in dapm_widget_invalidate_input_paths()
195 list_add_tail(&sink->work_list, &list); in dapm_widget_invalidate_input_paths()
267 dapm_widget_invalidate_input_paths(p->sink); in dapm_path_invalidate()
268 if (p->sink->outputs != 0) in dapm_path_invalidate()
570 const struct snd_kcontrol_new *kcontrol = &path->sink->kcontrol_news[0]; in dapm_connect_mux()
607 p->sink->kcontrol_news[i].private_value; in dapm_set_mixer_path_status()
[all …]
Dsoc-core.c3350 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing()
/linux-4.1.27/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.1.27/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.c590 struct flite_frame *sink = &fimc->inp_frame; in fimc_lite_subdev_try_fmt() local
604 mf->code = sink->fmt->mbus_code; in fimc_lite_subdev_try_fmt()
605 mf->colorspace = sink->fmt->colorspace; in fimc_lite_subdev_try_fmt()
606 rect = &sink->rect; in fimc_lite_subdev_try_fmt()
1109 struct flite_frame *sink = &fimc->inp_frame; in fimc_lite_subdev_set_fmt() local
1145 sink->f_width = mf->width; in fimc_lite_subdev_set_fmt()
1146 sink->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1147 sink->fmt = ffmt; in fimc_lite_subdev_set_fmt()
1149 sink->rect.width = mf->width; in fimc_lite_subdev_set_fmt()
1150 sink->rect.height = mf->height; in fimc_lite_subdev_set_fmt()
[all …]
Dfimc-capture.c668 struct fimc_frame *sink = &ctx->s_frame; in fimc_capture_try_selection() local
675 r->width = sink->f_width; in fimc_capture_try_selection()
676 r->height = sink->f_height; in fimc_capture_try_selection()
683 max_sc_h = min(SCALER_MAX_HRATIO, 1 << (ffs(sink->width) - 3)); in fimc_capture_try_selection()
684 max_sc_v = min(SCALER_MAX_VRATIO, 1 << (ffs(sink->height) - 1)); in fimc_capture_try_selection()
687 u32 depth = fimc_get_format_depth(sink->fmt); in fimc_capture_try_selection()
704 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
705 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
708 min_w = min_t(u32, max_w, sink->f_width / max_sc_h); in fimc_capture_try_selection()
709 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
[all …]
/linux-4.1.27/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.1.27/include/media/
Dmedia-entity.h36 struct media_pad *sink; /* Sink pad */ member
134 struct media_entity *sink, u16 sink_pad, u32 flags);
141 struct media_pad *sink);
/linux-4.1.27/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
/linux-4.1.27/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.1.27/drivers/media/platform/vsp1/
Dvsp1_entity.c136 if (source->sink) in vsp1_entity_link_setup()
138 source->sink = remote->entity; in vsp1_entity_link_setup()
141 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.c793 struct vsp1_entity *sink; in vsp1_entity_route_setup() local
798 sink = container_of(source->sink, struct vsp1_entity, subdev.entity); in vsp1_entity_route_setup()
800 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.1.27/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 nv_wraux(outp->base.edid, DPCD_LC00_LINK_BW_SET, sink, 2); in dp_set_link_config()
/linux-4.1.27/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.1.27/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.1.27/include/trace/events/
Dasoc.h165 __string( psname, path->sink->name )
173 __assign_str(psname, path->sink->name);
175 __entry->path_sink = (long)path->sink;
/linux-4.1.27/sound/soc/codecs/
Drt5631.c288 struct snd_soc_dapm_widget *sink) in check_sysclk1_source() argument
298 struct snd_soc_dapm_widget *sink) in check_dmic_used() argument
306 struct snd_soc_dapm_widget *sink) in check_dacl_to_outmixl() argument
316 struct snd_soc_dapm_widget *sink) in check_dacr_to_outmixr() argument
326 struct snd_soc_dapm_widget *sink) in check_dacl_to_spkmixl() argument
336 struct snd_soc_dapm_widget *sink) in check_dacr_to_spkmixr() argument
346 struct snd_soc_dapm_widget *sink) in check_adcl_select() argument
356 struct snd_soc_dapm_widget *sink) in check_adcr_select() argument
Dadau1373.c824 struct snd_soc_dapm_widget *sink) in adau1373_check_aif_clk() argument
831 dai = sink->name[3] - '1'; in adau1373_check_aif_clk()
845 struct snd_soc_dapm_widget *sink) in adau1373_check_src() argument
851 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.c220 struct snd_soc_dapm_widget *sink) in wm8731_check_osc() argument
Drt5670.c700 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
712 struct snd_soc_dapm_widget *sink) in is_using_asrc() argument
764 struct snd_soc_dapm_widget *sink) in can_use_asrc() argument
Darizona.c1502 routes[0].sink = dai->driver->capture.stream_name; in arizona_dai_set_sysclk()
1503 routes[1].sink = dai->driver->playback.stream_name; in arizona_dai_set_sysclk()
Drt286.c418 struct snd_soc_dapm_widget *sink) in is_mclk_mode() argument
Drt5645.c558 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
572 struct snd_soc_dapm_widget *sink) in is_using_asrc() argument
Drt5677.c931 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
946 struct snd_soc_dapm_widget *sink) in is_using_asrc() argument
1029 struct snd_soc_dapm_widget *sink) in can_use_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.c476 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
Dwm8994.c250 struct snd_soc_dapm_widget *sink) in check_clk_sys() argument
/linux-4.1.27/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.1.27/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.1.27/arch/x86/boot/
Dsetup.ld57 * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility:
/linux-4.1.27/include/sound/
Dsoc-dapm.h383 struct snd_soc_dapm_widget *sink);
491 const char *sink; member
497 struct snd_soc_dapm_widget *sink);
506 struct snd_soc_dapm_widget *sink; member
515 struct snd_soc_dapm_widget *sink);
/linux-4.1.27/arch/m68k/mvme16x/
Dconfig.c219 volatile u_char sink; in mvme16x_cons_write() local
240 sink = pcc2chip[PccTPIACKR]; in mvme16x_cons_write()
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/sound/
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,
Domap-twl4030.txt13 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
Dimx-audio-sgtl5000.txt15 connection's sink, the second being the connection's
Dnvidia,tegra-audio-alc5632.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-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,
Dimx-audio-es8328.txt12 connection's sink, the second being the connection's
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.txt43 connection's sink, the second being the connection's
Dsimple-card.txt16 connection's sink, the second being the connection's
/linux-4.1.27/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.1.27/sound/spi/
DKconfig20 This driver requires the Atmel SSC driver for sound sink, a
/linux-4.1.27/Documentation/devicetree/bindings/input/
Datmel,maxtouch.txt9 - interrupts: The sink for the touchpad's IRQ output
/linux-4.1.27/include/uapi/linux/
Dmedia.h156 struct media_pad_desc sink; member
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dleds-pm8941-wled.txt12 - qcom,cs-out: bool; enable current sink output
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.c1181 if (p->connected && !p->connected(w, p->sink)) in sst_send_pipe_gains()
1184 if (p->connect && p->sink->power && in sst_send_pipe_gains()
1185 is_sst_dapm_widget(p->sink)) { in sst_send_pipe_gains()
1186 struct sst_ids *ids = p->sink->priv; in sst_send_pipe_gains()
1189 p->sink->name); in sst_send_pipe_gains()
1200 if (p->connected && !p->connected(w, p->sink)) in sst_send_pipe_gains()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dalphascale,acc.txt108 Clock consumer with only one, _AHB_ sink.
/linux-4.1.27/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()
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.c1822 const struct v4l2_mbus_framefmt *sink, in preview_try_crop() argument
1826 unsigned int right = sink->width - PREV_MARGIN_RIGHT; in preview_try_crop()
1828 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; in preview_try_crop()
1844 if (sink->code != MEDIA_BUS_FMT_Y8_1X8 && in preview_try_crop()
1845 sink->code != MEDIA_BUS_FMT_Y10_1X10) { in preview_try_crop()
Disp.c826 struct media_entity *sink = link->sink->entity; in isp_pipeline_link_notify() local
828 int sink_use = isp_pipeline_pm_use_count(sink); in isp_pipeline_link_notify()
835 isp_pipeline_pm_power(sink, -source_use); in isp_pipeline_link_notify()
846 ret = isp_pipeline_pm_power(sink, source_use); in isp_pipeline_link_notify()
Dispvideo.c888 struct media_entity *sink; in isp_video_check_external_subdevs() local
910 sink = ents[i]; in isp_video_check_external_subdevs()
926 ret = v4l2_subdev_call(media_entity_to_v4l2_subdev(sink), in isp_video_check_external_subdevs()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dselftest.h425 int sink);
437 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.c1106 int sink) in sfw_alloc_pages() argument
1111 rpc->srpc_bulk = srpc_alloc_bulk(cpt, npages, len, sink); in sfw_alloc_pages()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/sound/soc/samsung/
Dspeyside.c109 struct snd_soc_dapm_widget *sink) in speyside_get_micbias() argument
/linux-4.1.27/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.1.27/drivers/media/dvb-core/
Ddvb_frontend.c636 if (link->sink->entity == entity) { in dvb_enable_media_tuner()
662 struct media_entity *sink; in dvb_enable_media_tuner() local
666 sink = link->sink->entity; in dvb_enable_media_tuner()
668 if (sink == entity) in dvb_enable_media_tuner()
675 source->name, sink->name, in dvb_enable_media_tuner()
682 source->name, sink->name, in dvb_enable_media_tuner()
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/arm/
Dcoresight.txt8 sink. Each CoreSight component device should use these properties to describe
/linux-4.1.27/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.1.27/Documentation/vm/
Dpage_migration44 performance of the process does not sink dramatically. Also the pages
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt186 drive-strength - sink or source at most X mA
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt77 slave device (data source) by the master device (data sink). In the master
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt234 snd_soc_dapm_connect_input(codec, sink, path, source);
/linux-4.1.27/arch/sparc/lib/
Dchecksum_32.S118 addx %g0, %o2, %o2 ! sink in final carry
/linux-4.1.27/Documentation/networking/
Dfilter.txt372 sink as a second one, e.g. `./bpf_dbg test_in.txt test_out.txt`.
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt329 sink of the link. Subdev drivers are also free to use this function to