/linux-4.1.27/net/batman-adv/ |
D | bridge_loop_avoidance.c | 42 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/ |
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. 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/ |
D | sysfs-class-rfkill | 22 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/ |
D | fsl-flexcan.txt | 7 An implementation should also claim any of the following compatibles
|
/linux-4.1.27/drivers/usb/atm/ |
D | xusbatm.c | 67 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/ |
D | Kconfig | 37 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/ |
D | exynos5250-snow.dts | 70 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/ |
D | Kconfig | 177 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/ |
D | sysfs-class-rfkill | 6 /sys/class/rfkill/*/claim knobs of this interface look in
|
/linux-4.1.27/drivers/i2c/muxes/ |
D | Kconfig | 14 response mechanism where masters have to claim the bus by asserting
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_sd7220.c | 110 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/ |
D | bcm5974.txt | 39 HID mouse and keyboard, and claim the whole device. To remedy, the usb
|
D | input.txt | 144 Graphire tablets claim that they are HID tablets as well, they are not and
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 69 This should claim or release the resources being used to
|
D | GPIO.txt | 48 power, then it will require to claim the gpio with gpio_request() before
|
/linux-4.1.27/Documentation/ |
D | zorro.txt | 62 Shortcuts to claim the whole device's address space are provided as well:
|
D | parport-lowlevel.txt | 357 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.
|
D | DMA-ISA-LPC.txt | 88 Before you use any ISA DMA routines you need to claim the DMA lock
|
D | kref.txt | 203 of the free operations that could take a long time or might claim the
|
D | CodingStyle | 28 Now, some people will claim that having 8-character indentations makes
|
D | SubmittingPatches | 125 Quantify optimizations and trade-offs. If you claim improvements in
|
D | kernel-parameters.txt | 2810 force Enable ASPM even on devices that claim not to support it.
|
/linux-4.1.27/Documentation/scsi/ |
D | bnx2fc.txt | 37 the system, bnx2fc driver would automatically claim the interfaces, starts vlan
|
D | LICENSE.qla4xxx | 135 Thus, it is not the intent of this section to claim rights or contest
|
D | LICENSE.qla2xxx | 136 Thus, it is not the intent of this section to claim rights or contest
|
D | ChangeLog.ncr53c8xx | 232 that claim TGQ support. The driver used at least 2 for the queue
|
D | ChangeLog.megaraid | 38 > I've investigated customers claim on the unstable work of
|
D | ChangeLog.sym53c8xx | 504 that claim TGQ support. The driver used at least 2 for the queue
|
/linux-4.1.27/fs/nfs/ |
D | nfs4proc.c | 973 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 …]
|
D | nfs4xdr.c | 1493 switch (arg->claim) { in encode_open()
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 130 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/ |
D | sdio.c | 407 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/ |
D | uvesafb.txt | 43 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0
|
/linux-4.1.27/net/rfkill/ |
D | core.c | 730 static DEVICE_ATTR_RO(claim);
|
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 349 __u32 claim; member
|
/linux-4.1.27/Documentation/hwmon/ |
D | abituguru-datasheet | 8 Abit, as they claim it to be. It's really just an microprocessor (uC) created by
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 339 * Fixed the problem with statfs where it would always claim the disk was
|
/linux-4.1.27/Documentation/networking/ |
D | stmmac.txt | 240 | manager framework to claim
|
D | LICENSE.qlge | 134 Thus, it is not the intent of this section to claim rights or contest
|
D | LICENSE.qlcnic | 134 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 124 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 127 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 124 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.1.27/ |
D | COPYING | 140 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 349 Further more, to ease the claim/release of multiple GPIOs, 'struct gpio' is
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 280 many users claim that sound quality in Linux is much worse than in DOS.
|