/linux-4.4.14/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() 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 …]
|
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.4.14/sound/soc/intel/skylake/ |
D | skl-topology.c | 278 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/ |
D | soc-dapm.c | 61 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 …]
|
D | soc-topology.c | 1101 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()
|
D | soc-core.c | 3400 2 * i, &routes[i].sink); in snd_soc_of_parse_audio_routing()
|
/linux-4.4.14/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.4.14/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 | 587 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 …]
|
D | fimc-capture.c | 664 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/ |
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.4.14/include/media/ |
D | media-entity.h | 36 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/ |
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
|
D | sysfs-bus-coresight-devices-etm4x | 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.4.14/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.4.14/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 138 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()
|
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 | 875 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()
|
D | vsp1_wpf.c | 293 wpf->entity.sink = &wpf->video.video.entity; in vsp1_wpf_create()
|
/linux-4.4.14/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 nvkm_wraux(outp->aux, DPCD_LC00_LINK_BW_SET, sink, 2); in dp_set_link_config()
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/sound/ |
D | renesas,rsrc-card.txt | 35 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.
|
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 | imx-audio-wm8962.txt | 15 connection's sink, the second being the connection's
|
D | omap-twl4030.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-alc5632.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | imx-audio-sgtl5000.txt | 15 connection's sink, the second being the connection's
|
D | imx-audio-es8328.txt | 12 connection's sink, the second being the connection's
|
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 | 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 | 45 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.4.14/sound/soc/codecs/ |
D | rt5631.c | 287 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
|
D | adau1373.c | 821 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()
|
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 | 215 struct snd_soc_dapm_widget *sink) in wm8731_check_osc() argument
|
D | rt5670.c | 699 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
|
D | rt5677.c | 932 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
|
D | arizona.c | 1686 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()
|
D | rt286.c | 333 struct snd_soc_dapm_widget *sink) in is_mclk_mode() argument
|
D | rt298.c | 333 struct snd_soc_dapm_widget *sink) in is_mclk_mode() argument
|
D | rt5645.c | 683 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
|
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 | 478 struct snd_soc_dapm_widget *sink) in is_sys_clk_from_pll() argument
|
D | wm8994.c | 251 struct snd_soc_dapm_widget *sink) in check_clk_sys() argument
|
/linux-4.4.14/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.4.14/arch/x86/boot/ |
D | setup.ld | 57 * The ASSERT() sink to . is intentional, for binutils 2.14 compatibility:
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/include/sound/ |
D | soc-dapm.h | 389 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/ |
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.4.14/sound/spi/ |
D | Kconfig | 20 This driver requires the Atmel SSC driver for sound sink, a
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | atmel,maxtouch.txt | 9 - interrupts: The sink for the touchpad's IRQ output
|
/linux-4.4.14/include/uapi/linux/ |
D | media.h | 156 struct media_pad_desc sink; member
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | pm8941-wled.txt | 11 - qcom,cs-out: bool; enable current sink output
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | alphascale,acc.txt | 108 Clock consumer with only one, _AHB_ sink.
|
/linux-4.4.14/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 | isp.c | 824 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()
|
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 | 1818 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()
|
D | ispvideo.c | 891 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/ |
D | selftest.h | 429 int sink); 441 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 | 1102 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/ |
D | sst-atom-controls.c | 1302 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/ |
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.4.14/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.4.14/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.4.14/include/uapi/sound/ |
D | asoc.h | 328 char sink[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
|
/linux-4.4.14/sound/soc/samsung/ |
D | speyside.c | 109 struct snd_soc_dapm_widget *sink) in speyside_get_micbias() argument
|
/linux-4.4.14/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.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.c | 637 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/ |
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.4.14/Documentation/devicetree/bindings/arm/ |
D | coresight.txt | 8 sink. Each CoreSight component device should use these properties to describe
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-mpp.txt | 87 "sink"
|
D | pinctrl-bindings.txt | 186 drive-strength - sink or source at most X mA
|
/linux-4.4.14/Documentation/vm/ |
D | page_migration | 44 performance of the process does not sink dramatically. Also the pages
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | video-interfaces.txt | 77 slave device (data source) by the master device (data sink). In the master
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 234 snd_soc_dapm_connect_input(codec, sink, path, source);
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 118 addx %g0, %o2, %o2 ! sink in final carry
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 372 sink as a second one, e.g. `./bpf_dbg test_in.txt test_out.txt`.
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 329 sink of the link. Subdev drivers are also free to use this function to
|