Home
last modified time | relevance | path

Searched refs:claim (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/openbmc/linux/net/batman-adv/
H A Dbridge_loop_avoidance.c68 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()
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()
184 spin_lock_bh(&claim->backbone_lock); in batadv_claim_release()
185 old_backbone_gw = claim->backbone_gw; in batadv_claim_release()
186 claim->backbone_gw = NULL; in batadv_claim_release()
187 spin_unlock_bh(&claim->backbone_lock); in batadv_claim_release()
190 old_backbone_gw->crc ^= crc16(0, claim->addr, ETH_ALEN); in batadv_claim_release()
[all …]
/openbmc/linux/scripts/
H A Djobserver-exec14 claim = 0 variable
59 claim = len(jobs) + 1 variable
68 if claim > 0:
69 os.environ['PARALLELISM'] = '%d' % (claim)
/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
50 To release the bus, just de-assert the claim line.
/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 DGutmann2 to claim you wrote it.
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 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 DADSL1 …ces. Your use of this software code is at your own risk and you waive any claim against Amazon Dig…
H A DMS-PL15 (B) If you bring a patent claim against any contributor over patents that you claim are infringed b…
H A DHaskellReport6 …t the modified version is clearly presented as such, and that it does not claim to be a definition…
H A DMS-LPL16 …(B) If you bring a patent claim against any contributor over patents that you claim are infringed …
H A DMS-RL19 (C) If you bring a patent claim against any contributor over patents that you claim are infringed b…
H A DHPND-sell-variant-MIT-disclaimer-rev7 any claim, damages or other liability, whether in an action of
H A DGraphics-Gems5 EULA: The Graphics Gems code is copyright-protected. In other words, you cannot claim the text of t…
/openbmc/linux/drivers/nvdimm/
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 …]
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()
53 attach->claim = dev; in __nd_attach_ndns()
H A DMakefile25 libnvdimm-$(CONFIG_ND_CLAIM) += claim.o
/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.
/openbmc/linux/net/can/j1939/
H A DMakefile6 address-claim.o \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/
H A Drest_0.9.1.bb1 SUMMARY = "library to access web services that claim to be "RESTful""
H A Dlibrest_0.8.1.bb1 SUMMARY = "library to access web services that claim to be "RESTful""
/openbmc/linux/drivers/usb/atm/
H A Dxusbatm.c53 struct usb_interface *intf, int altsetting, int claim) in xusbatm_capture_intf() argument
58 if (claim && (ret = usb_driver_claim_interface(&xusbatm_usb_driver, intf, usbatm))) { in xusbatm_capture_intf()
/openbmc/linux/sound/
H A DKconfig20 With this option enabled, the kernel will claim all OSS device
25 this option disabled, kernel will only claim actually in-use
/openbmc/linux/drivers/block/zram/
H A Dzram_drv.h129 bool claim; /* Protected by disk->open_mutex */ member

12345678910>>...15