| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_argparse.cpp | 193 const char *const *usages, int flags) { in argparse_init() argument 196 self->usages = usages; in argparse_init() 275 const char *const *usages = self->usages; in argparse_usage() local 277 if (usages) { in argparse_usage() 278 fprintf(stdout, "Usage: %s\n", *usages++); in argparse_usage() 279 while (*usages && **usages) in argparse_usage() 280 fprintf(stdout, " or: %s\n", *usages++); in argparse_usage()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cpuacct.c | 25 u64 usages[CPUACCT_STAT_NSTATS]; member 123 data += cpuusage->usages[i]; in cpuacct_cpuusage_read() 125 data = cpuusage->usages[index]; in cpuacct_cpuusage_read() 148 cpuusage->usages[i] = val; in cpuacct_cpuusage_write() 259 seq_printf(m, " %llu", cpuusage->usages[index]); in cpuacct_all_seq_show() 351 __this_cpu_add(ca->cpuusage->usages[index], cputime); in cpuacct_charge()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/ |
| H A D | mali_utgard_profiling_gator_api.h | 169 /* memory usages for gp command */ 174 /* memory usages for polygon list command */ 176 /* memory usages for pp command */ 179 /* other memory usages */
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-jabra.c | 36 /* Ignore vendor defined usages, default map standard usages */ in jabra_input_mapping()
|
| H A D | hid-holtek-kbd.c | 20 * usages (2^15), which is more than HID_MAX_USAGES. This prevents proper 25 * The replacement descriptor below fixes the number of consumer usages, 31 /* Original report descriptor, with reduced number of consumer usages */
|
| H A D | hid-plantronics.c | 100 * Future mapping of call control or other usages, in plantronics_input_mapping() 128 /* Usages are filtered in plantronics_usages. */ in plantronics_event()
|
| H A D | hid-pl.c | 84 containing 1 field, which contains 4 ff00.0002 usages and 4 16bit in plff_init() 88 8 ff00.0001 usages and 8 boolean values. Their meaning is in plff_init()
|
| H A D | hid-core.c | 93 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument 103 usages * sizeof(struct hid_usage) + in hid_register_field() 104 usages * sizeof(unsigned)), GFP_KERNEL); in hid_register_field() 111 field->value = (s32 *)(field->usage + usages); in hid_register_field() 261 unsigned int usages; in hid_add_field() local 300 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field() 303 field = hid_register_field(report, usages); in hid_add_field() 311 for (i = 0; i < usages; i++) { in hid_add_field() 323 field->maxusage = usages; in hid_add_field() 566 * Concatenate Usage Pages into Usages where relevant: [all …]
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_argparse.h | 96 const char *const *usages; member 125 const char *const *usages, int flags);
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/sys/ |
| H A D | test_sys_avio.cpp | 117 static const char *const usages[] = { variable 130 argparse_init(&argparse, options, usages, 0); in main()
|
| /OK3568_Linux_fs/kernel/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 | 8 Description from the HID 1.12 "HID Sensor Usages" specification: 9 "Standardization of HID usages for sensors would allow (but not require) sensor
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_amix.cpp | 73 static const char *const usages[] = { variable 114 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_mmz.cpp | 149 static const char *const usages[] = { variable 167 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_mb.cpp | 167 static const char *const usages[] = { variable 201 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_sys.cpp | 306 static const char *const usages[] = { variable 336 argparse_init(&argparse, options, usages, 0); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | hiddev.h | 131 * It really manifests itself as setting the value of consecutive usages */ 174 /* For writing/reading to multiple/consecutive usages */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | hiddev.h | 131 * It really manifests itself as setting the value of consecutive usages */ 174 /* For writing/reading to multiple/consecutive usages */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | hiddev.h | 131 * It really manifests itself as setting the value of consecutive usages */ 174 /* For writing/reading to multiple/consecutive usages */
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_dbg.c | 59 unsigned long usages; member 129 return acpi_aml_io.usages ? true : false; in __acpi_aml_used() 397 acpi_aml_io.usages++; in acpi_aml_thread() 407 acpi_aml_io.usages--; in acpi_aml_thread()
|
| /OK3568_Linux_fs/kernel/include/sound/ac97/ |
| H A D | compat.h | 6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-dma-idxd | 142 queue usages in the kernel space or "user" type for work queue 143 usages by applications in user space.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | ipc-run_20200505.0.bb | 4 usages are supported and may be mixed. Likewise, functional and OO API \
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | busybox-reboot | 49 # Print add-on usages
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | arch.rst | 28 mechanisms, textboxes like this will make note of the specific usages
|