/linux-4.4.14/sound/firewire/dice/ |
D | dice-transaction.c | 337 __be32 *pointers; in snd_dice_transaction_init() local 341 pointers = kmalloc(sizeof(__be32) * 10, GFP_KERNEL); in snd_dice_transaction_init() 342 if (pointers == NULL) in snd_dice_transaction_init() 348 pointers, sizeof(__be32) * 10, 0); in snd_dice_transaction_init() 370 dice->global_offset = be32_to_cpu(pointers[0]) * 4; in snd_dice_transaction_init() 371 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in snd_dice_transaction_init() 372 dice->rx_offset = be32_to_cpu(pointers[4]) * 4; in snd_dice_transaction_init() 373 dice->sync_offset = be32_to_cpu(pointers[6]) * 4; in snd_dice_transaction_init() 374 dice->rsrv_offset = be32_to_cpu(pointers[8]) * 4; in snd_dice_transaction_init() 377 if (be32_to_cpu(pointers[1]) * 4 >= GLOBAL_CLOCK_CAPABILITIES + 4) in snd_dice_transaction_init() [all …]
|
D | dice.c | 34 __be32 *pointers; in dice_interface_check() local 38 pointers = kmalloc_array(ARRAY_SIZE(min_values), sizeof(__be32), in dice_interface_check() 40 if (pointers == NULL) in dice_interface_check() 78 DICE_PRIVATE_SPACE, pointers, in dice_interface_check() 85 value = be32_to_cpu(pointers[i]); in dice_interface_check() 98 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION, in dice_interface_check()
|
/linux-4.4.14/fs/btrfs/ |
D | raid56.c | 1179 void *pointers[rbio->real_stripes]; in finish_rmw() local 1236 pointers[stripe] = kmap(p); in finish_rmw() 1242 pointers[stripe++] = kmap(p); in finish_rmw() 1252 pointers[stripe++] = kmap(p); in finish_rmw() 1255 pointers); in finish_rmw() 1258 memcpy(pointers[nr_data], pointers[0], PAGE_SIZE); in finish_rmw() 1259 run_xor(pointers + 1, nr_data - 1, PAGE_CACHE_SIZE); in finish_rmw() 1804 void **pointers; in __raid_recover_end_io() local 1811 pointers = kcalloc(rbio->real_stripes, sizeof(void *), GFP_NOFS); in __raid_recover_end_io() 1812 if (!pointers) { in __raid_recover_end_io() [all …]
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysv-fs.txt | 83 of limited size, and every now and then a free block contains pointers 85 contains pointers and so on. The list terminates with a "block number" 161 1 indirect block (pointers to blocks) 162 1 double-indirect block (pointer to pointers to blocks) 165 1 indirect block (pointers to blocks) 166 1 double-indirect block (pointer to pointers to blocks) 167 1 triple-indirect block (pointer to pointers to pointers to blocks)
|
D | qnx6.txt | 54 addressing block holds up to blocksize / 4 bytes pointers to data blocks. 58 Unused block pointers are always set to ~0 - regardless of root node, 77 The inode structure contains pointers to the filesystem blocks which contain 85 There are also pointers to the first 16 blocks, if the object data can be 107 starting with the superblock longfilename root node pointers. 117 no block pointers and the directory file record pointing to the target file
|
D | logfs.txt | 46 for the most recent commit entry, which contains a list of pointers to 85 parent blocks are written as well, since the block pointers have 93 Currently aliases are used for block pointers, file size, file used 119 indirect block pointers. One difference is that LogFS uses a single 125 the first 16 pointers in the first indirect block are left empty, 126 corresponding to the 16 direct pointers in the inode. In ext2 (maybe 128 corresponds to logical block 12, skipping the 12 direct pointers.
|
D | sysfs-tagging.txt | 15 By using the network namespace pointers as tags to separate out the 34 kernfs_node->ns pointers pointing to it.
|
D | omfs.txt | 80 Lookup requires hashing the filename, then seeking across i_sibling pointers 82 pointers with all-1s (~0).
|
D | ext2.txt | 137 structure contains pointers to the filesystem blocks which contain the 155 There are pointers to the first 12 blocks which contain the file's data 157 pointers to the next set of blocks), a pointer to a doubly-indirect 158 block (which contains pointers to indirect blocks) and a pointer to a 159 trebly-indirect block (which contains pointers to doubly-indirect blocks). 196 which would normally be used to store the pointers to data blocks.
|
D | path-lookup.txt | 113 However, when the dentry's list pointers are updated to point to objects in the 133 +---+ +---+ (don't worry, the longer pointers do not 144 pointers intact, so a concurrent list walker that is currently looking at 187 care must be taken to load the members up-front, and use those pointers rather
|
D | files.txt | 22 array of file pointers, the sizes of the sets and the array
|
D | debugfs.txt | 210 will be a lot of stale pointers and no end of highly antisocial behavior.
|
D | f2fs.txt | 413 indices, two direct node pointers, two indirect node pointers, and one double
|
D | sysfs.txt | 138 and struct attribute pointers to the appropriate pointer types, and
|
D | coda.txt | 286 message. Additional platform dependent structures involve pointers to 287 determine the position of the message on queues and pointers to 1329 removed since it causes a jungle of pointers in the VFS mounting area.
|
D | xfs-self-describing-metadata.txt | 49 pointers in a btree end up with loops in them) are the key to understanding what
|
D | spufs.txt | 309 the pointers.
|
D | xfs-delayed-logging-design.txt | 264 such, we cannot reuse the AIL list pointers for tracking committed items, nor
|
D | vfs.txt | 991 Should not dereference pointers outside the dentry without
|
D | proc.txt | 955 vpages buffer for pages pointers was vmalloced (huge area)
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig.debug | 14 bool "Compile the kernel with frame pointers" 19 to solve problems without frame pointers.
|
/linux-4.4.14/Documentation/zh_CN/arm64/ |
D | tagged-pointers.txt | 1 Chinese translated version of Documentation/arm64/tagged-pointers.txt 12 Documentation/arm64/tagged-pointers.txt 的中文翻译
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | ring.txt | 15 which in turn contains the 4 function pointers 22 The function pointers within here are used to allow the core to handle
|
/linux-4.4.14/Documentation/ |
D | assoc_array.txt | 31 (1) Objects are opaque pointers. The implementation does not care where they 70 pack leaf object pointers into spare space in the node rather than making an 205 pointers internally. 358 can contain mixtures of leaves and metadata pointers. 455 pointers - even if some of those leaves would like to be in the same slot. 457 A node can contain a heterogeneous mix of leaves and metadata pointers. 458 Metadata pointers must be in the slots that match their subdivisions of key 497 Each node has a maximum capacity of 16 leaves and metadata pointers. If the 543 new layout until we follow the back pointers - at which point we've 545 leaves in a node before following any of its metadata pointers). [all …]
|
D | kmemleak.txt | 73 friends are traced and the pointers, together with additional 75 The corresponding freeing function calls are tracked and the pointers 99 Some allocated memory blocks have pointers stored in the kernel's 171 the memory block is known not to contain other pointers and it will no 175 systems, because of pointers temporarily stored in CPU registers or
|
D | printk-formats.txt | 44 For printing symbols and function pointers. The 'S' and 's' specifiers 54 On ia64, ppc64 and parisc64 architectures function pointers are 63 For printing kernel pointers which should be hidden from unprivileged
|
D | volatile-considered-harmful.txt | 54 directly through pointers is frowned upon and does not work on all 91 used by a network adapter, where that adapter changes pointers to
|
D | magic-number.txt | 10 passing pointers to structures via a void * pointer. The tty code,
|
D | phy.txt | 63 phy_ops is a set of function pointers for performing PHY operations such as
|
D | clk.txt | 94 The strength of the common struct clk comes from its .ops and .hw pointers
|
D | robust-futex-ABI.txt | 105 it currently holds using the 'lock entry' pointers. It may also have
|
D | this_cpu_ops.txt | 296 but, passing of pointers calculated via this_cpu_ptr to other cpus is
|
D | rbtree.txt | 49 tree implementations. Instead of using pointers to separate rb_node and data
|
D | unshare.txt | 249 modify appropriate context pointers, and release the
|
D | sysrq.txt | 222 Null pointers in the table are always safe. :)
|
D | oops-tracing.txt | 115 corrupted pointers were, and when you have the assembler listing you can
|
D | media-framework.txt | 207 An entry in the link array of each entity is allocated and stores pointers
|
D | kprobes.txt | 474 - kps/rps/jps: an array of pointers to *probe data structures 478 You have to allocate(or define) an array of pointers and set all
|
D | DMA-API-HOWTO.txt | 583 Using CPU pointers like this for single mappings has a disadvantage: 586 interfaces deal with page/offset pairs instead of CPU pointers.
|
D | CodingStyle | 276 It's a _mistake_ to use typedef for structures and pointers. When you see a 804 result. Typical examples would be functions that return pointers; they use
|
D | xillybus.txt | 194 initialization. This structure is populated with pointers to wrapper functions
|
D | kobject.txt | 98 kobject pointers to the containing type. Exactly this happens in the
|
D | atomic_ops.txt | 91 Properly aligned pointers, longs, ints, and chars (and unsigned
|
D | adding-syscalls.txt | 369 If no pointers are involved, then it is preferable to re-use the 64-bit system
|
D | kernel-docs.txt | 14 linux-kernel mailing list as the same questions, asking for pointers
|
D | pinctrl.txt | 1194 place where you have access to all the affected struct device * pointers. In
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | Kconfig | 14 this API and pointers to "v4l2" programs may be found at
|
/linux-4.4.14/Documentation/networking/ |
D | spider_net.txt | 19 together with three pointers into the ring that are used to manage its 40 This filling and emptying is managed by three pointers, the "head" 41 and "tail" pointers, managed by the OS, and a hardware current 72 Thus, in an idle system, the GDACTDPA, tail and head pointers will 77 GDACTDPA, tail and head pointers. It will also summarize the contents 154 Both the tail and head pointers are pointing at descr 255, which is
|
D | fib_trie.txt | 11 An internal node, holding an array of child (leaf or tnode) pointers,
|
D | phy.txt | 177 pointers. 254 Each driver consists of a number of function pointers:
|
D | packet_mmap.txt | 294 used to hold the pointers to each block. 318 In a 32 bit architecture, pointers are 4 bytes long, so the total number of 319 pointers to blocks is
|
D | rds.txt | 281 pointers to transport-specific functions
|
D | stmmac.txt | 83 data buffer pointers whereas in CHAINED mode they point to only one data
|
D | filter.txt | 647 Operation is 64-bit, because on 64-bit architectures, pointers are also 1022 since addition of two valid pointers makes invalid pointer.
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_verbs.txt | 36 between kernel pointers and opaque userspace handles, so that kernel 37 pointers are never exposed to userspace and userspace cannot trick
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | omap_pm | 67 exposed to drivers through function pointers in driver .platform_data 68 structures. The function pointers are initialized by the board-*.c 72 not support these functions should leave these function pointers set
|
D | DSS | 72 moment, such structure contains pointers to IEC-60958 channel status word
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 103 o Be very careful about comparing pointers obtained from 105 explained, if the two pointers are equal, the compiler could 131 it is safe to compare pointers from rcu_dereference() 132 against NULL pointers. 166 rcu_dereference(). In this case, both pointers depend 182 o The pointers are not equal -and- the compiler does
|
D | whatisRCU.txt | 74 a. Remove pointers to a data structure, so that subsequent 93 pointers are atomic on modern CPUs, allowing atomic insertion, removal, 223 pointers are protected by RCU and (2) the point at which a 283 rcu_dereference() is to document which pointers are protected by 422 to dereference RCU-protected pointers.
|
D | checklist.txt | 118 code know exactly which pointers are protected by RCU. 164 structure happens before pointers to that structure are
|
D | RTFP.txt | 120 counts, where the count is represented by the number of hazard pointers 782 Each thread keeps an array of pointers to items that it is 1357 ,Title="{RCU}+{SMR} (hazard pointers)"
|
/linux-4.4.14/Documentation/virtual/ |
D | paravirt_ops.txt | 12 pv_ops provides a set of function pointers which represent operations
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 29 linked lists. There are back pointers from peer_devices to their connections a
|
/linux-4.4.14/Documentation/arm64/ |
D | tagged-pointers.txt | 29 (3) Special care should be taken when using tagged pointers,
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 221 bytes on 32bit machines and 24 bytes on 64bit (three pointers rounded 223 reduced to two pointers (8 bytes on 32bit, 16 bytes on 64bit). 225 Each devres group occupies 8 pointers. It can be reduced to 6 if
|
D | design-patterns.txt | 114 We can see here that we avoid having global pointers to our struct foo *
|
/linux-4.4.14/Documentation/device-mapper/ |
D | kcopyd.txt | 28 pointer, pointers to the source and destination io_regions, the name of a
|
D | cache-policies.txt | 99 pointers. It avoids storing an explicit hit count for each block. It
|
/linux-4.4.14/drivers/media/radio/ |
D | Kconfig | 41 this API and pointers to "v4l2" programs may be found at 81 this API and pointers to "v4l" programs may be found at 99 this API and pointers to "v4l" programs may be found at 116 this API and pointers to "v4l" programs may be found at 223 this API and pointers to "v4l2" programs may be found at
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 14 descriptor pointers each channel fetch fifo can hold.
|
/linux-4.4.14/Documentation/laptops/ |
D | disk-shock-protection.txt | 31 section 3. References below for pointers to more information about 131 of pointers at different projects aiming at an implementation of shock
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.CAPI | 37 pointers which are subsequently used by Kernel CAPI for communicating with the 131 pointers to callback functions for registration and deregistration of 157 pointers to callback functions for the device's proc file
|
D | README.concap | 192 dops pointers. Other concap_proto members should be considered private
|
D | INTERFACE | 14 the function-pointers defined in isdn_if.
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 160 a 2-level structure with a Page Directory containing pointers to Page Tables which 207 the number of pointers that fit in a Page Table and is used to mask off the
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-generic.txt | 14 is provided plus pointers (i.e. URLs) where to find documentation
|
D | ChangeLog.megaraid_sas | 601 are initialized with function pointers specific to the ppc or 623 …rs. The template definition has four function pointers. During driver initialisation the function …
|
D | scsi_mid_low_api.txt | 88 b) passing a set of function pointers to a registration function 99 functions" below. Their function pointers are placed in the members of 720 pointers are placed in an instance of struct scsi_host_template which 1230 sh_list - a double linked list of pointers to all struct Scsi_Host 1232 my_devices - a double linked list of pointers to struct scsi_device
|
D | libsas.txt | 144 sas_phy -- an array of pointers to structures. (see
|
D | ChangeLog.lpfc | 127 * Changed zeros used as pointers to NULL. 920 * Changed pointers assignments from 0 to NULL. 1499 * Removed non list manipulation of the next pointers. 1554 * Replace separate next and prev pointers in struct 1861 * Remove routine call pointers in ELX_SLI_INIT_t struct.
|
D | ChangeLog.ncr53c8xx | 471 The pointers patching is now performed by the SCRIPTS processor.
|
D | ChangeLog.1992-1997 | 1448 * scsi.c: Clean up a few printks (use %p to print pointers). 1902 * seagate.c: Use volatile keyword for memory-mapped register pointers.
|
/linux-4.4.14/net/ipv4/ |
D | fib_trie.c | 2132 unsigned int i, max, pointers, bytes, avdepth; in trie_show_stats() local 2156 pointers = 0; in trie_show_stats() 2160 pointers += (1<<i) * stat->nodesizes[i]; in trie_show_stats() 2163 seq_printf(seq, "\tPointers: %u\n", pointers); in trie_show_stats() 2165 bytes += sizeof(struct key_vector *) * pointers; in trie_show_stats()
|
/linux-4.4.14/Documentation/powerpc/ |
D | qe_firmware.txt | 151 | | command | some pointers in the Ethernet thread pages | 154 | | | pointers is located in the software drivers.|
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 45 includes rio_ops data structure which contains pointers to hardware specific 62 routing table and pointers to switch specific functions. 260 initializes pointers to the rest of switch specific operations, and performs
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry-table.S | 30 # stack pointers for these three modes, and so we have to invent one when
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 59 device_node pointers which are then accessible by the switch driver setup
|
D | dsa.txt | 155 pointers which allow DSA to introduce a level of layering between the networking 232 dsa_switch_driver: structure referencing function pointers, see below for a full
|
/linux-4.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 148 - Layers are stacked by setting the pointers
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 60 pointers, and we attempt to free the associated space in the bounds 144 allocated which might contain pointers that might eventually need
|
D | kernel-stacks | 55 pointers on entry to and exit from all IST events, in theory allowing
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 131 hardware driver through the function pointers within the tty->driver 151 Expects data pointers to refer to userspace.
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 322 themselves. The p_char pointers point to character buffers of length 524 The anonymous struct is used to clearly 'cluster' these two control pointers, 526 array with two control pointers. So you can just do: 532 And in foo_s_ctrl you can use these pointers directly: state->mute->val.
|
D | v4l2-framework.txt | 241 Each v4l2_subdev contains function pointers that sub-device drivers can 244 of which only a handful of ops are commonly implemented, the function pointers 247 The top-level ops struct contains pointers to the category ops structs, which 286 This setup limits the number of function pointers while still making it easy 435 of pointers to subdevice descriptors of type struct v4l2_async_subdev type. The 730 pointers at NULL.
|
D | videobuf | 284 populate it with pointers to the pieces of the allocated buffer; sglen 330 For scatter/gather drivers, the needed memory pointers will be found in the
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 127 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 104 There are no embedded pointers in the memory region. Everything is 115 command ring, and head and tail pointers to be used by the kernel and
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 109 mcount function to check ftrace graph function pointers, as well as implement 112 The mcount function should check the function pointers ftrace_graph_return
|
D | ring-buffer-design.txt | 197 The main pointers: 545 not part of the ring buffer. Traversing the ring buffer via the next pointers 547 prev pointers may not.
|
D | ftrace.txt | 285 the string allowing tools to map the pointers to what the
|
/linux-4.4.14/Documentation/fmc/ |
D | mezzanine.txt | 19 Therefore, drivers must be ready to deal with NULL base pointers, and
|
/linux-4.4.14/Documentation/devicetree/ |
D | of_unittest.txt | 70 considering only child and sibling pointers. There exists another pointer,
|
D | booting-without-of.txt | 576 values, internal pointers, or whatever to generate these, the only 1183 representation with pointers (similar to the kernel one) and 1189 around. It contains no internal offsets or pointers for this
|
/linux-4.4.14/Documentation/arm/ |
D | IXP4xx | 53 There are several websites that provide directions/pointers on using
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 182 * pointers for this same context in the other FIFO. So, if 1342 * Save data pointers message: 1376 * Restore pointers message? Data pointers are recopied from the 1702 * messages (save data pointers/disconnect and command 1909 * There are two types of save pointers interrupts: 1910 * The first is a snapshot save pointers where the current FIFO is not 1918 * The second case is a save pointers on an active FIFO which occurs
|
D | aic7xxx.seq | 856 * data pointers message. 940 * messages (save data pointers/disconnect and command 1160 * Advance the scatter-gather pointers if needed 1721 * Save data pointers message: 1774 * Restore pointers message? Data pointers are recopied from the
|
D | aic79xx.reg | 144 * transfer pointers to be 3241 * FIFO pointers increment with each read and write respectively 3723 * tail pointers into lists of SCBs sorted by "other-id".
|
D | aic7xxx.reg | 885 * transfer pointers to be
|
/linux-4.4.14/fs/cramfs/ |
D | README | 120 data, only the superblock, inodes and block pointers.
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 13 * Prototyping in an environment that's not crash-prone; stray pointers
|
D | spi-summary | 390 (two pointers, maybe the same one in both cases) and half
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 184 i assume word pointers can be freely cast to and from char pointers.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 326 # is preferred to always offer frame pointers as a config 334 bool "Compile the kernel with frame pointers" 1193 pointers from task_structs to any given cred struct, and checks to 1226 RCU-protected pointers. This annotation will cause sparse 1227 to flag any non-RCU used of annotated pointers. This can be 1232 Say Y to make sparse flag questionable use of RCU-protected pointers
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 174 - A css_set contains a set of reference-counted pointers to 178 can be determined by following pointers through the 497 Each cgroup object created by the system has an array of pointers,
|
/linux-4.4.14/Documentation/i2c/ |
D | dev-interface | 133 The msgs[] themselves contain further pointers into data buffers.
|
/linux-4.4.14/fs/affs/ |
D | Changes | 234 bitmap pointers read only, also allows them
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 336 ;; pointers. Input arguments are:
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 375 When kptr_restrict is set to (1), kernel pointers printed using the %pK 380 a setuid binary) then %pK will not leak kernel pointers to unprivileged 387 When kptr_restrict is set to (2), kernel pointers printed using
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 427 # update input pointers
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 177 function pointers and rate settings for this delay timer.
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 26 pointers which constrains all filters to solely evaluating the system
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | README.txt | 232 object) which provides a list of pointers to memory
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | timestamping.txt | 22 The use of these different pointers and time information depends on
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 325 has _const_ pointers to its credential sets, as does struct file. Furthermore, 326 certain functions such as get_cred() and put_cred() operate on const pointers,
|
D | keys.txt | 851 Note that there are two different types of pointers to keys that may be 1055 More complex payload contents must be allocated and pointers to them set in the
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 271 OPP layer organizes the data internally using device pointers
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 166 pointers in the machvec at boot time, as machvec functions are referenced
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 88 pointers to the cookies. The cookies themselves and any objects attached to
|
/linux-4.4.14/Documentation/hwmon/ |
D | pmbus-core | 151 Chip drivers may provide pointers to the following functions in struct
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 160 pointers. AER driver follows the rules defined in
|
D | pci-error-recovery.txt | 71 a structure of function pointers pointed to by a new field in struct
|
D | pci.txt | 40 pointers and thus dictates the high level structure of a driver.
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 299 ;; resume performs the actual task-switching, by switching stack pointers
|
/linux-4.4.14/arch/arc/ |
D | Kconfig | 549 ARC Linux by default checks for uboot provided args as pointers to
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 263 we could pass opp pointers instead of doing additional parameters to
|
D | pci.txt | 273 pointers to several device power management callbacks: 449 pointers to the driver's callbacks), pci_pm_default_suspend() is called, which 688 containing pointers to power management (PM) callbacks that will be executed by 951 .restore() members. The other function pointers in this struct dev_pm_ops are
|
D | devices.txt | 597 restore[_early|_norq] method pointers can be set to the same routines. 598 Nevertheless, different callback pointers are used in case there is a situation
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 332 pointers. 349 That page has pointers to documentation and tutorials.
|
D | 1.Intro | 53 Section 8 concludes the document with pointers to sources for more
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 332 Local pointers to commonly used structures in inode.c.
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 238 Our dma_device structure also requires a few function pointers in
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 2182 * implementations that use char* generic pointers, and those 2183 * that use void* generic pointers. It works with the latter
|
D | dtc-parser.tab.c_shipped | 1224 Refer to the stacks through separate pointers, to allow yyoverflow
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 1890 * implementations that use char* generic pointers, and those 1891 * that use void* generic pointers. It works with the latter
|
D | parse.tab.c_shipped | 1457 Refer to the stacks through separate pointers, to allow yyoverflow
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 2338 * implementations that use char* generic pointers, and those 2339 * that use void* generic pointers. It works with the latter
|
D | zconf.tab.c_shipped | 1451 Refer to the stacks through separate pointers, to allow yyoverflow 1499 /* Initialize stack pointers.
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 482 to follow the correct pointers of the data-structures defined
|
D | Debugging390.txt | 189 however it means that we now cannot catch stray NULL pointers in the 430 i.e. got by accessing the 32 bit value at the stack pointers 465 This is a table found from the GOT which contains pointers to routines
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 15 ioctls that pass argument pointers to user space:
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 191 Technical information on this method, with pointers to associated
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 799 struct request **tag_index; /* array or pointers to rq */ 1055 necessary (e.g the scsi layer sets the queue lock pointers to the
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 631 # arg1, arg2, arg3 are used as pointers only, not modified 1895 # arg1, arg2, arg3 are used as pointers only, not modified
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 32 # RMK wants arm kernels compiled with frame pointers or stack unwinding.
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 222 of pointers to the functions which are implemented in the low-level
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2627 pointers at 32 bits for smaller memory footprint.
|