Searched full:tell (Results 1 – 25 of 1854) sorted by relevance
12345678910>>...75
/linux-6.14.4/Documentation/core-api/ |
D | errseq.rst | 6 number of "subscribers" to tell whether it has changed since a previous 22 a flag to tell whether the value has been sampled since a new value was 35 it as a running cursor. That value can later be used to tell whether 39 can tell whether the value has changed since they last checked it. 49 Let me tell you a story about a worker drone. Now, he's a good worker 110 Note that the supervisors can't tell how many mistakes he made, only 120 to tell whether an error has occurred later::
|
/linux-6.14.4/Documentation/scsi/ |
D | link_power_management_policy.rst | 13 min_power Tell the controller to try to make the link use the 18 max_performance Generally, this means no power management. Tell 22 medium_power Tell the controller to enter a lower power state
|
/linux-6.14.4/drivers/nfc/nfcmrvl/ |
D | nfcmrvl.h | 58 /* Tell if transport is muxed in HCI one */ 65 /* Tell if UART needs flow control at init */ 67 /* Tell if firmware supports break control for power management */
|
D | uart.c | 197 MODULE_PARM_DESC(flow_control, "Tell if UART needs flow control at init."); 200 MODULE_PARM_DESC(break_control, "Tell if UART driver must drive break signal."); 203 MODULE_PARM_DESC(hci_muxed, "Tell if transport is muxed in HCI one.");
|
/linux-6.14.4/include/linux/ |
D | fscache-cache.h | 155 * fscache_count_object - Tell fscache that an object has been added 158 * Tell fscache that an object has been added to the cache. This prevents the 167 * fscache_uncount_object - Tell fscache that an object has been removed 170 * Tell fscache that an object has been removed from the cache and will no
|
/linux-6.14.4/tools/testing/ktest/examples/include/ |
D | bisect.conf | 7 # variable that will tell this config what test to run. 66 # if the commit was good or bad. Instead, it will ask you to tell 69 # or whatever you feel like. Then, when you are happy, you can tell
|
D | tests.conf | 9 # The TEST option (defined with '=') is used to tell ktest.pl 23 # variable that will tell this config what test to run.
|
/linux-6.14.4/include/linux/iio/ |
D | driver.h | 16 * iio_map_array_register() - tell the core about inkernel consumers 24 * iio_map_array_unregister() - tell the core to remove consumer mappings for
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-class-scsi_host | 41 min_power: Tell the controller to try to make the link use the 47 Tell the controller to have performance be a priority over power 50 medium_power: Tell the controller to enter a lower power state
|
/linux-6.14.4/Documentation/admin-guide/ |
D | bug-bisect.rst | 31 * Preparation: start the bisection and tell Git about the points in the history 63 ensure what you tell Git is correct; it is thus often wise to spend a few 82 file aside for the bug report; furthermore tell Git to reset the sources to 94 To try this, update your clone and check out latest mainline. Then tell Git
|
/linux-6.14.4/Documentation/maintainer/ |
D | configure-git.rst | 22 You may need to tell ``git`` to use ``gpg2``:: 27 You may also like to tell ``gpg`` which ``tty`` to use (add to your shell
|
/linux-6.14.4/sound/soc/intel/avs/ |
D | cnl.c | 29 /* Tell DSP it has our attention. */ in avs_cnl_ipc_interrupt() 44 /* Tell DSP we accepted its message. */ in avs_cnl_ipc_interrupt()
|
/linux-6.14.4/kernel/bpf/ |
D | Kconfig | 8 # Used by archs to tell that they support BPF JIT compiler plus which 20 # Used by archs to tell that they want the BPF JIT compiler enabled by
|
/linux-6.14.4/Documentation/firmware-guide/acpi/ |
D | non-d0-probe.rst | 18 may be used to tell Linux the highest allowed D state for a device during 58 An ASL example describing an ACPI device using _DSC object to tell Operating
|
/linux-6.14.4/tools/power/cpupower/man/ |
D | cpupower-set.1 | 42 For example, this setting may tell the hardware how 45 P-state frequency range. It may also tell the hardware
|
/linux-6.14.4/Documentation/arch/arm/ |
D | firmware.rst | 39 /* tell platformX firmware to enter idle */ 45 /* tell platformX firmware to boot CPU i */
|
/linux-6.14.4/fs/nfsd/ |
D | filecache.h | 12 * The fsnotify_mark is itself refcounted, but that's not sufficient to tell us 16 * can't really tell the difference, we use the nfm_mark to keep track of how
|
/linux-6.14.4/drivers/infiniband/hw/qib/ |
D | qib_qsfp.c | 82 * is no way to tell if it is ready, so we must wait. in qsfp_read() 124 * to tell if it is ready, so we must wait. in qsfp_read() 132 * going away, and there is no way to tell if it is ready. in qsfp_read() 191 * and there is no way to tell if it is ready, so we must wait. in qib_qsfp_write() 229 * to tell if it is ready, so we must wait. in qib_qsfp_write() 236 * going away, and there is no way to tell if it is ready. in qib_qsfp_write()
|
/linux-6.14.4/sound/soc/fsl/ |
D | mpc5200_psc_i2s.c | 24 * which means the codec determines the sample rate. Therefore, we tell 75 * This function is called by the machine driver to tell us what the clock 98 * This function is called by the machine driver to tell us what serial
|
/linux-6.14.4/drivers/tc/ |
D | tc-driver.c | 50 * tc_match_device - tell if a TC device structure has a matching 76 * tc_bus_match - Tell if a device structure has a matching
|
/linux-6.14.4/arch/powerpc/perf/ |
D | callchain.c | 83 * We can't tell which of the first two addresses in perf_callchain_kernel() 87 * that userspace can tell which is which. in perf_callchain_kernel()
|
/linux-6.14.4/drivers/scsi/qla4xxx/ |
D | ql4_iocb.c | 109 /* Tell ISP it's got a new I/O request */ in qla4xxx_send_marker_iocb() 207 * qla4_82xx_queue_iocb - Tell ISP it's got new request(s) 224 * qla4_82xx_complete_iocb - Tell ISP we're done with response(s) 238 * qla4xxx_queue_iocb - Tell ISP it's got new request(s) 251 * qla4xxx_complete_iocb - Tell ISP we're done with response(s)
|
/linux-6.14.4/lib/ |
D | errseq.c | 10 * number of "subscribers" to tell whether it has changed since a previous 19 * can later be used to tell whether any new errors have occurred since that 25 * To mitigate this, one bit is used as a flag to tell whether the value has
|
/linux-6.14.4/drivers/rapidio/ |
D | rio-driver.c | 18 * rio_match_device - Tell if a RIO device has a matching RIO device id structure 78 * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure 180 * rio_match_bus - Tell if a RIO device structure has a matching RIO driver device id structure
|
/linux-6.14.4/arch/x86/kernel/ |
D | rethook.c | 29 /* Push a fake return address to tell the unwinder it's a rethook. */ 44 /* Push a fake return address to tell the unwinder it's a rethook. */
|
12345678910>>...75