Home
last modified time | relevance | path

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

123

/linux-6.15/net/batman-adv/
H A Dbridge_loop_avoidance.c71 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()
204 if (!claim) in batadv_claim_put()
620 batadv_bla_send_claim(bat_priv, claim->addr, claim->vid, in batadv_bla_answer_request()
701 if (!claim) { in batadv_bla_add_claim()
702 claim = kzalloc(sizeof(*claim), GFP_ATOMIC); in batadv_bla_add_claim()
703 if (!claim) in batadv_bla_add_claim()
805 if (!claim) in batadv_bla_del_claim()
1309 claim->addr, claim->vid); in batadv_bla_purge_claims()
1313 claim->addr, claim->vid); in batadv_bla_purge_claims()
[all …]
/linux-6.15/Documentation/devicetree/bindings/i2c/
H A Di2c-arb-gpio-challenge.yaml29 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:
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
109 our-claim-gpios = <&gpf0 3 GPIO_ACTIVE_LOW>;
[all …]
/linux-6.15/scripts/
H A Djobserver-exec14 claim = 0 variable
59 claim = len(jobs) + 1 variable
68 if claim > 0:
69 os.environ['PARALLELISM'] = '%d' % (claim)
/linux-6.15/drivers/nvdimm/
H A Dnamespace_devs.c147 if (ndns->claim && is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name()
1050 if (to_ndns(dev)->claim) in uuid_store()
1124 if (to_ndns(dev)->claim) in sector_size_store()
1244 rc = sprintf(buf, "%s\n", ndns->claim ? dev_name(ndns->claim) : ""); in holder_show()
1323 struct device *claim; in mode_show() local
1328 claim = ndns->claim; in mode_show()
1329 if (claim && is_nd_btt(claim)) in mode_show()
1331 else if (claim && is_nd_pfn(claim)) in mode_show()
1333 else if (claim && is_nd_dax(claim)) in mode_show()
1474 if (ndns->claim) { in nvdimm_namespace_common_probe()
[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
/linux-6.15/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.
/linux-6.15/net/can/j1939/
H A DMakefile6 address-claim.o \
/linux-6.15/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()
/linux-6.15/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
/linux-6.15/drivers/block/zram/
H A Dzram_drv.h127 bool claim; /* Protected by disk->open_mutex */ member
H A Dzram_drv.c2441 if (disk_openers(disk) || zram->claim) { in reset_store()
2447 zram->claim = true; in reset_store()
2455 zram->claim = false; in reset_store()
2468 if (zram->claim) in zram_open()
2627 claimed = zram->claim; in zram_remove()
2629 zram->claim = true; in zram_remove()
2651 WARN_ON_ONCE(claimed && zram->claim); in zram_remove()
/linux-6.15/LICENSES/deprecated/
H A DZlib22 claim that you wrote the original software. If you use this software in a
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos5250-snow-common.dtsi65 our-claim-gpios = <&gpf0 3 GPIO_ACTIVE_LOW>;
66 their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>;
655 arb_their_claim: arb-their-claim-pins {
662 arb_our_claim: arb-our-claim-pins {
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt25 - The spi slave node should claim the following flags which are
/linux-6.15/include/linux/
H A Dnd.h100 struct device *claim; member
/linux-6.15/drivers/mtd/chips/
H A DKconfig186 sets which a CFI-compliant chip may claim to implement. This code
196 sets which a CFI-compliant chip may claim to implement. This code
206 sets which a CFI-compliant chip may claim to implement. This code
/linux-6.15/LICENSES/dual/
H A 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-6.15/drivers/infiniband/hw/qib/
H A 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-6.15/fs/nfs/
H A Dnfs4proc.c1405 return claim; in nfs4_map_atomic_open_claim()
1406 switch (claim) { in nfs4_map_atomic_open_claim()
1408 return claim; in nfs4_map_atomic_open_claim()
1465 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); in nfs4_opendata_alloc()
1580 switch (claim) { in can_open_cached()
1611 switch (claim) { in can_open_delegated()
1970 enum open_claim_type4 claim = opendata->o_arg.claim; in nfs4_try_open_cached() local
2024 switch (claim) { in nfs4_process_delegation()
2071 data->o_arg.claim, in _nfs4_opendata_reclaim_to_nfs4_state()
2533 enum open_claim_type4 claim = data->o_arg.claim; in nfs4_open_prepare() local
[all …]
/linux-6.15/tools/testing/nvdimm/
H A DKbuild77 libnvdimm-$(CONFIG_ND_CLAIM) += $(NVDIMM_SRC)/claim.o
/linux-6.15/Documentation/input/devices/
H A Dbcm5974.rst45 HID mouse and keyboard, and claim the whole device. To remedy, the usb
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-class-rfkill5 For the deprecated ``/sys/class/rfkill/*/claim`` knobs of this interface look in
/linux-6.15/Documentation/driver-api/
H A Dzorro.rst63 Shortcuts to claim the whole device's address space are provided as well::
/linux-6.15/Documentation/scsi/
H A Dbnx2fc.rst41 the system, bnx2fc driver would automatically claim the interfaces, starts vlan

123