Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dbridge_loop_avoidance.c42 struct batadv_bla_claim *claim = (struct batadv_bla_claim *)data; in batadv_choose_claim() local
45 hash = batadv_hash_bytes(hash, &claim->addr, sizeof(claim->addr)); in batadv_choose_claim()
46 hash = batadv_hash_bytes(hash, &claim->vid, sizeof(claim->vid)); in batadv_choose_claim()
59 const struct batadv_bla_claim *claim = (struct batadv_bla_claim *)data; in batadv_choose_backbone_gw() local
62 hash = batadv_hash_bytes(hash, &claim->addr, sizeof(claim->addr)); in batadv_choose_backbone_gw()
63 hash = batadv_hash_bytes(hash, &claim->vid, sizeof(claim->vid)); in batadv_choose_backbone_gw()
115 static void batadv_claim_release(struct batadv_bla_claim *claim) in batadv_claim_release() argument
117 batadv_backbone_gw_free_ref(claim->backbone_gw); in batadv_claim_release()
118 kfree_rcu(claim, rcu); in batadv_claim_release()
122 static void batadv_claim_free_ref(struct batadv_bla_claim *claim) in batadv_claim_free_ref() argument
[all …]
/linux-4.1.27/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.
52 - wait-retry-us: we'll attempt another claim after this many microseconds.
71 our-claim-gpio = <&gpf0 3 1>;
72 their-claim-gpios = <&gpe0 4 1>;
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-class-rfkill22 What: /sys/class/rfkill/rfkill[0-9]+/claim
27 claim just control over a single rfkill instance.
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dfsl-flexcan.txt7 An implementation should also claim any of the following compatibles
/linux-4.1.27/drivers/usb/atm/
Dxusbatm.c67 struct usb_interface *intf, int altsetting, int claim) in xusbatm_capture_intf() argument
72 if (claim && (ret = usb_driver_claim_interface(&xusbatm_usb_driver, intf, usbatm))) { in xusbatm_capture_intf()
/linux-4.1.27/sound/
DKconfig37 With this option enabled, the kernel will claim all OSS device
42 this option disabled, kernel will only claim actually in-use
/linux-4.1.27/arch/arm/boot/dts/
Dexynos5250-snow.dts70 our-claim-gpio = <&gpf0 3 GPIO_ACTIVE_LOW>;
71 their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>;
655 arb_their_claim: arb-their-claim {
662 arb_our_claim: arb-our-claim {
/linux-4.1.27/drivers/mtd/chips/
DKconfig177 sets which a CFI-compliant chip may claim to implement. This code
187 sets which a CFI-compliant chip may claim to implement. This code
197 sets which a CFI-compliant chip may claim to implement. This code
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-rfkill6 /sys/class/rfkill/*/claim knobs of this interface look in
/linux-4.1.27/drivers/i2c/muxes/
DKconfig14 response mechanism where masters have to claim the bus by asserting
/linux-4.1.27/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-4.1.27/Documentation/input/
Dbcm5974.txt39 HID mouse and keyboard, and claim the whole device. To remedy, the usb
Dinput.txt144 Graphire tablets claim that they are HID tablets as well, they are not and
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DUSB-Host.txt69 This should claim or release the resources being used to
DGPIO.txt48 power, then it will require to claim the gpio with gpio_request() before
/linux-4.1.27/Documentation/
Dzorro.txt62 Shortcuts to claim the whole device's address space are provided as well:
Dparport-lowlevel.txt357 port and no other driver has yet claimed it. You can claim the
359 claim is guaranteed to succeed), or choose not to if you don't need it
473 parport_claim, parport_claim_or_block - claim the parallel port for a device
490 You should not try to claim a port that you have already claimed.
503 to claim it may succeed.
DDMA-ISA-LPC.txt88 Before you use any ISA DMA routines you need to claim the DMA lock
Dkref.txt203 of the free operations that could take a long time or might claim the
DCodingStyle28 Now, some people will claim that having 8-character indentations makes
DSubmittingPatches125 Quantify optimizations and trade-offs. If you claim improvements in
Dkernel-parameters.txt2810 force Enable ASPM even on devices that claim not to support it.
/linux-4.1.27/Documentation/scsi/
Dbnx2fc.txt37 the system, bnx2fc driver would automatically claim the interfaces, starts vlan
DLICENSE.qla4xxx135 Thus, it is not the intent of this section to claim rights or contest
DLICENSE.qla2xxx136 Thus, it is not the intent of this section to claim rights or contest
DChangeLog.ncr53c8xx232 that claim TGQ support. The driver used at least 2 for the queue
DChangeLog.megaraid38 > I've investigated customers claim on the unstable work of
DChangeLog.sym53c8xx504 that claim TGQ support. The driver used at least 2 for the queue
/linux-4.1.27/fs/nfs/
Dnfs4proc.c973 enum open_claim_type4 claim) in nfs4_map_atomic_open_claim() argument
976 return claim; in nfs4_map_atomic_open_claim()
977 switch (claim) { in nfs4_map_atomic_open_claim()
979 return claim; in nfs4_map_atomic_open_claim()
1005 enum open_claim_type4 claim, in nfs4_opendata_alloc() argument
1051 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); in nfs4_opendata_alloc()
1052 switch (p->o_arg.claim) { in nfs4_opendata_alloc()
1432 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) { in nfs4_opendata_check_deleg()
1524 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) in nfs4_opendata_to_nfs4_state()
1547 struct nfs4_state *state, enum open_claim_type4 claim) in nfs4_open_recoverdata_alloc() argument
[all …]
Dnfs4xdr.c1493 switch (arg->claim) { in encode_open()
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt130 Astute readers might point out that the Beagle xM could also claim
136 better to err on the side of caution and not claim one board is
166 generic board support can claim compatibility with "ti,omap3" or
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsdio.c407 u32 len, u32 port, u8 claim) in mwifiex_read_data_sync() argument
418 if (claim) in mwifiex_read_data_sync()
423 if (claim) in mwifiex_read_data_sync()
/linux-4.1.27/Documentation/fb/
Duvesafb.txt43 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0
/linux-4.1.27/net/rfkill/
Dcore.c730 static DEVICE_ATTR_RO(claim);
/linux-4.1.27/include/linux/
Dnfs_xdr.h349 __u32 claim; member
/linux-4.1.27/Documentation/hwmon/
Dabituguru-datasheet8 Abit, as they claim it to be. It's really just an microprocessor (uC) created by
/linux-4.1.27/fs/befs/
DChangeLog339 * Fixed the problem with statfs where it would always claim the disk was
/linux-4.1.27/Documentation/networking/
Dstmmac.txt240 | manager framework to claim
DLICENSE.qlge134 Thus, it is not the intent of this section to claim rights or contest
DLICENSE.qlcnic134 Thus, it is not the intent of this section to claim rights or contest
/linux-4.1.27/tools/usb/usbip/
DCOPYING124 Thus, it is not the intent of this section to claim rights or contest
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense127 Thus, it is not the intent of this section to claim rights or contest
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying124 Thus, it is not the intent of this section to claim rights or contest
/linux-4.1.27/
DCOPYING140 Thus, it is not the intent of this section to claim rights or contest
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt349 Further more, to ease the claim/release of multiple GPIOs, 'struct gpio' is
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS280 many users claim that sound quality in Linux is much worse than in DOS.