| /linux/arch/arm64/kvm/vgic/ |
| A D | vgic-its.c | 265 return collection; in find_collection() 409 if (!ite->collection || coll != ite->collection) in update_affinity_collection() 889 ite->collection = collection; in vgic_its_cmd_handle_movi() 988 collection = kzalloc(sizeof(*collection), GFP_KERNEL_ACCOUNT); in vgic_its_alloc_collection() 989 if (!collection) in vgic_its_alloc_collection() 1013 if (!collection) in vgic_its_free_collection() 1022 kfree(collection); in vgic_its_free_collection() 1037 ite->collection = collection; in vgic_its_alloc_ite() 1080 if (!collection) { in vgic_its_cmd_handle_mapi() 2175 if (!collection) in vgic_its_restore_ite() [all …]
|
| /linux/tools/perf/ |
| A D | builtin-bench.c | 95 struct collection { struct 101 static struct collection collections[] = { argument 125 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 156 struct collection *coll; in print_usage() 212 static void run_collection(struct collection *coll) in run_collection() 239 struct collection *coll; in run_all_collections() 247 struct collection *coll; in cmd_bench()
|
| /linux/drivers/hid/ |
| A D | hid-sensor-hub.c | 75 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local 76 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count() 77 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count() 479 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local 503 collection = &hdev->collection[ in sensor_hub_raw_event() 506 collection->usage); in sensor_hub_raw_event() 540 if (callback && collection && callback->send_event) in sensor_hub_raw_event() 541 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event() 658 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local 673 hsdev->usage = collection->usage; in sensor_hub_probe() [all …]
|
| A D | hid-core.c | 145 collection = kmalloc( in open_collection() 150 if (collection == NULL) { in open_collection() 154 memcpy(collection, parser->device->collection, in open_collection() 161 parser->device->collection = collection; in open_collection() 169 collection = parser->device->collection + collection_index; in open_collection() 170 collection->type = type; in open_collection() 171 collection->usage = usage; in open_collection() 173 collection->parent_idx = (collection->level == 0) ? -1 : in open_collection() 203 struct hid_collection *collection = parser->device->collection; in hid_lookup_collection() local 1072 collection = &hid->collection[usage->collection_index]; in hid_apply_multiplier_to_field() [all …]
|
| A D | hid-plantronics.c | 155 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type() 157 plt_type = hdev->collection[i].usage; in plantronics_device_type() 161 plt_type = hdev->collection[i].usage; in plantronics_device_type()
|
| A D | hid-cougar.c | 212 if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe() 232 if (hdev->collection->usage == HID_GD_KEYBOARD) { in cougar_probe() 240 } else if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe()
|
| /linux/tools/testing/selftests/ |
| A D | run_kselftest.sh | 25 -c | --collection COLLECTION Run all tests from COLLECTION 26 -l | --list List the available collection:test entries 68 echo "No such collection '$collection'" >&2
|
| /linux/Documentation/dev-tools/ |
| A D | kcov.rst | 6 exported via the "kcov" debugfs file. Coverage collection is enabled on a task 35 Coverage collection 38 The following program demonstrates coverage collection from within a test 68 /* A single fd descriptor allows coverage collection on a single 82 /* Enable coverage collection on the current thread. */ 93 /* Disable coverage collection for the current thread. After this call 131 Comparison operands collection 134 Comparison operands collection is similar to coverage collection: 208 Note that the kcov modes (coverage collection or comparison operands) are 211 Remote coverage collection [all …]
|
| A D | index.rst | 5 This document is a collection of documents about development tools that can
|
| /linux/fs/jffs2/ |
| A D | README.Locking | 49 avoid deadlocks with garbage collection -- the VFS will lock the i_sem 51 allocation may trigger garbage-collection, which may need to move a 53 VFS. If the garbage collection code were to attempt to lock the i_sem 59 mutex, which is obtained by the garbage collection code and also 94 pointer when the garbage collection thread exits. The code to kill the 133 collection code is looking at them.
|
| /linux/Documentation/virt/kvm/devices/ |
| A D | arm-vgic-its.rst | 149 respectively. The collection table is not indexed by CollectionID, and the 150 entries in the collection are listed in no particular order. 180 - ICID is the collection ID 193 - ICID is the collection ID 205 - No collection or device table are used
|
| /linux/drivers/hid/usbhid/ |
| A D | hiddev.c | 630 if (hid->collection[i].type == in hiddev_ioctl() 635 r = hid->collection[i].usage; in hiddev_ioctl() 811 cinfo.type = hid->collection[cinfo.index].type; in hiddev_ioctl() 812 cinfo.usage = hid->collection[cinfo.index].usage; in hiddev_ioctl() 813 cinfo.level = hid->collection[cinfo.index].level; in hiddev_ioctl() 884 if (hid->collection[i].type == in hiddev_connect() 886 !IS_INPUT_APPLICATION(hid->collection[i].usage)) in hiddev_connect()
|
| /linux/tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 1271 self.collection = collection 1338 start_time = self.collection.glb.StartTime(self.collection.machine_id) 1373 self.collection.AddHRegion(key, hregion) 1681 self.collection = collection 1798 self.collection = collection 1809 for data in collection.data: 2194 self.collection = collection 2203 hregions = collection.hregions.values() 2214 xsubrange = Subrange(0.0, float(collection.xrangehi - collection.xrangelo) + 1.0) 2215 ysubrange = Subrange(0.0, float(collection.yrangehi - collection.yrangelo) + 1.0) [all …]
|
| /linux/Documentation/hid/ |
| A D | hiddev.rst | 118 application collection. If the index is invalid (greater or equal to 129 also returns the level the collection lives in the hierarchy. 132 the other fields. If the index is larger than the last collection 226 Returns the collection index associated with this usage. This 227 indicates where in the collection hierarchy this usage sits.
|
| /linux/Documentation/devicetree/bindings/iio/imu/ |
| A D | adi,adis16480.yaml | 67 collection and processing. See Fig 14 and 15 in the datasheet. 71 pps: In Pulse Per Second (PPS) Mode, the rate of data collection and
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes
|
| A D | sysfs-kernel-fadump | 5 The /sys/kernel/fadump/* is a collection of FADump sysfs
|
| A D | sysfs-fs-f2fs | 22 Description: Controls the victim selection policy for garbage collection. 125 Description: Controls migration granularity of garbage collection on large 334 Description: Number of garbage collection operations performed on demand. 340 Description: Number of garbage collection operations triggered in background. 346 Description: Number of blocks moved by garbage collection in foreground. 352 Description: Number of blocks moved by garbage collection in background.
|
| /linux/Documentation/vm/ |
| A D | index.rst | 5 This is a collection of documents about the Linux memory management (mm)
|
| /linux/Documentation/driver-api/dmaengine/ |
| A D | provider.rst | 58 The latter are usually programmed using a collection of chunks to 60 over that collection, doing whatever we programmed there. 62 This collection is usually either a table or a linked list. You will 65 and whenever a DRQ will be asserted, it will go through the collection 68 Either way, the format of this collection is completely dependent on 212 deal with a single chunk to copy or a collection of them, here, 223 - A cyclic transfer is a transfer where the chunk collection will 626 - Chunk: A contiguous collection of bursts 628 - Transfer: A collection of chunks (be it contiguous or not)
|
| /linux/net/dcb/ |
| A D | Kconfig | 11 DCB is a collection of Ethernet enhancements which allow DCB capable
|
| /linux/Documentation/devicetree/bindings/soc/amlogic/ |
| A D | amlogic,canvas.yaml | 15 A canvas is a collection of metadata that describes a pixel buffer.
|
| /linux/tools/testing/selftests/livepatch/ |
| A D | README | 37 See the common functions.sh file for the existing collection of utility
|
| /linux/Documentation/locking/ |
| A D | lockstat.rst | 91 Enable collection of statistics:: 95 Disable collection of statistics::
|
| /linux/Documentation/driver-api/ |
| A D | index.rst | 6 of device drivers. This document is an only somewhat organized collection
|