/openbmc/linux/net/batman-adv/ |
H A D | bridge_loop_avoidance.c | 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() 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 D | jobserver-exec | 14 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 D | README.i2c | 11 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 D | Parity-6.0.0 | 12 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 D | Gutmann | 2 to claim you wrote it.
|
H A D | Elastic-2.0 | 37 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 D | PolyForm-Noncommercial-1.0.0 | 87 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 D | PolyForm-Small-Business-1.0.0 | 77 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 D | ADSL | 1 …ces. Your use of this software code is at your own risk and you waive any claim against Amazon Dig…
|
H A D | MS-PL | 15 (B) If you bring a patent claim against any contributor over patents that you claim are infringed b…
|
H A D | HaskellReport | 6 …t the modified version is clearly presented as such, and that it does not claim to be a definition…
|
H A D | MS-LPL | 16 …(B) If you bring a patent claim against any contributor over patents that you claim are infringed …
|
H A D | MS-RL | 19 (C) If you bring a patent claim against any contributor over patents that you claim are infringed b…
|
H A D | HPND-sell-variant-MIT-disclaimer-rev | 7 any claim, damages or other liability, whether in an action of
|
H A D | Graphics-Gems | 5 EULA: The Graphics Gems code is copyright-protected. In other words, you cannot claim the text of t…
|
/openbmc/linux/drivers/nvdimm/ |
H A D | namespace_devs.c | 145 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 D | claim.c | 24 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 D | Makefile | 25 libnvdimm-$(CONFIG_ND_CLAIM) += claim.o
|
/openbmc/linux/Documentation/ABI/removed/ |
H A D | sysfs-class-rfkill | 5 What: /sys/class/rfkill/rfkill[0-9]+/claim 10 claim just control over a single rfkill instance.
|
/openbmc/linux/net/can/j1939/ |
H A D | Makefile | 6 address-claim.o \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/ |
H A D | rest_0.9.1.bb | 1 SUMMARY = "library to access web services that claim to be "RESTful""
|
H A D | librest_0.8.1.bb | 1 SUMMARY = "library to access web services that claim to be "RESTful""
|
/openbmc/linux/drivers/usb/atm/ |
H A D | xusbatm.c | 53 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 D | Kconfig | 20 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 D | zram_drv.h | 129 bool claim; /* Protected by disk->open_mutex */ member
|