/linux-4.4.14/net/batman-adv/ |
D | bridge_loop_avoidance.c | 64 struct batadv_bla_claim *claim = (struct batadv_bla_claim *)data; in batadv_choose_claim() local 67 hash = jhash(&claim->addr, sizeof(claim->addr), hash); in batadv_choose_claim() 68 hash = jhash(&claim->vid, sizeof(claim->vid), hash); in batadv_choose_claim() 76 const struct batadv_bla_claim *claim = (struct batadv_bla_claim *)data; in batadv_choose_backbone_gw() local 79 hash = jhash(&claim->addr, sizeof(claim->addr), hash); in batadv_choose_backbone_gw() 80 hash = jhash(&claim->vid, sizeof(claim->vid), hash); in batadv_choose_backbone_gw() 130 static void batadv_claim_release(struct batadv_bla_claim *claim) in batadv_claim_release() argument 132 batadv_backbone_gw_free_ref(claim->backbone_gw); in batadv_claim_release() 133 kfree_rcu(claim, rcu); in batadv_claim_release() 137 static void batadv_claim_free_ref(struct batadv_bla_claim *claim) in batadv_claim_free_ref() argument [all …]
|
/linux-4.4.14/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.4.14/drivers/nvdimm/ |
D | claim.c | 25 || ndns->claim != dev, in __nd_detach_ndns() 27 ndns->claim = NULL; in __nd_detach_ndns() 49 if (attach->claim) in __nd_attach_ndns() 54 attach->claim = dev; in __nd_attach_ndns()
|
D | namespace_devs.c | 160 if (ndns->claim) { in nvdimm_namespace_disk_name() 161 if (is_nd_btt(ndns->claim)) in nvdimm_namespace_disk_name() 163 else if (is_nd_pfn(ndns->claim)) in nvdimm_namespace_disk_name() 168 dev_name(ndns->claim)); in nvdimm_namespace_disk_name() 235 if (dev->driver || to_ndns(dev)->claim) in __alt_name_store() 344 dev_WARN_ONCE(dev, dev->driver || to_ndns(dev)->claim, in nd_namespace_label_update() 346 if (dev->driver || to_ndns(dev)->claim) in nd_namespace_label_update() 858 if (dev->driver || to_ndns(dev)->claim) in __size_store() 934 && !nsblk->common.claim) in __size_store() 1126 if (to_ndns(dev)->claim) in uuid_store() [all …]
|
D | Makefile | 23 libnvdimm-$(CONFIG_ND_CLAIM) += claim.o
|
D | pmem.c | 208 struct pmem_device *pmem = dev_get_drvdata(ndns->claim); in pmem_rw_bytes() 295 struct nd_pfn *nd_pfn = to_nd_pfn(ndns->claim); in nvdimm_namespace_detach_pfn() 312 struct nd_pfn *nd_pfn = to_nd_pfn(ndns->claim); in nvdimm_namespace_attach_pfn()
|
D | btt_devs.c | 190 __func__, dev_name(ndns->claim)); in __nd_btt_create()
|
D | pfn_devs.c | 214 __func__, dev_name(ndns->claim)); in __nd_pfn_create()
|
D | blk.c | 217 struct nd_blk_device *blk_dev = dev_get_drvdata(ndns->claim); in nd_blk_rw_bytes()
|
D | btt.c | 1389 struct nd_btt *nd_btt = to_nd_btt(ndns->claim); in nvdimm_namespace_attach_btt() 1414 struct nd_btt *nd_btt = to_nd_btt(ndns->claim); in nvdimm_namespace_detach_btt()
|
/linux-4.4.14/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.4.14/drivers/block/zram/ |
D | zram_drv.h | 120 bool claim; /* Protected by bdev->bd_mutex */ member
|
D | zram_drv.c | 1103 if (bdev->bd_openers || zram->claim) { in reset_store() 1110 zram->claim = true; in reset_store() 1120 zram->claim = false; in reset_store() 1135 if (zram->claim) in zram_open() 1302 if (bdev->bd_openers || zram->claim) { in zram_remove() 1308 zram->claim = true; in zram_remove()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | fsl-flexcan.txt | 7 An implementation should also claim any of the following compatibles
|
/linux-4.4.14/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.4.14/include/linux/ |
D | nd.h | 42 struct device *claim; member
|
D | nfs_xdr.h | 413 enum open_claim_type4 claim; member
|
/linux-4.4.14/tools/testing/nvdimm/ |
D | Kbuild | 47 libnvdimm-$(CONFIG_ND_CLAIM) += $(NVDIMM_SRC)/claim.o
|
/linux-4.4.14/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.4.14/arch/arm/boot/dts/ |
D | exynos5250-snow-common.dtsi | 66 our-claim-gpio = <&gpf0 3 GPIO_ACTIVE_LOW>; 67 their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>; 635 arb_their_claim: arb-their-claim { 642 arb_our_claim: arb-our-claim {
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 178 sets which a CFI-compliant chip may claim to implement. This code 188 sets which a CFI-compliant chip may claim to implement. This code 198 sets which a CFI-compliant chip may claim to implement. This code
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 6 /sys/class/rfkill/*/claim knobs of this interface look in
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/i2c/muxes/ |
D | Kconfig | 15 response mechanism where masters have to claim the bus by asserting
|
/linux-4.4.14/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 | 2887 force Enable ASPM even on devices that claim not to support it.
|
/linux-4.4.14/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.megaraid | 38 > I've investigated customers claim on the unstable work of
|
D | ChangeLog.ncr53c8xx | 232 that claim TGQ support. The driver used at least 2 for the queue
|
D | ChangeLog.sym53c8xx | 504 that claim TGQ support. The driver used at least 2 for the queue
|
/linux-4.4.14/fs/nfs/ |
D | nfs4proc.c | 1043 enum open_claim_type4 claim) in nfs4_map_atomic_open_claim() argument 1046 return claim; in nfs4_map_atomic_open_claim() 1047 switch (claim) { in nfs4_map_atomic_open_claim() 1049 return claim; in nfs4_map_atomic_open_claim() 1075 enum open_claim_type4 claim, in nfs4_opendata_alloc() argument 1125 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); in nfs4_opendata_alloc() 1126 switch (p->o_arg.claim) { in nfs4_opendata_alloc() 1242 enum open_claim_type4 claim) in can_open_delegated() argument 1250 switch (claim) { in can_open_delegated() 1482 enum open_claim_type4 claim = opendata->o_arg.claim; in nfs4_try_open_cached() local [all …]
|
D | nfs4xdr.c | 1508 switch (arg->claim) { in encode_open()
|
/linux-4.4.14/Documentation/DocBook/ |
D | usb.xml.db | 70 API-usb-driver-claim-interface
|
D | device-drivers.xml.db | 493 API-parport-claim 494 API-parport-claim-or-block 1142 API-hsi-claim-port
|
/linux-4.4.14/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.4.14/Documentation/fb/ |
D | uvesafb.txt | 43 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sdio.c | 420 u32 len, u32 port, u8 claim) in mwifiex_read_data_sync() argument 431 if (claim) in mwifiex_read_data_sync() 436 if (claim) in mwifiex_read_data_sync()
|
/linux-4.4.14/net/rfkill/ |
D | core.c | 738 static DEVICE_ATTR_RO(claim);
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru-datasheet | 8 Abit, as they claim it to be. It's really just an microprocessor (uC) created by
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 339 * Fixed the problem with statfs where it would always claim the disk was
|
/linux-4.4.14/Documentation/networking/ |
D | stmmac.txt | 232 | manager framework to claim
|
D | LICENSE.qlcnic | 134 Thus, it is not the intent of this section to claim rights or contest
|
D | LICENSE.qlge | 134 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 124 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 124 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 127 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.4.14/ |
D | COPYING | 140 Thus, it is not the intent of this section to claim rights or contest
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 349 Further more, to ease the claim/release of multiple GPIOs, 'struct gpio' is
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 280 many users claim that sound quality in Linux is much worse than in DOS.
|