Searched refs:usage (Results 251 - 275 of 506) sorted by relevance

<<11121314151617181920>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh488 X fprintf(stderr, "usage: setdigital <mixer device>\n");
776 static void usage(void)
782 X "usage: pinnaclecfg <config port> [device config]\n"
862 X usage();
874 X usage();
885 X usage();
896 X usage();
909 X usage();
922 X usage();
933 X usage();
[all...]
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl8 # usage:
71 sub usage { subroutine
74 usage: config-bisect.pl [-l linux-tree][-b build-dir] good-config bad-config [good|bad] label
662 usage;
683 usage if $#ARGV < 1;
693 usage;
/linux-master/tools/bpf/bpftool/
H A Dstruct_ops.c313 usage();
343 usage();
414 usage();
473 usage();
512 usage();
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c116 static void usage(char *progname) function
119 "usage: %s [options]\n"
237 usage(progname);
285 usage(progname);
289 usage(progname);
523 usage(progname);
/linux-master/usr/
H A Dgen_init_cpio.c509 static void usage(const char *prog) function
602 usage(argv[0]);
612 usage(argv[0]);
628 usage(argv[0]);
637 usage(argv[0]);
/linux-master/tools/perf/scripts/python/
H A Dcompaction-times.py14 usage = "usage: perf script report compaction-times.py -- [-h] [-u] [-p|-pv] [-t | [-m] [-fs] [-ms]] [pid|pid-range|comm-regex]\n" variable
247 global usage
249 sys.stdout.write(usage)
294 sys.exit(usage)
308 sys.exit(usage)
H A Dexport-to-sqlite.py100 def usage(): function
109 usage()
119 usage()
131 usage()
/linux-master/kernel/cgroup/
H A Drstat.c522 u64 usage, utime, stime; local
530 usage = cgrp->bstat.cputime.sum_exec_runtime;
539 usage = bstat.cputime.sum_exec_runtime;
547 do_div(usage, NSEC_PER_USEC);
557 usage, utime, stime);
/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_resource_test.c128 expected_usage = man->usage + RES_SIZE;
144 KUNIT_ASSERT_EQ(test, man->usage, expected_usage);
202 KUNIT_ASSERT_EQ(test, man->usage, 0);
218 KUNIT_ASSERT_EQ(test, man->usage, 0);
311 KUNIT_ASSERT_EQ(test, man->usage, 0);
/linux-master/drivers/iio/light/
H A Dhid-sensor-als.c45 /* The order of usage ids must match scan index starting from CHANNEL_SCAN_INDEX_INTENSITY */
178 hsdev, hsdev->usage, address, report_id,
314 /* Parse report which is specific to an usage id*/
345 /* Return success even if one usage id is present */
356 /* Function to initialize the processing for usage id */
375 hsdev->usage,
385 hsdev->usage,
423 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &als_state->callbacks);
438 /* Function to deinitialize the processing for usage id */
445 sensor_hub_remove_callback(hsdev, hsdev->usage);
[all...]
/linux-master/fs/bcachefs/
H A Dalloc_foreground.c520 * @usage: for secondarily also returning the current device usage
528 struct bch_dev_usage *usage)
537 bch2_dev_usage_read_fast(ca, usage);
538 avail = dev_buckets_free(ca, *usage, watermark);
540 if (usage->d[BCH_DATA_need_discard].buckets > avail)
543 if (usage->d[BCH_DATA_need_gc_gens].buckets > avail)
546 if (should_invalidate_buckets(ca, *usage))
584 usage->d[BCH_DATA_free].buckets,
595 usage
524 bch2_bucket_alloc_trans(struct btree_trans *trans, struct bch_dev *ca, enum bch_watermark watermark, struct closure *cl, struct bch_dev_usage *usage) argument
610 struct bch_dev_usage usage; local
642 bch2_dev_stripe_increment_inlined(struct bch_dev *ca, struct dev_stripe_state *stripe, struct bch_dev_usage *usage) argument
666 struct bch_dev_usage usage; local
722 struct bch_dev_usage usage; local
910 struct bch_dev_usage usage; local
[all...]
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c105 * Perform an exhaustive search of the report table for a usage, given its
106 * type and usage id.
127 if (field->usage[j].hid == uref->usage_code) {
167 struct hid_usage *usage, __s32 value)
178 uref.usage_index = (usage - field->usage);
179 uref.usage_code = usage->hid;
468 uref->usage_code = field->usage[uref->usage_index].hid;
536 i = field->usage[uref->usage_index].collection_index;
635 r = hid->collection[i].usage;
166 hiddev_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c76 static void usage(void);
159 usage();
182 usage();
249 usage();
258 usage();
267 usage();
308 usage() function
312 "usage: %-16s [-nostdinc] [-I-] [-I directory] [-o output_file]\n"
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_resource.c201 man->usage += res->size;
223 man->usage -= res->size;
356 man->usage = 0;
426 uint64_t usage; local
429 usage = man->usage;
431 return usage;
447 drm_printf(p, " usage: %llu\n", ttm_resource_manager_usage(man));
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c100 void usage(void) function
110 fprintf(stderr, "Specify only Energy Performance BIAS (legacy usage):\n");
252 usage();
285 usage();
304 usage();
335 usage();
382 usage();
465 usage();
567 usage();
612 usage();
[all...]
/linux-master/drivers/hid/
H A Dhid-rmi.c399 struct hid_usage *usage, __s32 value)
407 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON)
410 if ((usage->hid == HID_GD_X || usage->hid == HID_GD_Y)
541 struct hid_usage *usage, unsigned long **bit, int *max)
551 ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON))
398 rmi_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
539 rmi_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
/linux-master/security/landlock/
H A Druleset.c36 refcount_set(&new_ruleset->usage, 1);
311 refcount_inc(&hierarchy->usage);
316 while (hierarchy && refcount_dec_and_test(&hierarchy->usage)) {
508 if (ruleset && refcount_dec_and_test(&ruleset->usage))
522 if (ruleset && refcount_dec_and_test(&ruleset->usage)) {
567 refcount_set(&new_dom->hierarchy->usage, 1);
/linux-master/include/linux/
H A Dkey.h110 refcount_t usage; member in struct:key_tag
196 refcount_t usage; /* number of references */ member in struct:key
308 refcount_inc(&key->usage);
/linux-master/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c221 static void usage(const char *filepath) function
239 usage(argv[0]);
304 usage(argv[0]);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh29 usage() { function
115 # maximum B/W usage.
265 usage $0
278 usage $0
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c59 void usage(char *prog) function
375 usage(basename(argv[0]));
391 usage(basename(argv[0]));
/linux-master/include/uapi/linux/
H A Dhiddev.h56 __u32 usage; member in struct:hiddev_collection_info
97 __u32 physical; /* physical usage for this field */
98 __u32 logical; /* logical usage for this field */
99 __u32 application; /* application usage for this field */
/linux-master/drivers/video/fbdev/
H A Dpxafb.h96 uint32_t usage; member in struct:pxafb_layer
/linux-master/kernel/trace/
H A Dtrace_kdb.c153 .usage = "[skip_#entries] [cpu]",
/linux-master/arch/alpha/include/asm/
H A Dhwrpb.h148 unsigned long usage; member in struct:memclust_struct

Completed in 313 milliseconds

<<11121314151617181920>>