/linux-4.1.27/drivers/net/ieee802154/ |
D | fakelb.c | 36 struct fakelb_priv *fake; member 81 struct fakelb_priv *fake = priv->fake; in fakelb_hw_xmit() local 83 read_lock_bh(&fake->lock); in fakelb_hw_xmit() 89 list_for_each_entry(dp, &priv->fake->list, list) { in fakelb_hw_xmit() 96 read_unlock_bh(&fake->lock); in fakelb_hw_xmit() 138 static int fakelb_add_one(struct device *dev, struct fakelb_priv *fake) in fakelb_add_one() argument 183 priv->fake = fake; in fakelb_add_one() 193 write_lock_bh(&fake->lock); in fakelb_add_one() 194 list_add_tail(&priv->list, &fake->list); in fakelb_add_one() 195 write_unlock_bh(&fake->lock); in fakelb_add_one() [all …]
|
D | Kconfig | 17 Say Y here to enable the fake driver that can emulate a net
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-fakedev.txt | 11 written, and it includes a fake EEPROM image (built using the tools 13 replicated for each fake mezzanine. 22 [ 99.971247] fake-fmc-carrier: mezzanine 0 23 [ 99.975393] Manufacturer: fake-vendor 24 [ 99.979624] Product name: fake-design-for-testing 27 [ 121.447464] fake-fmc-carrier: Mezzanine 0: eeprom "fdelay-eeprom.bin" 28 [ 121.462725] fake-fmc-carrier: mezzanine 0 34 own internal fake EEPROM: whenever the image is overwritten starting at
|
D | fmc-write-eeprom.txt | 57 If you want to try reflashing fake EEPROM devices, you can use the 67 [ 72.984733] fake-fmc: Manufacturer: fake-vendor 68 [ 72.989434] fake-fmc: Product name: fake-design-for-testing 71 [ 130.874098] fake-fmc: Matching a generic driver (no ID) 72 [ 130.887845] fake-fmc: programming 6155 bytes 73 [ 130.894567] fake-fmc: write_eeprom: success 74 [ 132.895794] fake-fmc: Manufacturer: CERN 75 [ 132.899872] fake-fmc: Product name: FmcDelay1ns4cha
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets | 1 Using numa=fake and CPUSets for Resource Management 4 This document describes how the numa=fake x86_64 command-line option can be used 6 you can create fake NUMA nodes that represent contiguous chunks of memory and 13 more information on the numa=fake command line option and its various ways of 14 configuring fake nodes, see Documentation/x86/x86_64/boot-options.txt. 17 emulation setup of "numa=fake=4*512,". This will split our system memory into 23 A machine may be split as follows with "numa=fake=4*512," as reported by dmesg: 36 Documentation/cgroups/cpusets.txt, you can assign fake nodes (i.e. contiguous memory 46 Now this cpuset, 'ddset', will only allowed access to fake nodes 0 and 1 for 50 available to them according to the fake nodes assigned as mems: [all …]
|
D | 00-INDEX | 7 fake-numa-for-cpusets 8 - Using numa=fake and CPUSets for Resource Management
|
D | boot-options.txt | 145 numa=fake=<size>[MG] 149 numa=fake=<N> 150 If given as an integer, fills all system RAM with N fake nodes
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | cfg.c | 1708 u8 *fake = fake_ie; in lbs_join_post() local 1719 *fake++ = WLAN_EID_SSID; in lbs_join_post() 1720 *fake++ = params->ssid_len; in lbs_join_post() 1721 memcpy(fake, params->ssid, params->ssid_len); in lbs_join_post() 1722 fake += params->ssid_len; in lbs_join_post() 1724 *fake++ = WLAN_EID_SUPP_RATES; in lbs_join_post() 1725 *fake++ = 4; in lbs_join_post() 1726 *fake++ = 0x82; in lbs_join_post() 1727 *fake++ = 0x84; in lbs_join_post() 1728 *fake++ = 0x8b; in lbs_join_post() [all …]
|
/linux-4.1.27/drivers/fmc/ |
D | Kconfig | 22 tristate "FMC fake device (software testing)" 24 This is a fake carrier, bringing a default EEPROM content 31 This is a fake mezzanine driver, to show how FMC works and test it.
|
/linux-4.1.27/fs/ext4/ |
D | inline.c | 1332 struct ext4_dir_entry_2 fake; in htree_inlinedir_to_tree() local 1368 fake.inode = cpu_to_le32(inode->i_ino); in htree_inlinedir_to_tree() 1369 fake.name_len = 1; in htree_inlinedir_to_tree() 1370 strcpy(fake.name, "."); in htree_inlinedir_to_tree() 1371 fake.rec_len = ext4_rec_len_to_disk( in htree_inlinedir_to_tree() 1372 EXT4_DIR_REC_LEN(fake.name_len), in htree_inlinedir_to_tree() 1374 ext4_set_de_type(inode->i_sb, &fake, S_IFDIR); in htree_inlinedir_to_tree() 1375 de = &fake; in htree_inlinedir_to_tree() 1378 fake.inode = cpu_to_le32(parent_ino); in htree_inlinedir_to_tree() 1379 fake.name_len = 2; in htree_inlinedir_to_tree() [all …]
|
D | namei.c | 214 struct fake_dirent fake; member 2281 memset(&node2->fake, 0, sizeof(struct fake_dirent)); in ext4_dx_add_entry() 2282 node2->fake.rec_len = ext4_rec_len_to_disk(sb->s_blocksize, in ext4_dx_add_entry()
|
/linux-4.1.27/drivers/edac/ |
D | ghes_edac.c | 430 bool fake = false; in ghes_edac_register() local 442 fake = true; in ghes_edac_register() 479 if (!fake) { in ghes_edac_register() 494 if (!fake) { in ghes_edac_register()
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
D | Kconfig.debug | 15 error injection can fake almost all kinds of errors with the
|
/linux-4.1.27/arch/x86/kernel/ |
D | head_64.S | 292 pushq $0 # fake return address to stop unwinder 308 pushq $0 # fake return address to stop unwinder
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 5 This module is a very simple fake I2C/SMBus driver. It implements six
|
/linux-4.1.27/Documentation/usb/ |
D | authorization.txt | 90 can fake descriptors and device info. Don't trust that. You are
|
D | WUSB-Design-overview.txt | 309 the device. First we allocate a /fake port/ and assign an 311 0x80 | fake_port_idx). We fiddle with the fake port status and /hub_wq/ 312 sees a new connection, so he moves on to enable the fake port with a reset. 334 toggling the bits in the fake hub port, which kicks hub_wq into removing
|
D | gadget_hid.txt | 79 Instead of adding fake platform devices and drivers in order to pass
|
/linux-4.1.27/drivers/tty/hvc/ |
D | Kconfig | 80 bool "udbg based fake hypervisor console"
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 45 gp_normal Make the fake writers use normal synchronous grace-period 48 gp_exp Make the fake writers use expedited synchronous grace-period 70 nfakewriters This is the number of RCU fake writer threads to run. Fake
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 143 - Use MMIO per default for Power PC instead of some fake normal IO,
|
D | libsas.txt | 78 layer. The idea is that sometimes the LLDD may want to fake
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | dm816x.dtsi | 57 * for the moment, just use a fake OCP bus entry to represent
|
D | omap3.dtsi | 78 * the moment, just use a fake OCP bus entry to represent the whole bus
|
D | am33xx.dtsi | 90 * for the moment, just use a fake OCP bus entry to represent
|
D | omap4.dtsi | 112 * the moment, just use a fake OCP bus entry to represent the whole bus
|
D | omap5.dtsi | 127 * the moment, just use a fake OCP bus entry to represent the whole bus
|
D | dra7.dtsi | 91 * the moment, just use a fake OCP bus entry to represent the whole bus
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 265 it, a fake device ID will be assigned to configure a route to that switch. 266 In the case of a chain of switches without endpoint, one fake device ID is used
|
/linux-4.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 65 A: The device is a fake ethernet device .. ignore IRQ and baseaddr
|
/linux-4.1.27/fs/ext3/ |
D | namei.c | 116 struct fake_dirent fake; member 1541 memset(&node2->fake, 0, sizeof(struct fake_dirent)); in ext3_dx_add_entry() 1542 node2->fake.rec_len = ext3_rec_len_to_disk(sb->s_blocksize); in ext3_dx_add_entry()
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 725 ;this case is for syscalls or Exceptions (with fake rtie)
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | dma.c | 1482 static const struct b43_txstatus fake; /* filled with 0 */ in b43_dma_handle_txstatus() local 1581 txstat = &fake; in b43_dma_handle_txstatus()
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 489 int count = 0, fake = !(last_ext->extLength & UDF_EXTENT_LENGTH_MASK); in udf_do_extend_file() local 498 if (!blocks && fake) in udf_do_extend_file() 538 if (fake) { in udf_do_extend_file()
|
/linux-4.1.27/Documentation/ |
D | dma-buf-sharing.txt | 391 possible, it needs to fake coherency by manually shooting down ptes when 448 - If an exporter needs to manually flush caches and hence needs to fake
|
D | dynamic-debug-howto.txt | 284 The dyndbg option is a "fake" module parameter, which means:
|
D | kernel-parameters.txt | 2208 If zero, the NFS client will fake up a 32-bit inode 3115 test, hence the "fake".
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v7.S | 277 ALT_UP(mov r0, #(1 << 6)) @ fake it for UP
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 255 injection can be used to fake various kinds of PCIe errors.
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 435 move $brp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 12 Which is nice, since there's no more insanity in the form of fake-generic, but
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 24 fake signal to all user space processes, and wakes up all the kernel threads.
|
/linux-4.1.27/arch/sparc/lib/ |
D | checksum_32.S | 62 or %g0, %g0, %o4 ! clear fake hword value
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 40 fake block device into the page cache (and copying changes back out), as well
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 219 void (*fastop)(struct fastop *fake); 315 extern void em_##op(struct fastop *fake); \
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 60 Enable support for the fake waveform generator.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 526 Update number of blocks in file so du command is happier (in Linux a fake
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1540 READY <devno> cause VM to issue a fake interrupt.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1358 into virtual nodes when booted with "numa=fake=N", where N is the
|