| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | bridge_loop_avoidance.c | 69 struct batadv_bla_claim *claim = (struct batadv_bla_claim *)data; in batadv_choose_claim() local 72 hash = jhash(&claim->addr, sizeof(claim->addr), hash); in batadv_choose_claim() 73 hash = jhash(&claim->vid, sizeof(claim->vid), hash); in batadv_choose_claim() 180 struct batadv_bla_claim *claim; in batadv_claim_release() local 183 claim = container_of(ref, struct batadv_bla_claim, refcount); in batadv_claim_release() 185 spin_lock_bh(&claim->backbone_lock); in batadv_claim_release() 186 old_backbone_gw = claim->backbone_gw; in batadv_claim_release() 187 claim->backbone_gw = NULL; in batadv_claim_release() 188 spin_unlock_bh(&claim->backbone_lock); in batadv_claim_release() 191 old_backbone_gw->crc ^= crc16(0, claim->addr, ETH_ALEN); in batadv_claim_release() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 20 All masters on the bus have a 'bus claim' line which is an output that the 31 Let's say we want to claim the bus. We: 38 5. If not, back off, release the claim and wait for a few more milliseconds. 44 - our-claim-gpio: The GPIO that we use to claim the bus. 45 - their-claim-gpios: The GPIOs that the other sides use to claim the bus. 51 - wait-retry-us: we'll attempt another claim after this many microseconds. 68 our-claim-gpio = <&gpf0 3 1>; 69 their-claim-gpios = <&gpe0 4 1>;
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | jobserver-exec | 14 claim = 0 variable 48 claim = len(jobs) + 1 variable 57 if claim > 0: 58 os.environ['PARALLELISM'] = '%d' % (claim)
|
| /OK3568_Linux_fs/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.
|
| /OK3568_Linux_fs/yocto/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 | 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 | MS-PL | 15 (B) If you bring a patent claim against any contributor over patents that you claim are infringed b…
|
| H A D | Motosoto | 109 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 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-RL | 19 (C) 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…
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | namespace_devs.c | 162 if (ndns->claim && is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name() 241 if (dev->driver || to_ndns(dev)->claim) in __alt_name_store() 349 dev_WARN_ONCE(dev, dev->driver || to_ndns(dev)->claim, in nd_namespace_label_update() 351 if (dev->driver || to_ndns(dev)->claim) in nd_namespace_label_update() 962 if (dev->driver || ndns->claim) in __size_store() 1042 if (val == 0 && id != 0 && nd_region->ns_seed != dev && !ndns->claim) in __size_store() 1272 if (to_ndns(dev)->claim) in uuid_store() 1361 if (to_ndns(dev)->claim) in sector_size_store() 1486 rc = sprintf(buf, "%s\n", ndns->claim ? dev_name(ndns->claim) : ""); in holder_show() 1497 if (dev->driver || ndns->claim) in __holder_class_store() [all …]
|
| H A D | claim.c | 23 dev_WARN_ONCE(dev, ndns->claim != dev, "%s: invalid claim\n", __func__); in __nd_detach_ndns() 24 ndns->claim = NULL; in __nd_detach_ndns() 48 if (attach->claim) in __nd_attach_ndns() 52 attach->claim = dev; in __nd_attach_ndns()
|
| H A D | Makefile | 27 libnvdimm-$(CONFIG_ND_CLAIM) += claim.o
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/net/can/j1939/ |
| H A D | Makefile | 6 address-claim.o \
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | Ms-PL.txt | 19 (B) If you bring a patent claim against any contributor over patents that you claim are infringed b…
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | j1939.rst | 105 a successful address claim, the kernel keeps track of both NAME and source 307 address claim. To use an already claimed address, one has to fill in the 316 To claim an address following code example can be used: 367 If no-one else contests the address claim within 250ms after transmission, the 374 claim another address, some socket bound to NAME, must ``bind(2)`` again, but with 375 only ``j1939.addr`` changed to the new SA, and must then send a valid address claim
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | iso14651_t1 | 5 % The Free Software Foundation does not claim any copyright interest
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | iso14651_t1 | 5 % The Free Software Foundation does not claim any copyright interest
|
| /OK3568_Linux_fs/kernel/drivers/block/zram/ |
| H A D | zram_drv.h | 114 bool claim; /* Protected by bdev->bd_mutex */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/ |
| H A D | rest_0.8.1.bb | 1 SUMMARY = "library to access web services that claim to be "RESTful""
|