Home
last modified time | relevance | path

Searched full:claim (Results 1 – 25 of 5032) sorted by relevance

12345678910>>...202

/openbmc/linux/net/batman-adv/
H A Dbridge_loop_avoidance.c60 * batadv_choose_claim() - choose the right bucket for a claim.
64 * Return: the hash index of the claim
68 const struct batadv_bla_claim *claim = data; in batadv_choose_claim() local
71 hash = jhash(&claim->addr, sizeof(claim->addr), hash); in batadv_choose_claim()
72 hash = jhash(&claim->vid, sizeof(claim->vid), hash); in batadv_choose_claim()
125 * Return: true if the claim have the same data, 0 otherwise
173 * batadv_claim_release() - release claim from lists and queue for free after
175 * @ref: kref pointer of the claim
179 struct batadv_bla_claim *claim; in batadv_claim_release() local
182 claim = container_of(ref, struct batadv_bla_claim, refcount); in batadv_claim_release()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-arb-gpio-challenge.yaml29 All masters on the bus have a 'bus claim' line which is an output that the
39 Let's say we want to claim the bus. We:
46 5. If not, back off, release the claim and wait for a few more milliseconds.
58 our-claim-gpios:
61 The GPIO that we use to claim the bus.
68 their-claim-gpios:
72 The GPIOs that the other sides use to claim the bus. Note that some
83 We'll attempt another claim after this many microseconds.
95 - our-claim-gpios
96 - their-claim-gpios
[all …]
/openbmc/linux/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c21 * @our_gpio: GPIO descriptor we'll use to claim.
22 * @their_gpio: GPIO descriptor that the other side will use to claim.
24 * @wait_retry_us: we'll attempt another claim after this many microseconds.
38 * i2c_arbitrator_select - claim the I2C bus
47 /* Start a round of trying to claim the bus */ in i2c_arbitrator_select()
50 /* Indicate that we want to claim the bus */ in i2c_arbitrator_select()
73 /* Give up, release our claim */ in i2c_arbitrator_select()
76 dev_err(muxc->dev, "Could not claim bus, timeout\n"); in i2c_arbitrator_select()
125 arb->our_gpio = devm_gpiod_get(dev, "our-claim", GPIOD_OUT_LOW); in i2c_arbitrator_probe()
127 dev_err(dev, "could not get \"our-claim\" GPIO (%ld)\n", in i2c_arbitrator_probe()
[all …]
/openbmc/u-boot/doc/
H A DREADME.i2c11 U-Boot provides a scheme based on two 'claim' GPIOs, one driven by the
18 Since U-Boot runs on the AP, the terminology used is 'our' claim GPIO,
19 meaning the AP's, and 'their' claim GPIO, meaning the EC's. This terminology
26 each have a 'bus claim' line, which is an output that the other can see.
35 Let's say the AP wants to claim the bus. It:
43 5. If not, back off, release the claim and wait for a few more milliseconds
46 7. Panic. The other side is hung with the CLAIM line set.
50 To release the bus, just de-assert the claim line.
/openbmc/linux/net/can/j1939/
H A Daddress-claim.c16 * All Address Claim msgs (including host-originated msg) are processed
56 netdev_notice(priv->ndev, "tx address claim with dlc %i\n", in j1939_ac_verify_outgoing()
62 netdev_notice(priv->ndev, "tx address claim with different name\n"); in j1939_ac_verify_outgoing()
67 netdev_notice(priv->ndev, "tx address claim with broadcast sa\n"); in j1939_ac_verify_outgoing()
73 netdev_notice(priv->ndev, "tx address claim with dest, not broadcast\n"); in j1939_ac_verify_outgoing()
133 netdev_notice(priv->ndev, "rx address claim with wrong dlc %i\n", in j1939_ac_process()
141 netdev_notice(priv->ndev, "rx address claim without name\n"); in j1939_ac_process()
146 netdev_notice(priv->ndev, "rx address claim with broadcast sa\n"); in j1939_ac_process()
170 /* The ISO 11783-5 standard, in "4.5.2 - Address claim in j1939_ac_process()
177 * But "Figure 6" and "Figure 7" in "4.5.4.2 - Address-claim in j1939_ac_process()
[all …]
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c44 /* Start a round of trying to claim the bus */ in i2c_arbitrator_select()
50 /* Indicate that we want to claim the bus */ in i2c_arbitrator_select()
79 /* Give up, release our claim */ in i2c_arbitrator_select()
80 printf("I2C: Could not claim bus, timeout %lu\n", get_timer(start)); in i2c_arbitrator_select()
100 ret = gpio_request_by_name(dev, "our-claim-gpio", 0, &priv->ap_claim, in i2c_arbitrator_probe()
104 ret = gpio_request_by_name(dev, "their-claim-gpios", 0, &priv->ec_claim, in i2c_arbitrator_probe()
/openbmc/linux/scripts/
H A Djobserver-exec14 claim = 0 variable
59 claim = len(jobs) + 1 variable
65 # We can only claim parallelism if there was a jobserver (i.e. a top-level
68 if claim > 0:
69 os.environ['PARALLELISM'] = '%d' % (claim)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParity-6.0.012 copyright in it, any patent claim the contributor can license,
27 5. Do not make any legal claim against anyone accusing this
29 software, of infringing any patent claim.
44 kind of legal claim.**
H A DCommunity-Spec-1.077 claim in a court asserting that a Necessary Claim is infringed by an
79 are immediately terminated unless 1) that claim is directly in response
80 to a claim against Licensee regarding an Implementation, or 2) that claim
249 makes the excluded claim a Necessary Claim. If (ii) is chosen, the
H A DMotosoto109 but solely to the extent that any such claim is necessary to
138 solely to the extent that any such claim is necessary to
216 "LEGAL" that describes the claim and the party making the
217 claim in sufficient detail that a recipient will know
368 infringement claim
380 claim with respect to Licensed Product against such
383 writing by the parties or the litigation claim is not withdrawn,
389 patent infringement claim against Respondent alleging that Licensed
391 claim is resolved (such as by license or settlement) prior to
H A DElastic-2.037 the software. If you or your company make any written claim that the software
40 such a claim, your patent license ends immediately for work on behalf of your
71 legal claim.*
H A DBitTorrent-1.074 such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwi…
92 such claim is necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwi…
130 … Source Code distribution titled "LEGAL" that describes the claim and the party making the claim in
221 infringement claim (excluding declaratory judgment actions) against Licensor or a Contributor (Lice…
227 litigation claim with respect to Licensed Product against such Respondent. If within said Notice P…
228 …t arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not
232 c. Reasonable Value of This License. If you assert a patent infringement claim against Respo…
233 that Licensed Product directly or indirectly infringes any patent where such claim is resolved (suc…
H A DNokia70 "Patent Claims" shall mean any patent claim(s), now owned
194 Source Code distribution titled "LEGAL`` which describes the claim and
195 the party making the claim in sufficient detail that a recipient will know
322 8.2 If You initiate litigation by asserting a patent infringement claim
333 made by such Participant, or (ii) withdraw Your litigation claim with respect
336 agreed upon in writing by the parties or the litigation claim is not withdrawn,
347 8.3 If You assert a patent infringement claim against Participant alleging
349 any patent where such claim is resolved (such as by license or settlement)
H A DPolyForm-Noncommercial-1.0.087 If you make any written claim that the software infringes or
90 your company makes such a claim, your patent license ends
108 or nature of the software, under any kind of legal claim.***
H A DPolyForm-Small-Business-1.0.077 If you make any written claim that the software infringes or
80 your company makes such a claim, your patent license ends
98 or nature of the software, under any kind of legal claim.***
H A DSNIA33 1.13 "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without …
62 …urce Code distribution titled "LEGAL" which describes the claim and the party making the claim in …
90claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Ini…
92 …gement claim against Participant alleging that such Participant's Contributor Version directly or …
H A DRSCPL46 1.11 "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without …
92claim and the party making the claim in sufficient detail that a recipient will know whom to conta…
149claim with respect to the Original Code or the Contributor Version against such Participant. If wi…
155claim against Participant alleging that such Participant`s Original Code or Contributor Version di…
H A DUCAR21 commence an action, including a cross-claim or counterclaim, against
30 OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
H A DBitTorrent-1.143 …Modifications or portions thereof, but solely to the extent that any such claim is necessary to en…
49 …Modifications or portions thereof, but solely to the extent that any such claim is necessary to en…
61 …ource Code distribution titled "LEGAL" that describes the claim and the party making the claim in …
91claim (excluding declaratory judgment actions) against Licensor or a Contributor (Licensor or Cont…
93 …tent infringement claim against Respondent alleging that Licensed Product directly or indirectly i…
H A DTPL-1.073 1.10.1. "Patent Claims" means any patent claim(s), now owned or
198 "LEGAL" which describes the claim and the party making the claim in
336 claim (excluding declatory judgment actions) against Initial Developer
347 Participant, or (ii) withdraw Your litigation claim with respect to
350 mutually agreed upon in writing by the parties or the litigation claim
362 8.3. If You assert a patent infringement claim against Participant
364 indirectly infringes any patent where such claim is resolved (such as
H A DNOSL32 …1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including with…
63 …urce Code distribution titled "LEGAL" which describes the claim and the party making the claim in …
107 …8.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judg…
108claim with respect to the Contributor Version against such Participant. If within 60 days of notic…
111 …gement claim against Participant alleging that such Participant's Contributor Version directly or …
/openbmc/linux/arch/powerpc/boot/
H A Doflib.c105 * we claim the physical space in the /memory node and the virtual
161 return of_call_prom("claim", 3, 1, virt, size, align); in of_claim()
163 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", memory, in of_claim()
167 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", chosen_mmu, in of_claim()
181 /* With some older POWER4 firmware we need to claim the area the kernel in of_vmlinux_alloc()
186 printf("Trying to claim from 0x%lx to 0x%lx (0x%lx) got %lx\r\n", in of_vmlinux_alloc()
/openbmc/linux/drivers/nvdimm/
H A Dclaim.c24 dev_WARN_ONCE(dev, ndns->claim != dev, "%s: invalid claim\n", __func__); in __nd_detach_ndns()
25 ndns->claim = NULL; in __nd_detach_ndns()
49 if (attach->claim) in __nd_attach_ndns()
52 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns()
53 attach->claim = dev; in __nd_attach_ndns()
H A Dnamespace_devs.c145 if (ndns->claim && is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name()
205 if (dev->driver || to_ndns(dev)->claim) in __alt_name_store()
236 dev_WARN_ONCE(dev, dev->driver || to_ndns(dev)->claim, in nd_namespace_label_update()
238 if (dev->driver || to_ndns(dev)->claim) in nd_namespace_label_update()
755 if (dev->driver || ndns->claim) in __size_store()
829 if (val == 0 && id != 0 && nd_region->ns_seed != dev && !ndns->claim) in __size_store()
1042 if (to_ndns(dev)->claim) in uuid_store()
1116 if (to_ndns(dev)->claim) in sector_size_store()
1236 rc = sprintf(buf, "%s\n", ndns->claim ? dev_name(ndns->claim) : ""); in holder_show()
1247 if (dev->driver || ndns->claim) in __holder_class_store()
[all …]
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-class-rfkill5 What: /sys/class/rfkill/rfkill[0-9]+/claim
10 claim just control over a single rfkill instance.

12345678910>>...202