Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/net/caif/
A 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()
264 tmp8 = param->u.utility.paramlen; in cfctrl_linkup_request()
267 param->u.utility.paramlen); in cfctrl_linkup_request()
457 linkparam.u.utility.fifosize_kb = in cfctrl_recv()
[all …]
A Dcfcnfg.c278 strscpy(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-6.3-rc2/drivers/char/mwave/
A 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-6.3-rc2/drivers/leds/
A DTODO55 * Command line utility to manipulate the LEDs?
58 an utility to perform LED control?
60 In particular, LED names are still a mess (see above) and utility
64 In future, I'd like utility to accept both old and new names while we
/linux-6.3-rc2/tools/testing/selftests/livepatch/
A DREADME37 See the common functions.sh file for the existing collection of utility
41 those strings for result comparison. Other utility functions include
/linux-6.3-rc2/Documentation/accounting/
A 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::
A Ddelay-accounting.rst64 The getdelays.c userspace utility in tools/accounting directory allows simple
86 After the system has booted up, use a utility
89 The utility also allows a given command to be
/linux-6.3-rc2/Documentation/scsi/
A Dbfa.rst52 Configuration & Management utility download
55 The latest driver configuration & management utility for 3.0.2.2 bfa driver can
/linux-6.3-rc2/Documentation/power/
A Duserland-swsusp.rst163 The suspending utility MUST check the value stored by SNAPSHOT_CREATE_IMAGE
170 (a) The suspending utility MUST NOT close the snapshot device
173 suspending utility SHOULD destroy it, preferably by zapping
177 (b) The suspending utility SHOULD NOT attempt to perform any
185 the snapshot image), the suspending utility MUST close the snapshot
189 The resuming utility SHOULD NOT attempt to mount any file systems that could
/linux-6.3-rc2/tools/perf/scripts/perl/Perf-Trace-Util/
A DREADME4 This module contains utility functions for use with perf script.
8 'used', while Util.pm contains useful but optional utility functions
/linux-6.3-rc2/scripts/ksymoops/
A DREADME2 free standing utility, not linked to any particular kernel version.
/linux-6.3-rc2/drivers/net/hamradio/
A DKconfig97 utility available in the standard ax25 utilities package. For
114 the driver, use the sethdlc utility available in the standard ax25
129 par96 designs. To configure the driver, use the sethdlc utility
144 designs. To configure the driver, use the sethdlc utility available
/linux-6.3-rc2/Documentation/filesystems/
A Dnilfs2.rst105 This ioctl is used in rmcp utility.
108 ioctl is used in lscp utility and by
144 mkcp utility.
147 by nilfs_resize utility.
151 is used by nilfs_resize utility.
/linux-6.3-rc2/Documentation/driver-api/tty/
A Dmoxa-smartio.rst134 This utility provides the function to display what Moxa Smartio/Industio
140 This utility gives the user a quick view about all the MOXA ports'
154 This utility provides data sending and receiving ability of all tty ports,
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dremote-controller.rst54 events and the like. You can also use any other input utility that changes
55 the keymaps, like the input kbd utility.
/linux-6.3-rc2/drivers/input/joystick/iforce/
A DKconfig30 You will need an additional utility called inputattach, see
/linux-6.3-rc2/include/net/caif/
A Dcfctrl.h87 } utility; /* Configuration for Utility Links (Psock) */ member
/linux-6.3-rc2/arch/um/
A DKconfig.debug8 utility.
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A DREADME34 utility or debugfs.
36 a) 'iw' utility commands
67 …Apart from the iw utility all standard configurations using the 'iwconfig' utility are also suppor…
/linux-6.3-rc2/net/8021q/
A DKconfig13 the 'ip' utility in order to effectively use VLANs.
/linux-6.3-rc2/fs/freevxfs/
A DKconfig20 There is a userspace utility for HP-UX logical volumes which makes
/linux-6.3-rc2/drivers/pnp/
A DKconfig15 or using a user-space utility.
/linux-6.3-rc2/Documentation/driver-api/
A Dbasics.rst96 Kernel utility functions
/linux-6.3-rc2/Documentation/networking/
A Dgeneric-hdlc.rst34 WAN port. You'll need the "sethdlc" utility, get it from:
38 Compile sethdlc.c utility::
/linux-6.3-rc2/fs/fuse/
A DKconfig16 See <file:Documentation/Changes> for needed library/utility version.

Completed in 54 milliseconds

1234567