| /kernel/linux/linux-6.6/net/batman-adv/ |
| D | bridge_loop_avoidance.c | 60 * 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 …]
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | bridge_loop_avoidance.c | 61 * batadv_choose_claim() - choose the right bucket for a claim. 65 * Return: the hash index of the claim 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() 126 * Return: true if the claim have the same data, 0 otherwise 174 * batadv_claim_release() - release claim from lists and queue for free after 176 * @ref: kref pointer of the 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() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | i2c-arb-gpio-challenge.yaml | 29 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| 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>;
|
| /kernel/linux/linux-6.6/drivers/i2c/muxes/ |
| D | i2c-arb-gpio-challenge.c | 21 * @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 …]
|
| /kernel/linux/linux-5.10/drivers/i2c/muxes/ |
| D | i2c-arb-gpio-challenge.c | 21 * @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 …]
|
| /kernel/linux/linux-5.10/net/can/j1939/ |
| D | address-claim.c | 16 * 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 …]
|
| /kernel/linux/linux-6.6/net/can/j1939/ |
| D | address-claim.c | 16 * 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 …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | jobserver-exec | 14 claim = 0 variable 48 claim = len(jobs) + 1 variable 54 # We can only claim parallelism if there was a jobserver (i.e. a top-level 57 if claim > 0: 58 os.environ['PARALLELISM'] = '%d' % (claim)
|
| /kernel/linux/linux-6.6/scripts/ |
| D | jobserver-exec | 14 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)
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | oflib.c | 105 * 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()
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/ |
| D | oflib.c | 105 * 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()
|
| /kernel/linux/linux-5.10/drivers/nvdimm/ |
| 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() 51 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns() 52 attach->claim = dev; in __nd_attach_ndns()
|
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/nvdimm/ |
| 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() 52 dev_WARN_ONCE(dev, *_ndns, "%s: invalid claim\n", __func__); in __nd_attach_ndns() 53 attach->claim = dev; in __nd_attach_ndns()
|
| 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | nd.h | 44 * @claim: when set a another personality has taken ownership of the namespace 45 * @claim_class: restrict claim type to a given class 51 struct device *claim; member 101 * @num_resources: number of dpa extents to claim
|
| /kernel/linux/linux-5.10/drivers/irqchip/ |
| D | irq-sifive-plic.c | 53 * take an interrupt, and a register to claim interrupts. 225 * Handling an interrupt is a two-step process: first you claim the interrupt 226 * by reading the claim register, then you complete the interrupt by writing 227 * that source ID back to the same claim register. This automatically enables 234 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq() local 241 while ((hwirq = readl(claim))) { in plic_handle_irq()
|
| /kernel/linux/linux-6.6/Documentation/ABI/removed/ |
| D | sysfs-class-rfkill | 5 What: /sys/class/rfkill/rfkill[0-9]+/claim 10 claim just control over a single rfkill instance.
|
| /kernel/linux/linux-5.10/Documentation/ABI/removed/ |
| D | sysfs-class-rfkill | 5 What: /sys/class/rfkill/rfkill[0-9]+/claim 10 claim just control over a single rfkill instance.
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| 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 312 An exception on this is PGN 0x0ee00. This is the "Address Claim/Cannot Claim 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
|
| /kernel/linux/linux-5.10/LICENSES/dual/ |
| D | MPL-1.1 | 70 1.10.1. "Patent Claims" means any patent claim(s), now owned or 200 distribution titled "LEGAL" which describes the claim and the 201 party making the claim in sufficient detail that a recipient will 343 claim (excluding declatory judgment actions) against Initial Developer 354 Participant, or (ii) withdraw Your litigation claim with respect to 357 mutually agreed upon in writing by the parties or the litigation claim 369 8.3. If You assert a patent infringement claim against Participant 371 indirectly infringes any patent where such claim is resolved (such as
|
| /kernel/linux/linux-6.6/LICENSES/dual/ |
| D | MPL-1.1 | 70 1.10.1. "Patent Claims" means any patent claim(s), now owned or 200 distribution titled "LEGAL" which describes the claim and the 201 party making the claim in sufficient detail that a recipient will 343 claim (excluding declatory judgment actions) against Initial Developer 354 Participant, or (ii) withdraw Your litigation claim with respect to 357 mutually agreed upon in writing by the parties or the litigation claim 369 8.3. If You assert a patent infringement claim against Participant 371 indirectly infringes any patent where such claim is resolved (such as
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| D | irq-sifive-plic.c | 54 * take an interrupt, and a register to claim interrupts. 360 * Handling an interrupt is a two-step process: first you claim the interrupt 361 * by reading the claim register, then you complete the interrupt by writing 362 * that source ID back to the same claim register. This automatically enables 369 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq() local 376 while ((hwirq = readl(claim))) { in plic_handle_irq()
|
| /kernel/linux/linux-5.10/drivers/mmc/core/ |
| D | core.h | 123 * mmc_claim_host - exclusively claim a host 124 * @host: mmc host to claim 126 * Claim a host for a set of operations.
|