| /linux/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 331 self.usages = attrs["usage"].split(',') 333 self.usages = None 571 def add_all_usages(self, reg, usages): argument 572 if not usages: 575 for usage in usages: 667 usages = None 669 usages = attrs["usage"].split(',') 671 usages = self.current_array.usages 673 self.add_all_usages(self.current_reg, usages)
|
| /linux/drivers/hid/ |
| H A D | hid-core.c | 121 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument 131 usages * sizeof(struct hid_usage) + in hid_register_field() 132 3 * usages * sizeof(unsigned int)), GFP_KERNEL); in hid_register_field() 139 field->value = (s32 *)(field->usage + usages); in hid_register_field() 140 field->new_value = (s32 *)(field->value + usages); in hid_register_field() 141 field->usages_priorities = (s32 *)(field->new_value + usages); in hid_register_field() 292 unsigned int usages; in hid_add_field() local 334 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field() 337 field = hid_register_field(report, usages); in hid_add_field() 345 for (i = 0; i < usages; i++) { in hid_add_field() [all …]
|
| /linux/drivers/acpi/ |
| H A D | acpi_dbg.c | 59 unsigned long usages; member 122 return acpi_aml_io.usages ? true : false; in __acpi_aml_used() 390 acpi_aml_io.usages++; in acpi_aml_thread() 400 acpi_aml_io.usages--; in acpi_aml_thread()
|
| H A D | Kconfig | 501 Certain usages such as Predictive Failure Analysis (PFA) require
|
| /linux/scripts/coccinelle/misc/ |
| H A D | secs_to_jiffies.cocci | 3 /// Find usages of:
|
| /linux/Documentation/hid/ |
| H A D | hiddev.rst | 75 each of which can have one or more "usages". In the hid-core, 76 each one of these usages has a single signed 32-bit value. 84 returns to hiddev.c the individual usages that have changed within
|
| H A D | hid-sensor.rst | 9 "Standardization of HID usages for sensors would allow (but not require) sensor
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | error_handling.rst | 14 that are independent of the payload and usages, and they cover both control
|
| H A D | bra.rst | 80 Firmware download is one of the key usages of the Bulk Register Access
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 506 if field.usages is not None: 507 for usage in field.usages:
|
| /linux/Documentation/locking/ |
| H A D | lockdep-design.rst | 26 continuing effort to prove lock usages and dependencies are correct or 32 class and hence their usages and dependencies will contribute to those of 42 (4 usages * n STATEs + 1) categories: 44 where the 4 usages can be:
|
| /linux/Documentation/networking/ |
| H A D | phonet.rst | 119 not seem useful with Phonet usages (could be added easily).
|
| H A D | ip-sysctl.rst | 1084 For specific usages, it's possible to force TCP to build big
|
| /linux/kernel/rcu/ |
| H A D | Kconfig.debug | 16 Enable RCU lockdep checking for list usages. By default it is
|
| /linux/Documentation/bpf/ |
| H A D | cpumasks.rst | 366 Some example usages of these querying kfuncs were shown above. We will not
|
| /linux/Documentation/mm/ |
| H A D | page_owner.rst | 25 enabled. Other usages are more than welcome.
|
| /linux/Documentation/gpu/ |
| H A D | komeda-kms.rst | 80 adjusted to fit different usages. And D71 has two pipelines, which support two
|
| /linux/Documentation/userspace-api/ |
| H A D | dma-buf-alloc-exchange.rst | 215 This intersection must be performed for all usages. For example, if the user
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numa_memory_policy.rst | 373 We can avoid taking an extra reference during the usages listed above as
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | internal.rst | 572 invalid usages, but rather aim to help catch them. In those cases, proper
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 559 Common usages of VDE include fast prototyping and teaching.
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1626 * lpfc_ipfarp_timeout() uses system timer. Remove all usages
|
| /linux/lib/ |
| H A D | Kconfig.debug | 1876 round-robin CPU selection to flush out usages which depend on the
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 2516 assumption like this one, some usages typical of RCU would count as
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 8554 usages which depend on the now broken guarantee.
|