Home
last modified time | relevance | path

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

123

/Linux-v5.4/net/batman-adv/
Dbridge_loop_avoidance.c68 struct batadv_bla_claim *claim = (struct batadv_bla_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()
86 const struct batadv_bla_claim *claim = (struct batadv_bla_claim *)data; in batadv_choose_backbone_gw() local
89 hash = jhash(&claim->addr, sizeof(claim->addr), hash); in batadv_choose_backbone_gw()
90 hash = jhash(&claim->vid, sizeof(claim->vid), hash); in batadv_choose_backbone_gw()
175 struct batadv_bla_claim *claim; in batadv_claim_release() local
178 claim = container_of(ref, struct batadv_bla_claim, refcount); in batadv_claim_release()
180 spin_lock_bh(&claim->backbone_lock); in batadv_claim_release()
181 old_backbone_gw = claim->backbone_gw; in batadv_claim_release()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt20 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>;
/Linux-v5.4/Documentation/ABI/removed/
Dsysfs-class-rfkill5 What: /sys/class/rfkill/rfkill[0-9]+/claim
10 claim just control over a single rfkill instance.
/Linux-v5.4/drivers/nvdimm/
Dnamespace_devs.c187 if (ndns->claim && is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name()
266 if (dev->driver || to_ndns(dev)->claim) in __alt_name_store()
374 dev_WARN_ONCE(dev, dev->driver || to_ndns(dev)->claim, in nd_namespace_label_update()
376 if (dev->driver || to_ndns(dev)->claim) in nd_namespace_label_update()
982 if (dev->driver || ndns->claim) in __size_store()
1062 if (val == 0 && id != 0 && nd_region->ns_seed != dev && !ndns->claim) in __size_store()
1292 if (to_ndns(dev)->claim) in uuid_store()
1381 if (to_ndns(dev)->claim) in sector_size_store()
1506 rc = sprintf(buf, "%s\n", ndns->claim ? dev_name(ndns->claim) : ""); in holder_show()
1517 if (dev->driver || ndns->claim) in __holder_class_store()
[all …]
Dclaim.c23 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()
DMakefile27 libnvdimm-$(CONFIG_ND_CLAIM) += claim.o
/Linux-v5.4/net/can/j1939/
DMakefile6 address-claim.o \
/Linux-v5.4/drivers/irqchip/
Dirq-sifive-plic.c179 void __iomem *claim = handler->hart_base + CONTEXT_CLAIM; in plic_handle_irq() local
185 while ((hwirq = readl(claim))) { in plic_handle_irq()
/Linux-v5.4/drivers/block/zram/
Dzram_drv.h114 bool claim; /* Protected by bdev->bd_mutex */ member
/Linux-v5.4/sound/
DKconfig20 With this option enabled, the kernel will claim all OSS device
25 this option disabled, kernel will only claim actually in-use
/Linux-v5.4/drivers/usb/atm/
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()
/Linux-v5.4/Documentation/networking/
Dj1939.rst105 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
/Linux-v5.4/include/linux/
Dnd.h51 struct device *claim; member
/Linux-v5.4/arch/arm/boot/dts/
Dexynos5250-snow-common.dtsi65 our-claim-gpio = <&gpf0 3 GPIO_ACTIVE_LOW>;
66 their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>;
655 arb_their_claim: arb-their-claim {
662 arb_our_claim: arb-our-claim {
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dicpdas-lp8841-spi-rtc.txt25 - The spi slave node should claim the following flags which are
/Linux-v5.4/drivers/mtd/chips/
DKconfig184 sets which a CFI-compliant chip may claim to implement. This code
194 sets which a CFI-compliant chip may claim to implement. This code
204 sets which a CFI-compliant chip may claim to implement. This code
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dfsl-flexcan.txt7 An implementation should also claim any of the following compatibles
/Linux-v5.4/LICENSES/dual/
DMPL-1.170 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
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_sd7220.c110 static int epb_access(struct qib_devdata *dd, int sdnum, int claim);
552 static int epb_access(struct qib_devdata *dd, int sdnum, int claim) in epb_access() argument
586 if (claim < 0) { in epb_access()
602 } else if (claim > 0) { in epb_access()
/Linux-v5.4/fs/nfs/
Dnfs4proc.c1229 enum open_claim_type4 claim) in nfs4_map_atomic_open_claim() argument
1232 return claim; in nfs4_map_atomic_open_claim()
1233 switch (claim) { in nfs4_map_atomic_open_claim()
1235 return claim; in nfs4_map_atomic_open_claim()
1260 enum open_claim_type4 claim, in nfs4_opendata_alloc() argument
1293 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); in nfs4_opendata_alloc()
1312 switch (p->o_arg.claim) { in nfs4_opendata_alloc()
1330 switch (p->o_arg.claim) { in nfs4_opendata_alloc()
1406 int open_mode, enum open_claim_type4 claim) in can_open_cached() argument
1412 switch (claim) { in can_open_cached()
[all …]
/Linux-v5.4/tools/testing/nvdimm/
DKbuild87 libnvdimm-$(CONFIG_ND_CLAIM) += $(NVDIMM_SRC)/claim.o
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dusb-host.rst69 This should claim or release the resources being used to
/Linux-v5.4/Documentation/input/devices/
Dbcm5974.rst45 HID mouse and keyboard, and claim the whole device. To remedy, the usb
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dsifive,plic-1.0.0.txt13 Each interrupt can be enabled on per-context basis. Any context can claim
/Linux-v5.4/Documentation/driver-api/
Dzorro.rst63 Shortcuts to claim the whole device's address space are provided as well::

123