Home
last modified time | relevance | path

Searched full:lp (Results 1 – 25 of 43) sorted by relevance

12

/Documentation/driver-api/media/
Dtx-rx.rst94 LP-11 and LP-111 states
98 briefly sets the bus to LP-11 or LP-111 state, depending on the PHY. This period
104 involvement in observing LP-11 or LP-111 state. 100 µs is a brief period to hit
108 One way to address this is to configure the transmitter side explicitly to LP-11
109 or LP-111 state, which requires support from the transmitter hardware. This is
111 stopped while the state after power-on is LP-00 or LP-000.
120 the transmitter to the LP-11 or LP-111 state. This also requires powering on the
123 Receiver drivers that do not need explicit LP-11 or LP-111 state setup are
/Documentation/devicetree/bindings/crypto/
Dfsl,sec-v4.0-mon.yaml43 snvs-rtc-lp:
47 Secure Non-Volatile Storage (SNVS) Low Power (LP) RTC Node
51 const: fsl,sec-v4.0-mon-rtc-lp
69 description: LP register offset
143 snvs-rtc-lp {
144 compatible = "fsl,sec-v4.0-mon-rtc-lp";
/Documentation/devicetree/bindings/display/
Dste,mcde.yaml76 should only have the "lp" clock
84 - const: lp
86 - const: lp
134 clock-names = "hs", "lp";
151 clock-names = "hs", "lp";
162 clock-names = "lp";
/Documentation/admin-guide/
Dparport.rst52 whenever a parallel port device driver (such as ``lp``) is loaded.
112 | | `-- lp
210 specific ports. Normally this happens automatically; if the lp driver
211 is loaded it will create one lp device for each port found. You can
212 override this, though, by using parameters either when you load the lp
215 # insmod lp parport=0,2
219 lp=parport0 lp=parport2
221 Both the above examples would inform lp that you want ``/dev/lp0`` to be
223 with no lp device associated with the second port (parport1). Note
233 ``lp=auto`` on the kernel command line, and lp will create devices
/Documentation/devicetree/bindings/spi/
Dicpdas-lp8841-spi-rtc.txt1 * ICP DAS LP-8841 SPI Controller for RTC
3 ICP DAS LP-8841 contains a DS-1302 RTC. RTC is connected to an IO
/Documentation/devicetree/bindings/mailbox/
Darm,mhu.yaml99 interrupts = <0 36 4>, /* LP-NonSecure */
131 interrupts = <0 36 4>, /* LP-NonSecure */
142 mboxes = <&mhuB 0 0>, /* LP-NonSecure, 1st doorbell */
143 <&mhuB 0 1>; /* LP-NonSecure, 2nd doorbell */
/Documentation/devicetree/bindings/media/
Dbrcm,bcm2835-unicam.yaml43 - description: Clock to drive the LP state machine of Unicam.
48 - const: lp
116 clock-names = "lp", "vpu";
/Documentation/devicetree/bindings/display/msm/
Ddsi-phy-28nm.yaml23 - qcom,dsi-phy-28nm-lp
58 compatible = "qcom,dsi-phy-28nm-lp";
/Documentation/devicetree/bindings/mfd/
Dst,stm32-lptimer.yaml57 const: st,stm32-pwm-lp
131 compatible = "st,stm32-pwm-lp";
/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-dsi.yaml117 - const: lp
153 clock-names = "dsi", "lp", "parent";
Dnvidia,tegra114-mipi.yaml70 clock-names = "dsi", "lp", "parent";
/Documentation/devicetree/bindings/clock/
Dfujitsu,mb86s70-crg11.txt21 interrupts = <0 36 4>, /* LP Non-Sec */
/Documentation/userspace-api/media/mediactl/
Dmedia-controller.rst47 :revision: 1.0.0 / 2010-11-10 (*lp*)
/Documentation/leds/
Dleds-lp3944.rst14 http://www.national.com/pf/LP/LP3944.html
Dleds-lp5521.rst6 * Datasheet: http://www.national.com/pf/LP/LP5521.html
Dleds-lp5523.rst6 * Datasheet: http://www.national.com/pf/LP/LP5523.html
/Documentation/devicetree/bindings/input/
Diqs626a.yaml78 azoteq,ati-lp-only:
132 azoteq,rate-lp-ms:
309 azoteq,filt-str-lp-cnt:
325 azoteq,filt-str-lp-lta:
649 azoteq,filt-str-lp-cnt:
760 azoteq,rate-lp-ms = <160>;
781 azoteq,filt-str-lp-cnt = <1>;
Dazoteq,iqs7222.yaml81 azoteq,lta-beta-lp:
97 azoteq,counts-beta-lp:
113 azoteq,lta-fast-beta-lp:
153 azoteq,timeout-lp-ms:
160 azoteq,rate-lp-ms:
939 azoteq,lta-beta-lp = <7>;
941 azoteq,counts-beta-lp = <2>;
943 azoteq,lta-fast-beta-lp = <3>;
Diqs269a.yaml76 azoteq,filt-str-lp-lta:
83 azoteq,filt-str-lp-cnt:
110 azoteq,rate-lp-ms:
146 azoteq,ati-lp-only:
/Documentation/networking/device_drivers/fddi/
Dskfp.rst56 - SK-5543 (SK-NET FDDI-LP)
57 - SK-5544 (SK-NET FDDI-LP DAS)
/Documentation/devicetree/bindings/powerpc/fsl/
Draideng.txt53 "fsl,raideng-v1.0-hp-ring" or "fsl,raideng-v1.0-lp-ring"
/Documentation/devicetree/bindings/memory-controllers/
Dsnps,dw-umctl2-ddrc.yaml15 working with the memory devices supporting up to (LP)DDR4 protocol. It can
/Documentation/RCU/
DwhatisRCU.rst809 struct list_head *lp;
813 - list_for_each_entry(p, head, lp) {
815 + list_for_each_entry_rcu(p, head, lp) {
834 list_for_each_entry(p, head, lp) {
866 3 struct list_head *lp; 3 struct list_head *lp;
870 7 list_for_each_entry(p, head, lp) { 7 list_for_each_entry_rcu(p, head, lp) {
888 6 list_for_each_entry(p, head, lp) { 6 list_for_each_entry(p, head, lp) {
/Documentation/userspace-api/media/dvb/
Dfrontend-property-terrestrial-systems.rst35 - :ref:`DTV_CODE_RATE_LP <DTV-CODE-RATE-LP>`
77 - :ref:`DTV_CODE_RATE_LP <DTV-CODE-RATE-LP>`
/Documentation/admin-guide/blockdev/
Dparide.rst202 insmod lp reset=1
203 rmmod lp

12