Home
last modified time | relevance | path

Searched refs:utility (Results 1 – 25 of 160) sorted by relevance

1234567

/Linux-v5.4/net/caif/
Dcfctrl.c97 p1->u.utility.fifosize_kb == p2->u.utility.fifosize_kb in param_eq()
98 && p1->u.utility.fifosize_bufs == in param_eq()
99 p2->u.utility.fifosize_bufs in param_eq()
100 && strcmp(p1->u.utility.name, p2->u.utility.name) == 0 in param_eq()
101 && p1->u.utility.paramlen == p2->u.utility.paramlen in param_eq()
102 && memcmp(p1->u.utility.params, p2->u.utility.params, in param_eq()
103 p1->u.utility.paramlen) == 0; in param_eq()
256 tmp16 = cpu_to_le16(param->u.utility.fifosize_kb); in cfctrl_linkup_request()
258 tmp16 = cpu_to_le16(param->u.utility.fifosize_bufs); in cfctrl_linkup_request()
261 strlcpy(utility_name, param->u.utility.name, in cfctrl_linkup_request()
[all …]
Dcfcnfg.c278 strlcpy(l->u.utility.name, s->sockaddr.u.util.service, in caif_connect_req_to_link_param()
279 sizeof(l->u.utility.name)); in caif_connect_req_to_link_param()
280 caif_assert(sizeof(l->u.utility.name) > 10); in caif_connect_req_to_link_param()
281 l->u.utility.paramlen = s->param.size; in caif_connect_req_to_link_param()
282 if (l->u.utility.paramlen > sizeof(l->u.utility.params)) in caif_connect_req_to_link_param()
283 l->u.utility.paramlen = sizeof(l->u.utility.params); in caif_connect_req_to_link_param()
285 memcpy(l->u.utility.params, s->param.data, in caif_connect_req_to_link_param()
286 l->u.utility.paramlen); in caif_connect_req_to_link_param()
/Linux-v5.4/drivers/char/mwave/
DREADME19 thinkpad configuration utility then this parameter allows the
24 thinkpad configuration utility then this parameter allows the
29 thinkpad configuration utility then this parameter allows the
34 thinkpad configuration utility then this parameter allows the
/Linux-v5.4/tools/testing/selftests/android/ion/
DREADME8 This is a test utility to verify ION buffer sharing in user space
12 This utility demonstrates how ION buffer sharing can be implemented between
23 This utility is designed in the form of client/server program.
42 This utility works only if /dev/ion interface is present.
49 This utility requires to be run as root user.
54 This utility is made to be run as part of kselftest framework in kernel.
76 The utility is verified on Ubuntu-32 bit system with Linux Kernel 4.14.
/Linux-v5.4/tools/testing/selftests/livepatch/
DREADME37 See the common functions.sh file for the existing collection of utility
41 result comparison. Other utility functions include general module
/Linux-v5.4/Documentation/accounting/
Dcgroupstats.rst25 To extract cgroup statistics a utility very similar to getdelays.c
26 has been developed, the sample output of the utility is shown below::
Ddelay-accounting.rst60 The getdelays.c userspace utility in tools/accounting directory allows simple
80 After the system has booted up, use a utility
83 The utility also allows a given command to be
/Linux-v5.4/Documentation/scsi/
Dbfa.txt45 Configuration & Management utility download
48 The latest driver configuration & management utility for 3.0.2.2 bfa driver can
/Linux-v5.4/Documentation/power/
Duserland-swsusp.rst161 The suspending utility MUST check the value stored by SNAPSHOT_CREATE_IMAGE
168 (a) The suspending utility MUST NOT close the snapshot device
171 suspending utility SHOULD destroy it, preferably by zapping
175 (b) The suspending utility SHOULD NOT attempt to perform any
183 the snapshot image), the suspending utility MUST close the snapshot
187 The resuming utility SHOULD NOT attempt to mount any file systems that could
/Linux-v5.4/scripts/ksymoops/
DREADME2 free standing utility, not linked to any particular kernel version.
/Linux-v5.4/drivers/net/hamradio/
DKconfig75 DMA channel. This is accomplished with a small utility program,
128 utility available in the standard ax25 utilities package. For
145 the driver, use the sethdlc utility available in the standard ax25
160 par96 designs. To configure the driver, use the sethdlc utility
175 designs. To configure the driver, use the sethdlc utility available
/Linux-v5.4/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME4 This module contains utility functions for use with perf script.
8 'used', while Util.pm contains useful but optional utility functions
/Linux-v5.4/Documentation/filesystems/
Dnilfs2.txt98 This ioctl is used in rmcp utility.
101 ioctl is used in lscp utility and by
137 mkcp utility.
140 by nilfs_resize utility.
144 is used by nilfs_resize utility.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dv4l-with-ir.rst53 events and the like. You can also use any other input utility that changes
54 the keymaps, like the input kbd utility.
/Linux-v5.4/Documentation/admin-guide/
Dnumastat.rst27 For easier reading you can use the numastat utility from the numactl package
/Linux-v5.4/include/net/caif/
Dcfctrl.h87 } utility; /* Configuration for Utility Links (Psock) */ member
/Linux-v5.4/drivers/input/joystick/iforce/
DKconfig30 You will need an additional utility called inputattach, see
/Linux-v5.4/arch/um/
DKconfig.debug8 utility.
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
DREADME33 utility or debugfs.
35 a) 'iw' utility commands
66 …Apart from the iw utility all standard configurations using the 'iwconfig' utility are also suppor…
/Linux-v5.4/net/8021q/
DKconfig13 the 'ip' utility in order to effectively use VLANs.
/Linux-v5.4/fs/fuse/
DKconfig16 See <file:Documentation/Changes> for needed library/utility version.
/Linux-v5.4/fs/freevxfs/
DKconfig20 There is a userspace utility for HP-UX logical volumes which makes
/Linux-v5.4/Documentation/driver-api/serial/
Dmoxa-smartio.rst419 g. If you use 'lilo' utility, you should check /etc/lilo.conf
436 3.5.7 Make utility
441 # cd /moxa/mxser/utility
509 make sure you had run the "msmknod" utility.
514 This utility provides the function to display what Moxa Smartio/Industio
520 This utility gives the user a quick view about all the MOXA ports'
534 This utility provides data sending and receiving ability of all tty ports,
/Linux-v5.4/drivers/pnp/
DKconfig15 or using a user-space utility.
/Linux-v5.4/Documentation/networking/
Dgeneric-hdlc.txt26 WAN port. You'll need the "sethdlc" utility, get it from:
29 Compile sethdlc.c utility:

1234567