Home
last modified time | relevance | path

Searched refs:feeding (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v5.4/drivers/media/usb/au0828/
Dau0828-dvb.c290 if (dvb->feeding++ == 0) { in au0828_dvb_start_feed()
296 dvb->feeding--; /* We ran out of memory... */ in au0828_dvb_start_feed()
321 if (dvb->feeding > 0) { in au0828_dvb_stop_feed()
322 dvb->feeding--; in au0828_dvb_stop_feed()
323 if (dvb->feeding == 0) { in au0828_dvb_stop_feed()
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Daxentia,tse850-pcm5142.txt37 In the above, the 'loop1' relays are inactive, thus feeding IN1 to the mixer
38 (if 'add' is active) and feeding the mixer output to OUT1. The 'loop2' relays
/Linux-v5.4/drivers/media/pci/ttpci/
Dbudget-core.c62 if (!budget->feeding || !budget->fe_synced) in start_ts_capture()
193 if (budget->feeding == 0 || newdma == olddma) in vpeirq()
320 if (budget->feeding++ == 0) in budget_start_feed()
335 if (--budget->feeding == 0) in budget_stop_feed()
581 if (budget->feeding) { in ttpci_budget_set_video_port()
Dbudget.h72 int feeding; member
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-dvb.c285 if (stream->dvb->feeding++ == 0) { in cx18_dvb_start_feed()
292 stream->dvb->feeding--; in cx18_dvb_start_feed()
293 if (stream->dvb->feeding == 0) in cx18_dvb_start_feed()
318 if (--stream->dvb->feeding == 0) { in cx18_dvb_stop_feed()
/Linux-v5.4/Documentation/devicetree/bindings/i2c/
Dbrcm,bcm2835-i2c.txt9 - clocks : The clock feeding the I2C controller.
Di2c-owl.txt12 - clocks : Phandle of the clock feeding the I2C controller.
/Linux-v5.4/Documentation/devicetree/bindings/display/sunxi/
Dsun4i-drm.txt48 - clocks: phandles to the clocks feeding the HDMI encoder
86 - clocks: phandles to the clocks feeding the HDMI encoder
120 - clocks: phandles to the clocks feeding the HDMI PHY
172 - clocks: phandles to the clocks feeding the TCON.
239 - clocks: phandle to the clocks feeding the TCON TOP
285 - clocks: phandles to the clocks feeding the DRC
313 - clocks: phandles to the clocks feeding the frontend and backend
343 - clocks: phandles to the clocks feeding the DEU
371 - clocks: phandles to the clocks feeding the frontend and backend
400 - clocks: phandles to the clocks feeding the mixer
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dbrcm,bcm2835-sdhost.txt8 - clocks: The clock feeding the SDHOST controller.
Dmoxa,moxart-mmc.txt12 - clocks : Should contain phandle for the clock feeding the MMC controller
Dbrcm,sdhci-iproc.txt22 - clocks : The clock feeding the SDHCI controller.
/Linux-v5.4/Documentation/devicetree/bindings/watchdog/
Darmada-37xx-wdt.txt7 - clocks : the clock feeding the watchdog timer. See clock-bindings.txt
Ddavinci-wdt.txt9 - clocks : the clock feeding the watchdog timer.
Dalphascale-asm9260.txt7 - clocks : the clocks feeding the watchdog timer. See clock-bindings.txt
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dholt_hi311x.txt7 - clocks: The clock feeding the CAN controller.
Dmicrochip,mcp251x.txt9 - clocks: The clock feeding the CAN controller.
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dbrcm,bcm2835-spi.txt11 - clocks: The clock feeding the SPI controller.
Dbrcm,bcm2835-aux-spi.txt11 - clocks: The clock feeding the SPI controller - needs to
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dsun9i-usb.txt9 - clocks: phandle to the clocks feeding the USB subsystem. Two are needed:
Dsun9i-de.txt9 - clocks: phandle to the clocks feeding the display engine subsystem.
Dsun8i-de2.txt14 - clocks: phandle to the clocks feeding the display engine subsystem.
/Linux-v5.4/Documentation/devicetree/bindings/display/
Dsnps,arcpgu.txt13 - "pxlclk" for the clock feeding the output PLL of the controller.
/Linux-v5.4/Documentation/devicetree/bindings/timer/
Dti,keystone-timer.txt20 - clocks : the clock feeding the timer clock.
/Linux-v5.4/Documentation/media/uapi/dvb/
Dca-set-descr.rst41 CA_SET_DESCR is used for feeding descrambler CA slots with descrambling
/Linux-v5.4/drivers/media/pci/saa7164/
Dsaa7164-dvb.c295 if (dvb->feeding++ == 0) { in saa7164_dvb_start_feed()
301 __func__, port->nr, dvb->feeding); in saa7164_dvb_start_feed()
319 if (--dvb->feeding == 0) { in saa7164_dvb_stop_feed()
325 __func__, port->nr, dvb->feeding); in saa7164_dvb_stop_feed()

123