Home
last modified time | relevance | path

Searched refs:usage (Results 201 – 225 of 1865) sorted by relevance

12345678910>>...75

/openbmc/linux/scripts/kconfig/
H A Dmerge_config.sh23 usage() { function
59 usage
99 usage
/openbmc/u-boot/doc/
H A DREADME.commands8 U_BOOT_CMD(name, maxargs, repeatable, command, "usage", "help")
9 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
21 usage: Short description. This is a string.
37 * U_BOOT_CMD_MKENT(name, maxargs, repeatable, command, "usage", "help")
38 * U_BOOT_CMD_MKENTCOMPLETE(name, maxargs, repeatable, command, "usage, "help",
91 leads to the display of the usage string.
H A DREADME.SPL77 Estimating stack usage
81 stack usage at various points in run sequence of SPL. The -fstack-usage option
83 will give stack usage information and cflow can construct program flow.
85 Must have gcc 4.6 or later, which supports -fstack-usage
/openbmc/linux/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c130 hsdev->usage, in hinge_read_raw()
285 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage, in hid_hinge_probe()
302 hsdev->usage, st); in hid_hinge_probe()
323 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &st->callbacks); in hid_hinge_probe()
338 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_hinge_probe()
352 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_hinge_remove()
/openbmc/linux/tools/rcu/
H A Dextract-stall.sh4 usage() { function
20 usage "Console log file \"$1\" missing or unreadable."
/openbmc/linux/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c158 hsdev->usage, address, report_id, in accel_3d_read_raw()
321 hsdev->usage, in accel_3d_parse_report()
351 if (hsdev->usage == HID_USAGE_SENSOR_ACCEL_3D) { in hid_accel_3d_probe()
363 hsdev->usage, in hid_accel_3d_probe()
380 hsdev->usage, accel_state); in hid_accel_3d_probe()
408 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_accel_3d_probe()
431 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_accel_3d_remove()
/openbmc/u-boot/common/
H A Dcommand.c56 const char *usage = cmd_array[i]->usage; in _do_help() local
61 if (usage == NULL) in _do_help()
64 cmd_array[i]->name, usage); in _do_help()
128 printf("%s - %s\n\n", cmdtp->name, cmdtp->usage); in cmd_usage()
502 if (cmdtp->usage) { in fixup_cmdtable()
503 addr = (ulong)(cmdtp->usage) + gd->reloc_off; in fixup_cmdtable()
504 cmdtp->usage = (char *)addr; in fixup_cmdtable()
/openbmc/linux/drivers/hid/
H A Dhid-google-hammer.c373 struct hid_usage *usage, in hammer_input_mapping() argument
376 if (usage->hid == HID_USAGE_KBD_FOLDED) { in hammer_input_mapping()
412 struct hid_usage *usage, __s32 value) in hammer_event() argument
414 if (usage->hid == HID_USAGE_KBD_FOLDED) { in hammer_event()
423 unsigned application, unsigned usage) in hammer_has_usage() argument
437 if (field->usage[j].hid == usage) in hammer_has_usage()
485 if (field->usage->hid == HID_USAGE_KBD_FOLDED) { in hammer_get_folded_state()
H A Dhid-lg4ff.h9 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data);
16 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) { return 0; } in lg4ff_adjust_input_event() argument
/openbmc/linux/security/landlock/
H A Dobject.c31 refcount_set(&new_object->usage, 1); in landlock_create_object()
58 if (refcount_dec_and_lock(&object->usage, &object->lock)) { in landlock_put_object()
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat.c43 goto usage; in timerlat_main()
68 usage: in timerlat_main()
/openbmc/linux/include/linux/
H A Dhid.h446 unsigned usage[HID_MAX_USAGES]; /* usage array */ member
463 unsigned usage; member
822 struct hid_usage *usage, __s32 value);
830 struct hid_usage *usage, unsigned long **bit, int *max);
838 struct hid_usage *usage);
1042 struct hid_usage *usage, unsigned long **bit, int *max, in hid_map_usage() argument
1079 usage->type = type; in hid_map_usage()
1080 usage->code = c; in hid_map_usage()
1099 struct hid_usage *usage, unsigned long **bit, int *max, in hid_map_usage_clear() argument
1102 hid_map_usage(hidinput, usage, bit, max, type, c); in hid_map_usage_clear()
[all …]
H A Dhiddev.h44 struct hid_usage *usage, __s32 value);
52 struct hid_usage *usage, __s32 value) { } in hiddev_hid_event() argument
/openbmc/qemu/scripts/coccinelle/
H A Dremove_local_err.cocci1 // Replace unnecessary usage of local_err variable with
2 // direct usage of errp argument
/openbmc/u-boot/tools/gdb/
H A Dgdbcont.c46 usage: in main()
51 goto usage; in main()
/openbmc/qemu/scripts/
H A Duserfaultfd-wrlat.py26 def usage(): function
95 usage()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/
H A Diftop_1.0pre4.bb1 SUMMARY = "iftop does for network usage what top(1) does for CPU usage"
/openbmc/linux/samples/bpf/
H A Dxdp2skb_meta.sh22 function usage() { function
121 usage;
137 usage
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dqts-filter.sh200 usage() { function
220 usage
226 usage
/openbmc/linux/tools/testing/selftests/net/
H A Dhwtstamp_config.c78 static void usage(void) in usage() function
96 usage(); in main()
105 usage(); in main()
H A Dgre_gso.sh174 usage() function
177 usage: ${0##*/} OPTS
197 h) usage; exit 0;;
198 *) usage; exit 1;;
/openbmc/linux/Documentation/arch/arm/
H A Dnetwinder.rst9 Port usage
47 Interrupt usage
71 DMA usage
/openbmc/linux/tools/debugging/
H A Dkernel-chktaint7 usage() function
10 usage: ${0##*/}
23 usage
/openbmc/linux/tools/testing/fault-injection/
H A Dfailcmd.sh18 usage() function
40 Display a usage message and exit
100 usage
199 usage
/openbmc/qemu/scripts/oss-fuzz/
H A Dreorder_fuzzer_qtest_trace.py75 def usage(): function
102 usage()

12345678910>>...75