/linux-4.1.27/drivers/media/ |
D | media-entity.c | 97 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 …]
|
D | media-device.c | 164 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/ |
D | soc-dapm.c | 54 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 …]
|
D | soc-core.c | 3350 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing()
|
/linux-4.1.27/tools/usb/ |
D | hcd-tests.sh | 122 check_config sink-src 153 check_config sink-src 180 check_config sink-src 206 check_config sink-src
|
D | ffs-test.c | 115 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/ |
D | media-dev.c | 708 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 …]
|
D | fimc-lite.c | 590 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 …]
|
D | fimc-capture.c | 668 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/ |
D | uvc_entity.c | 30 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/ |
D | media-entity.h | 36 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/ |
D | sysfs-bus-i2c-devices-lm3533 | 7 sink HVLED[n] (n = 1, 2) (0, 1). 14 Set the controlling led device for low-voltage current sink
|
D | sysfs-bus-coresight-devices-etb10 | 5 Description: (RW) Add/remove a sink from a trace path. There can be multiple 6 source for a single sink.
|
D | sysfs-bus-coresight-devices-etm3x | 7 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/ |
D | xilinx-vipp.c | 193 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/ |
D | vsp1_entity.c | 136 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()
|
D | vsp1_drv.c | 78 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()
|
D | vsp1_entity.h | 68 struct media_entity *sink; member
|
D | vsp1_video.c | 793 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()
|
D | vsp1_wpf.c | 293 wpf->entity.sink = &wpf->video.video.entity; in vsp1_wpf_create()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dport.c | 64 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/ |
D | riptide.c | 503 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/ |
D | v4l2-subdev.c | 547 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/ |
D | asoc.h | 165 __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/ |
D | rt5631.c | 288 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
|
D | adau1373.c | 824 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()
|
D | adav80x.c | 213 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
|
D | wm8731.c | 220 struct snd_soc_dapm_widget *sink) in wm8731_check_osc() argument
|
D | rt5670.c | 700 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
|
D | arizona.c | 1502 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()
|
D | rt286.c | 418 struct snd_soc_dapm_widget *sink) in is_mclk_mode() argument
|
D | rt5645.c | 558 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
|
D | rt5677.c | 931 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
|
D | rt5651.c | 395 struct snd_soc_dapm_widget *sink) in is_sysclk_from_pll() argument
|
D | wm8995.c | 535 struct snd_soc_dapm_widget *sink) in check_clk_sys() argument
|
D | rt5640.c | 476 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
|
D | wm8994.c | 250 struct snd_soc_dapm_widget *sink) in check_clk_sys() argument
|
/linux-4.1.27/Documentation/ |
D | media-framework.txt | 37 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/ |
D | Kconfig | 18 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/ |
D | setup.ld | 57 * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility:
|
/linux-4.1.27/include/sound/ |
D | soc-dapm.h | 383 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/ |
D | config.c | 219 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/ |
D | iss.c | 145 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/ |
D | atmel-sam9x5-wm8731-audio.txt | 9 Each entry is a pair of strings, the first being the connection's sink,
|
D | samsung,odroidx2-max98090.txt | 11 connection's sink, the second being the connection's source;
|
D | nvidia,tegra-audio-wm9712.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | atmel-wm8904.txt | 7 Each entry is a pair of strings, the first being the connection's sink,
|
D | omap-twl4030.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | imx-audio-wm8962.txt | 15 connection's sink, the second being the connection's
|
D | imx-audio-sgtl5000.txt | 15 connection's sink, the second being the connection's
|
D | nvidia,tegra-audio-alc5632.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-wm8753.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-max98090.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-rt5640.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | imx-audio-es8328.txt | 12 connection's sink, the second being the connection's
|
D | davinci-evm-audio.txt | 9 Each entry is a pair of strings, the first being the connection's sink,
|
D | omap-abe-twl6040.txt | 10 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-wm8903.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-rt5677.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | fsl-asoc-card.txt | 43 connection's sink, the second being the connection's
|
D | simple-card.txt | 16 connection's sink, the second being the connection's
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 24 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/ |
D | Kconfig | 20 This driver requires the Atmel SSC driver for sound sink, a
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | atmel,maxtouch.txt | 9 - interrupts: The sink for the touchpad's IRQ output
|
/linux-4.1.27/include/uapi/linux/ |
D | media.h | 156 struct media_pad_desc sink; member
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-pm8941-wled.txt | 12 - qcom,cs-out: bool; enable current sink output
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 1181 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/ |
D | alphascale,acc.txt | 108 Clock consumer with only one, _AHB_ sink.
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 1184 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()
|
D | ispccdc.c | 2076 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()
|
D | isppreview.c | 1822 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()
|
D | isp.c | 826 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()
|
D | ispvideo.c | 888 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/ |
D | selftest.h | 425 int sink); 437 int sink);
|
D | rpc.c | 125 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()
|
D | framework.c | 1106 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/ |
D | NCR5380.c | 2006 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;
|
D | atari_NCR5380.c | 1949 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/ |
D | cx231xx-video.c | 132 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/ |
D | hfc_usb.c | 547 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/ |
D | speyside.c | 109 struct snd_soc_dapm_widget *sink) in speyside_get_micbias() argument
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Procfile.txt | 175 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/ |
D | dvb_frontend.c | 636 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/ |
D | Kconfig | 343 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/ |
D | coresight.txt | 8 sink. Each CoreSight component device should use these properties to describe
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 1170 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/ |
D | page_migration | 44 performance of the process does not sink dramatically. Also the pages
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 186 drive-strength - sink or source at most X mA
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | video-interfaces.txt | 77 slave device (data source) by the master device (data sink). In the master
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 234 snd_soc_dapm_connect_input(codec, sink, path, source);
|
/linux-4.1.27/arch/sparc/lib/ |
D | checksum_32.S | 118 addx %g0, %o2, %o2 ! sink in final carry
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 372 sink as a second one, e.g. `./bpf_dbg test_in.txt test_out.txt`.
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 329 sink of the link. Subdev drivers are also free to use this function to
|