Home
last modified time | relevance | path

Searched full:feeding (Results 1 – 25 of 139) sorted by relevance

123456

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxreg-lc.c68 * @aux_devs: I2C devices feeding by auxiliary power;
69 * @aux_devs_num: number of I2C devices feeding by auxiliary power;
70 * @main_devs: I2C devices feeding by main power;
71 * @main_devs_num: number of I2C devices feeding by main power;
418 /* Create static I2C device feeding by auxiliary or main power. */ in mlxreg_lc_create_static_devices()
449 /* Destroy static I2C device feeding by auxiliary or main power. */ in mlxreg_lc_destroy_static_devices()
588 /* Power event - attach or de-attach line card device feeding by the main power. */ in mlxreg_lc_event_handler()
649 /* Update I2C devices feeding by auxiliary power. */ in mlxreg_lc_completion_notify()
661 /* Update I2C devices feeding by main power. */ in mlxreg_lc_completion_notify()
930 /* Destroy static I2C device feeding by main power. */ in mlxreg_lc_remove()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_bridge.h172 * signals) feeding it is still running when this callback is called.
195 * signals) feeding it is no longer running when this callback is
247 * The display pipe (i.e. clocks and timing signals) feeding this bridge
249 * not enable the display link feeding the next bridge in the chain (if
273 * signals) feeding it is running when this callback is called. This
274 * callback must enable the display link feeding the next bridge in the
296 * The display pipe (i.e. clocks and timing signals) feeding this bridge
298 * not enable the display link feeding the next bridge in the chain (if
317 * signals) feeding it is running when this callback is called. This
318 * callback must enable the display link feeding the next bridge in the
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dst,stm32-i2s.yaml32 - description: clock feeding the peripheral bus interface.
33 - description: clock feeding the internal clock generator.
H A 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
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.h43 * @vsp: VSP feeding video to this CRTC
44 * @vsp_pipe: index of the VSP pipeline feeding video to this CRTC
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c295 if (dvb->feeding++ == 0) { in saa7164_dvb_start_feed()
300 dprintk(DBGLVL_DVB, "%s(port=%d) now feeding = %d\n", 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()
324 dprintk(DBGLVL_DVB, "%s(port=%d) now feeding = %d\n", in saa7164_dvb_stop_feed()
325 __func__, port->nr, dvb->feeding); in saa7164_dvb_stop_feed()
/openbmc/linux/drivers/media/usb/au0828/
H A 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()
/openbmc/linux/include/linux/regulator/
H A Duserspace-consumer.h12 * @num_supplies: Number of supplies feeding the line
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c62 if (!budget->feeding || !budget->fe_synced) in start_ts_capture()
194 if (budget->feeding == 0 || newdma == olddma) in vpeirq()
321 if (budget->feeding++ == 0) in budget_start_feed()
336 if (--budget->feeding == 0) in budget_stop_feed()
587 if (budget->feeding) { in ttpci_budget_set_video_port()
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Darmada-37xx-wdt.txt7 - clocks : the clock feeding the watchdog timer. See clock-bindings.txt
H A Ddavinci-wdt.txt9 - clocks : the clock feeding the watchdog timer.
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Dholt_hi311x.txt7 - clocks: The clock feeding the CAN controller.
H A Dmicrochip,mcp251x.txt9 - clocks: The clock feeding the CAN controller.
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dbrcm,bcm2835-spi.txt12 - clocks: The clock feeding the SPI controller.
H A Dbrcm,bcm2835-aux-spi.txt11 - clocks: The clock feeding the SPI controller - needs to
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dmoxa,moxart-mmc.txt12 - clocks : Should contain phandle for the clock feeding the MMC controller
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dsnps,arcpgu.txt13 - "pxlclk" for the clock feeding the output PLL of the controller.
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dti,keystone-timer.txt20 - clocks : the clock feeding the timer clock.
H A Dti,davinci-timer.txt24 - clocks : the clock feeding the timer clock.
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dca-set-descr.rst34 CA_SET_DESCR is used for feeding descrambler CA slots with descrambling
/openbmc/linux/drivers/media/pci/cx18/
H A 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()
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Drtc-omap.txt18 - clocks: Any internal or external clocks feeding in to rtc
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0002-Constant-Fix-up-shebang.patch22 Regenerate these constant functions by feeding this entire source file to
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-owl.yaml33 description: Phandle of the clock feeding the I2C controller.
/openbmc/linux/include/asm-generic/
H A Dchecksum.h9 * returns a 32-bit number suitable for feeding into itself

123456