Searched full:feeds (Results 1 – 25 of 76) sorted by relevance
1234
/linux-6.14.4/drivers/media/pci/mantis/ |
D | mantis_dvb.c | 102 mantis->feeds++; in mantis_dvb_start_feed() 103 dprintk(MANTIS_DEBUG, 1, "mantis start feed, feeds=%d", mantis->feeds); in mantis_dvb_start_feed() 105 if (mantis->feeds == 1) { in mantis_dvb_start_feed() 111 return mantis->feeds; in mantis_dvb_start_feed() 125 mantis->feeds--; in mantis_dvb_stop_feed() 126 if (mantis->feeds == 0) { in mantis_dvb_stop_feed()
|
D | mantis_common.h | 145 u8 feeds; member
|
/linux-6.14.4/drivers/clk/at91/ |
D | sam9x60.c | 89 * ddrck feeds DDR controller and is enabled by bootloader thus we need 149 * mpddr_clk feeds DDR controller and is enabled by bootloader thus we 247 * This feeds pllack_divck which in sam9x60_pmc_setup() 248 * feeds CPU. It should not be in sam9x60_pmc_setup() 259 * This feeds CPU. It should not in sam9x60_pmc_setup()
|
D | sam9x7.c | 209 * This feeds plla_divpmcck which feeds CPU. It should 221 /* This feeds CPU. It should not be disabled */ 344 * ddrck feeds DDR controller and is enabled by bootloader thus we need 407 * mpddr_clk feeds DDR controller and is enabled by bootloader thus we
|
D | sama7g5.c | 170 * This feeds cpupll_divpmcck which feeds CPU. It should 182 /* This feeds CPU. It should not be disabled. */ 201 * This feeds syspll_divpmcck which may feed critical parts 231 * This feeds ddrpll_divpmcck which feeds DDR. It should not 243 /* This feeds DDR. It should not be disabled. */
|
D | sama7d65.c | 210 * This feeds cpupll_divpmcck which feeds CPU. It should 222 /* This feeds CPU. It should not be disabled. */ 241 * This feeds syspll_divpmcck which may feed critical parts 271 * This feeds ddrpll_divpmcck which feeds DDR. It should not 283 /* This feeds DDR. It should not be disabled. */
|
D | sama5d4.c | 46 * ddrck feeds DDR controller and is enabled by bootloader thus we need 118 * mpddr_clk feeds DDR controller and is enabled by bootloader thus we
|
D | sama5d3.c | 47 * ddrck feeds DDR controller and is enabled by bootloader thus we need 109 * mpddr_clk feeds DDR controller and is enabled by bootloader thus we
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | st,stm32-sai.yaml | 172 - description: pclk feeds the peripheral bus interface. 191 - description: pclk feeds the peripheral bus interface.
|
D | nvidia,tegra-audio-common.yaml | 18 - description: The Tegra cdev1/extern1 clock, which feeds the card's mclk
|
/linux-6.14.4/drivers/phy/mediatek/ |
D | phy-mtk-xfi-tphy.c | 89 …* [1]: https://git01.mediatek.com/plugins/gitiles/openwrt/feeds/mtk-openwrt-feeds/+/b72d6cba92bf9e… 91 …* [2]: https://git01.mediatek.com/plugins/gitiles/openwrt/feeds/mtk-openwrt-feeds/+/dec96a1d9b82cd…
|
/linux-6.14.4/include/media/ |
D | dmxdev.h | 100 * For TS and PES feeds. 130 /* list of TS and PES feeds (struct dmxdev_feed) */
|
D | dvb_demux.h | 126 * @list_head: head for the list of digital TV demux feeds. 171 * @feednum: maximum amount of DVB feeds. 192 * @feed_list: &struct list_head with feeds.
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | dove-divider-clock.txt | 3 Marvell Dove has a 2GHz PLL, which feeds into a set of dividers to provide
|
/linux-6.14.4/Documentation/devicetree/bindings/display/ |
D | brcm,bcm2835-dpi.yaml | 22 - description: The pixel clock that feeds the pixelvalve
|
/linux-6.14.4/drivers/media/test-drivers/vidtv/ |
D | vidtv_bridge.h | 43 * @nfeeds: The number of feeds active.
|
/linux-6.14.4/drivers/gpu/drm/renesas/rcar-du/ |
D | rcar_du_plane.c | 86 * VSPD1. VSPD0 feeds DU0/1 plane 0, and VSPD1 feeds either DU2 plane 0 or 105 /* VSPD0 feeds plane 0 on DU0/1. */ in rcar_du_plane_hwalloc() 111 /* VSPD1 feeds plane 1 on DU0/1 or plane 0 on DU2. */ in rcar_du_plane_hwalloc()
|
/linux-6.14.4/Documentation/sound/cards/ |
D | bt87x.rst | 60 rate depends on the external source which feeds the Bt87x with digital
|
/linux-6.14.4/drivers/clocksource/ |
D | timer-mediatek-cpux.c | 86 * but since this timer feeds the AArch64 System Timer we can rely
|
/linux-6.14.4/drivers/power/reset/ |
D | odroid-go-ultra-poweroff.c | 19 * Both PMICs feeds power to the S922X SoC, so they must be powered-off in sequence.
|
/linux-6.14.4/drivers/clk/renesas/ |
D | clk-vbattb.c | 175 /* This feeds the RTC counter clock and it needs to stay on. */ in vbattb_clk_probe()
|
/linux-6.14.4/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 203 Say Y, feeds the entropy directly from the WiFi driver to the input
|
/linux-6.14.4/drivers/media/usb/dvb-usb/ |
D | dvb-usb.h | 367 * @max_feed_count: how many feeds can be handled simultaneously by this 392 * @feedcount: number of requested feeds (used for streaming-activation)
|
/linux-6.14.4/drivers/clk/qcom/ |
D | Kconfig | 106 APCS is managing the mux and divider which feeds the CPUs. 126 APCS is managing the mux and divider which feeds the CPUs. 186 clock that feeds the CPUs on ipq based devices. 197 APSS clock controller manages the Mux and enable block that feeds the
|
/linux-6.14.4/tools/lib/bpf/ |
D | nlattr.c | 143 * Feeds the stream of attributes nested into the specified attribute
|
1234