Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/watchdog/
H A Dmei_wdt.c119 u8 subcommand; member
174 req.hdr.bytecount = req_len - offsetof(struct mei_mc_hdr, subcommand); in mei_wdt_ping()
175 req.hdr.subcommand = MEI_MC_START_WD_TIMER_REQ; in mei_wdt_ping()
202 req.hdr.bytecount = req_len - offsetof(struct mei_mc_hdr, subcommand); in mei_wdt_stop()
203 req.hdr.subcommand = MEI_MC_STOP_WD_TIMER_REQ; in mei_wdt_stop()
438 if (res.hdr.subcommand != MEI_MC_START_WD_TIMER_RES) { in mei_wdt_rx()
440 res.hdr.subcommand, in mei_wdt_rx()
/linux/Documentation/userspace-api/ebpf/
H A Dsyscall.rst13 bpf() subcommand reference
/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-intel_pmc_bxt13 second number is subcommand.
/linux/tools/perf/Documentation/
H A Dperf-check.txt19 If the subcommand 'feature' is used, then status of feature is printed
H A Dperf-config.txt227 will make the TUI be the default for the 'top' subcommand. Those will be
574 applicable only for 'top' subcommand. This option ONLY setup
581 subcommand was invoked. Supported tools are 'man', 'woman'
588 pager.<subcommand>::
589 When the subcommand is run on stdio, determine whether it uses
608 applicable only for 'record' subcommand. This option ONLY setup
H A Dperf-kvm.txt74 Output file name, for the 'record' subcommand. Doesn't work with 'report',
/linux/drivers/hwmon/
H A Dibmaem.c215 u8 subcommand; member
372 rs_req.subcommand = AEM_READ_REGISTER; in aem_read_sensor()
/linux/Documentation/networking/
H A Dbatman-adv.rst46 The same can also be done using the batctl interface subcommand::
/linux/tools/power/cpupower/po/
H A Dka.po189 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
219 msgid "and read up the subcommand's manpage whether it is supported.\n"
227 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dcs.po178 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
205 msgid "and read up the subcommand's manpage whether it is supported.\n"
212 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dpt.po173 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
200 msgid "and read up the subcommand's manpage whether it is supported.\n"
207 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dfr.po175 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
202 msgid "and read up the subcommand's manpage whether it is supported.\n"
209 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dit.po175 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
202 msgid "and read up the subcommand's manpage whether it is supported.\n"
209 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dde.po183 msgid "cpupower [ -c cpulist ] subcommand [ARGS]\n"
214 msgid "and read up the subcommand's manpage whether it is supported.\n"
221 "Use cpupower help subcommand for getting help for above subcommands.\n"
/linux/drivers/s390/block/
H A Ddasd_3990_erp.c18 unsigned char subcommand; /* e.g Inhibit Write, Enable Write,... */ member
212 DCTL_data->subcommand = 0x02; /* Inhibit Write */ in dasd_3990_erp_DCTL()
/linux/Documentation/trace/
H A Dkprobetrace.rst217 the ABI, please try to use probe subcommand of perf-tools (you can find it
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst68 The ``id`` field contains the subcommand, and the ``data`` field points to
/linux/kernel/trace/
H A DKconfig810 This option is also required by perf-probe subcommand of perf tools.
848 This option is required if you plan to use perf-probe subcommand
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py3029 if args.subcommand == "psample-events":