Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 125) sorted by relevance

12345

/f-stack/freebsd/netgraph/
H A Dng_base.c2185 if (item->apply != NULL) { in ng_flush_input_queue()
2189 (*item->apply->apply)(item->apply->context, in ng_flush_input_queue()
2239 if (item->apply) in ng_snd_item()
2341 if (item->apply != NULL) { in ng_snd_item()
2345 (*item->apply->apply)(item->apply->context, in ng_snd_item()
2346 item->apply->error); in ng_snd_item()
2378 apply = item->apply; in ng_apply_item()
2495 if (apply != NULL) { in ng_apply_item()
2497 apply->error = error; in ng_apply_item()
2499 (*apply->apply)(apply->context, apply->error); in ng_apply_item()
[all …]
H A Dng_socket.c230 struct ng_apply_info apply; in ngc_send() local
339 bzero(&apply, sizeof(apply)); in ngc_send()
340 apply.apply = ng_socket_item_applied; in ngc_send()
341 apply.context = priv; in ngc_send()
342 item->apply = &apply; in ngc_send()
/f-stack/lib/
H A Dff_ng_base.c2192 if (item->apply != NULL) { in ng_flush_input_queue()
2196 (*item->apply->apply)(item->apply->context, in ng_flush_input_queue()
2249 if (item->apply) in ng_snd_item()
2359 if (item->apply != NULL) { in ng_snd_item()
2363 (*item->apply->apply)(item->apply->context, in ng_snd_item()
2384 struct ng_apply_info *apply; in ng_apply_item() local
2396 apply = item->apply; in ng_apply_item()
2515 if (apply != NULL) { in ng_apply_item()
2517 apply->error = error; in ng_apply_item()
2519 (*apply->apply)(apply->context, apply->error); in ng_apply_item()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dqcom,usb-hsic-phy.txt38 Definition: List of pinctrl settings to apply to keep HSIC pins in a glitch
44 Definition: List of pinctrl settings to apply to mux out the HSIC pins
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg40 # these are a set of values we apply, for use when testing the
65 # these are a set of values we apply, for use when testing the
92 # these are a set of values we apply, for use when testing the
/f-stack/dpdk/examples/pipeline/examples/
H A Dl2fwd.spec38 apply {
H A Dl2fwd_macswp.spec52 apply {
/f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/
H A Dti,dac7512.txt8 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
H A Dltc2632.txt25 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
/f-stack/freebsd/contrib/device-tree/
H A DCOPYING14 In addition, other licenses may also apply. Please see:
/f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/
H A Dsja1105.txt39 designated to apply the delay/clock skew necessary for RGMII
40 is the PHY. The SJA1105 MAC does not apply any internal delays.
42 of the above, the designated entity to apply the internal delays
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinmux-node.yaml113 The list of pin identifiers that properties in the node apply to. The
120 the group to apply the properties to, if the driver supports
127 node apply to (either this, "pins" or "groups" have to be specified)
H A Dnvidia,tegra194-pinmux.txt19 See the TRM to determine which properties and values apply to each pin/group.
30 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
H A Dnvidia,tegra124-xusb-padctl.txt69 The nvidia,iddq property does not apply to this group.
75 The nvidia,iddq property does not apply to this group.
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt15 compatible; all statements below that apply to "fsl,mpc8548-pmc" also
16 apply to "fsl,mpc8641d-pmc".
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Deeprom-93xx46.txt15 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/cpu-enable-method/
H A Dnuvoton,npcm750-smp5 To apply to all CPUs, a single "nuvoton,npcm750-smp" enable method should be
H A Dmarvell,berlin-smp6 CPUs. To apply to all CPUs, a single "marvell,berlin-smp" enable method should
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dnxp,lpc1850-uart.txt18 parameters from 8250.txt also apply but are optional.
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dintro.rst22 The :doc:`../contributing/abi_policy` does not apply to the Windows build,
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-cr0014114.txt11 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
H A Dleds-spi-byte.txt24 apply.
H A Dleds-el15203000.txt29 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dqcom,coincell-charger.txt26 Definition: voltage (in millivolts) to apply for charging
H A Dmaxim,ds2760.txt8 Documentation/devicetree/bindings/power/supply/power_supply.txt apply.

12345