Searched refs:feeding (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v4.19/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 300 if (dvb->feeding++ == 0) { in au0828_dvb_start_feed() 306 dvb->feeding--; /* We ran out of memory... */ in au0828_dvb_start_feed() 331 if (dvb->feeding > 0) { in au0828_dvb_stop_feed() 332 dvb->feeding--; in au0828_dvb_stop_feed() 333 if (dvb->feeding == 0) { in au0828_dvb_stop_feed()
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | axentia,tse850-pcm5142.txt | 37 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-v4.19/drivers/media/pci/ttpci/ |
D | budget-core.c | 76 if (!budget->feeding || !budget->fe_synced) in start_ts_capture() 207 if (budget->feeding == 0 || newdma == olddma) in vpeirq() 334 if (budget->feeding++ == 0) in budget_start_feed() 349 if (--budget->feeding == 0) in budget_stop_feed() 593 if (budget->feeding) { in ttpci_budget_set_video_port()
|
D | budget.h | 72 int feeding; member
|
/Linux-v4.19/Documentation/devicetree/bindings/display/sunxi/ |
D | sun4i-drm.txt | 48 - clocks: phandles to the clocks feeding the HDMI encoder 84 - clocks: phandles to the clocks feeding the HDMI encoder 108 - clocks: phandles to the clocks feeding the HDMI PHY 156 - clocks: phandles to the clocks feeding the TCON. 222 - clocks: phandle to the clocks feeding the TCON TOP 266 - clocks: phandles to the clocks feeding the DRC 293 - clocks: phandles to the clocks feeding the frontend and backend 323 - clocks: phandles to the clocks feeding the DEU 350 - clocks: phandles to the clocks feeding the frontend and backend 374 - clocks: phandles to the clocks feeding the mixer
|
D | sun6i-dsi.txt | 17 - clocks: phandles to the clocks feeding the DSI encoder 40 - clocks: phandles to the clocks feeding the DSI encoder
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | brcm,bcm2835-i2c.txt | 7 - clocks : The clock feeding the I2C controller.
|
D | i2c-owl.txt | 10 - clocks : Phandle of the clock feeding the I2C controller.
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 295 if (stream->dvb->feeding++ == 0) { in cx18_dvb_start_feed() 302 stream->dvb->feeding--; in cx18_dvb_start_feed() 303 if (stream->dvb->feeding == 0) in cx18_dvb_start_feed() 328 if (--stream->dvb->feeding == 0) { in cx18_dvb_stop_feed()
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | brcm,bcm2835-sdhost.txt | 8 - clocks: The clock feeding the SDHOST controller.
|
D | moxa,moxart-mmc.txt | 12 - clocks : Should contain phandle for the clock feeding the MMC controller
|
D | brcm,sdhci-iproc.txt | 20 - clocks : The clock feeding the SDHCI controller.
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | brcm,bcm2835-spi.txt | 11 - clocks: The clock feeding the SPI controller.
|
D | spi-sun4i.txt | 7 - clocks: phandle to the clocks feeding the SPI controller. Two are
|
/Linux-v4.19/Documentation/devicetree/bindings/net/can/ |
D | holt_hi311x.txt | 7 - clocks: The clock feeding the CAN controller.
|
D | microchip,mcp251x.txt | 8 - clocks: The clock feeding the CAN controller.
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | ca-set-descr.rst | 34 CA_SET_DESCR is used for feeding descrambler CA slots with descrambling
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | davinci-wdt.txt | 9 - clocks : the clock feeding the watchdog timer.
|
D | alphascale-asm9260.txt | 7 - clocks : the clocks feeding the watchdog timer. See clock-bindings.txt
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | sun9i-usb.txt | 9 - clocks: phandle to the clocks feeding the USB subsystem. Two are needed:
|
D | sun9i-de.txt | 9 - clocks: phandle to the clocks feeding the display engine subsystem.
|
D | sun8i-de2.txt | 13 - clocks: phandle to the clocks feeding the display engine subsystem.
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | snps,arcpgu.txt | 13 - "pxlclk" for the clock feeding the output PLL of the controller.
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | ti,keystone-timer.txt | 20 - clocks : the clock feeding the timer clock.
|
/Linux-v4.19/Documentation/RCU/ |
D | 00-INDEX | 16 - Proper care and feeding of return values from rcu_dereference()
|
123