/linux/Documentation/driver-api/media/ |
A D | v4l2-device.rst | 70 Sometimes you need to iterate over all devices registered by a specific 75 You can iterate over all registered devices as follows: 90 int iterate(void *p) 98 /* iterate over all ivtv device instances */
|
A D | mc-core.rst | 140 The media framework provides APIs to iterate over entities in a graph. 142 To iterate over all entities belonging to a media device, drivers can use 155 Drivers might also need to iterate over all entities in a graph that can be
|
/linux/fs/btrfs/ |
A D | backref.c | 1918 iterate_extent_inodes_t *iterate, void *ctx) argument 1928 ret = iterate(eie->inum, eie->offset, root, ctx); 1948 iterate_extent_inodes_t *iterate, void *ctx, argument 2003 iterate, ctx); 2022 iterate_extent_inodes_t *iterate, void *ctx, argument 2041 iterate, ctx, ignore_offset); 2051 iterate_irefs_t *iterate, void *ctx) argument 2097 ret = iterate(parent, name_len, 2114 iterate_irefs_t *iterate, void *ctx) argument 2156 ret = iterate(parent, name_len, [all …]
|
A D | backref.h | 34 iterate_extent_inodes_t *iterate, void *ctx, 39 iterate_extent_inodes_t *iterate, void *ctx,
|
/linux/fs/coda/ |
A D | dir.c | 432 if (host_file->f_op->iterate || host_file->f_op->iterate_shared) { in coda_readdir() 443 ret = host_file->f_op->iterate(host_file, ctx); in coda_readdir() 591 .iterate = coda_readdir,
|
/linux/scripts/gcc-plugins/ |
A D | gcc-common.h | 394 (L)->referring.iterate((I), &(P)) 396 (L)->reference.iterate((I), &(P))
|
/linux/Documentation/block/ |
A D | biovecs.rst | 110 biovec, in order to calculate bi_vcnt for the new bio we'd have to iterate 139 * The following helpers iterate over single-page segment. The passed 'struct 145 * The following helpers iterate over multi-page bvec. The passed 'struct
|
/linux/tools/bpf/bpftool/Documentation/ |
A D | bpftool-iter.rst | 44 *MAP* so bpf program can iterate over map elements for
|
/linux/Documentation/security/ |
A D | siphash.rst | 69 You may then iterate like usual over the returned hash bucket. 181 You may then iterate like usual over the returned hash bucket.
|
/linux/Documentation/pcmcia/ |
A D | driver-changes.rst | 70 By calling pcmcia_loop_config(), a driver can iterate over all available 140 It is no longer necessary to iterate on the driver's internal
|
/linux/fs/adfs/ |
A D | adfs.h | 128 int (*iterate)(struct adfs_dir *dir, struct dir_context *ctx); member
|
A D | dir_f.c | 319 .iterate = adfs_f_iterate,
|
A D | dir_fplus.c | 282 .iterate = adfs_fplus_iterate,
|
A D | dir.c | 262 ret = ops->iterate(&dir, ctx); in adfs_iterate()
|
/linux/Documentation/kbuild/ |
A D | Kconfig.recursion-issue-01 | 10 # Kconfig needs to address. We iterate over what Kconfig needs to address
|
/linux/fs/ |
A D | readdir.c | 47 else if (!file->f_op->iterate) in iterate_dir() 67 res = file->f_op->iterate(file, ctx); in iterate_dir()
|
/linux/Documentation/core-api/ |
A D | xarray.rst | 85 xa_extract(). Or you can iterate over the present entries in the XArray 120 iterate over marked entries by using the xa_for_each_marked() iterator. 133 There is no way to iterate over entries which are not marked; the data 136 iterate over all entries which have both ``XA_MARK_1`` and ``XA_MARK_2`` 137 set, or iterate over all entries which have ``XA_MARK_0`` or ``XA_MARK_2`` 468 iterate over every entry which overlaps the specified range.
|
/linux/Documentation/powerpc/ |
A D | cpu_features.rst | 58 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
|
/linux/Documentation/driver-api/media/drivers/ |
A D | sh_mobile_ceu_camera.rst | 131 2. If smaller - iterate until a larger one is obtained. Result: sensor cropped
|
/linux/fs/orangefs/ |
A D | dir.c | 401 .iterate = orangefs_dir_iterate,
|
/linux/Documentation/driver-api/driver-model/ |
A D | bus.rst | 79 These helpers iterate over the respective list, and call the callback
|
/linux/Documentation/admin-guide/ |
A D | bootconfig.rst | 261 config, you can use xbc_for_each_key_value() to iterate key-value pairs. 273 xbc_find_node() to find a node by the prefix string, and iterate
|
/linux/fs/exportfs/ |
A D | expfs.c | 319 if (!file->f_op->iterate && !file->f_op->iterate_shared) in get_name()
|
/linux/Documentation/livepatch/ |
A D | callbacks.rst | 131 pre/post-patch callback could iterate over all such devices, making a
|
/linux/Documentation/bpf/ |
A D | drgn.rst | 24 iterate over all programs and maps in the system and print basic information
|