Home
last modified time | relevance | path

Searched refs:consumers (Results 1 – 25 of 66) sorted by relevance

123

/f-stack/freebsd/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt5 providers/consumers properties.
16 consumers, such as in the case where two network-on-chip fabrics interface
36 = interconnect consumers =
38 The interconnect consumers are device nodes which dynamically express their
/f-stack/freebsd/mips/mips/
H A Dmips_pic.c97 u_int consumers; /**< INTRNG activation refcount */ member
565 if (intr->consumers == UINT_MAX) { in mips_pic_activate_intr()
570 if (intr->consumers == 0) { in mips_pic_activate_intr()
577 intr->consumers++; in mips_pic_activate_intr()
603 KASSERT(intr->consumers > 0, ("refcount overrelease")); in mips_pic_deactivate_intr()
605 if (intr->consumers == 1) { in mips_pic_deactivate_intr()
611 intr->consumers--; in mips_pic_deactivate_intr()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_iface.c328 TAILQ_INIT(&iif->consumers); in ipfw_iface_ref()
378 TAILQ_INSERT_TAIL(&iif->consumers, ic, next); in ipfw_iface_add_notify()
395 TAILQ_REMOVE(&iif->consumers, ic, next); in ipfw_iface_del_notify()
432 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifattach()
449 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifdetach()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dnvidia,tegra210-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's
H A Dnvidia,tegra30-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's
H A Dnvidia,tegra20-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's
H A Dnvidia,tegra114-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
19 In clock consumers, this cell represents the bit number in the CAR's
H A Dnvidia,tegra124-car.txt15 In clock consumers, this cell represents the clock ID exposed by the
21 In clock consumers, this cell represents the bit number in the CAR's
H A Dimg,boston-clock.txt13 Values available for clock consumers can be found in the header file:
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dvctrl.txt7 - regulator-min-microvolt : smallest voltage consumers may set
8 - regulator-max-microvolt : largest voltage consumers may set
H A Dregulator.yaml19 description: smallest voltage consumers may set
22 description: largest voltage consumers may set
28 description: smallest current consumers may set
31 description: largest current consumers may set
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dqcom,usb-8x16-phy.txt16 Definition: See clock-bindings.txt section "consumers". List of
43 Definition: See reset.txt section "consumers". PHY reset specifier.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dsecure.txt4 "Normal" and "Secure". Most devicetree consumers (including the Linux
6 world or the Secure world. However some devicetree consumers are
30 world consumers (like kernels that run entirely in Secure) to simply
/f-stack/freebsd/contrib/device-tree/Bindings/hwlock/
H A Dsirf,hwspinlock.txt13 Please look at the generic hwlock binding for usage information for consumers,
H A Dsprd-hwspinlock.txt13 Please look at the generic hwlock binding for usage information for consumers,
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dqfprom.txt26 = Data consumers =
H A Dxlnx,zynqmp-nvmem.txt35 = Data consumers =
H A Dsprd-efuse.txt29 = Data consumers =
H A Duniphier-efuse.txt40 = Data consumers =
H A Damlogic-efuse.txt39 = Data consumers =
H A Dmtk-efuse.txt30 = Data consumers =
H A Dsc27xx-efuse.txt43 = Data consumers =
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Dti-syscon-reset.txt32 consumers, defined as:
60 common reset controller usage by consumers.
/f-stack/freebsd/contrib/device-tree/Bindings/mux/
H A Dmux-controller.txt10 A mux controller provides a number of states to its consumers, and the state
18 Mux controller consumers should specify a list of mux controllers that they
68 * Two consumers (one for an ADC line and one for an i2c bus) of
/f-stack/freebsd/contrib/device-tree/Bindings/arm/ux500/
H A Dpower_domain.txt21 ==PM domain consumers==

123