/linux/Documentation/core-api/ |
H A 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/Documentation/scsi/ |
H A 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/drivers/nfc/nfcmrvl/ |
H A 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 */
|
H A D | uart.c | 192 MODULE_PARM_DESC(flow_control, "Tell if UART needs flow control at init."); 195 MODULE_PARM_DESC(break_control, "Tell if UART driver must drive break signal."); 198 MODULE_PARM_DESC(hci_muxed, "Tell if transport is muxed in HCI one.");
|
/linux/include/linux/ |
H A 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/tools/testing/ktest/examples/include/ |
H A 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
|
H A 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/Documentation/ABI/testing/ |
H A 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/Documentation/admin-guide/ |
H A 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/tools/power/cpupower/man/ |
H A 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/drivers/infiniband/hw/qib/ |
H A 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/Documentation/maintainer/ |
H A 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/sound/soc/intel/avs/ |
H A D | cnl.c | 28 /* Tell DSP it has our attention. */ in avs_cnl_ipc_interrupt() 43 /* Tell DSP we accepted its message. */ in avs_cnl_ipc_interrupt()
|
/linux/kernel/bpf/ |
H A 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/Documentation/firmware-guide/acpi/ |
H A 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/Documentation/arch/arm/ |
H A D | firmware.rst | 39 /* tell platformX firmware to enter idle */ 45 /* tell platformX firmware to boot CPU i */
|
/linux/sound/soc/fsl/ |
H A 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/drivers/scsi/qla4xxx/ |
H A 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/drivers/tc/ |
H A 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/lib/ |
H A 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/drivers/rapidio/ |
H A 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/arch/x86/kernel/ |
H A 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. */
|
/linux/drivers/dio/ |
H A D | dio-driver.c | 19 * dio_match_device - Tell if a DIO device structure has a matching DIO device id structure 104 * dio_bus_match - Tell if a DIO device structure has a matching DIO device id structure
|
/linux/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 174 * Analyse the changes in an effect, and tell if we need to send an condition 202 * Analyse the changes in an effect, and tell if we need to send a magnitude 219 * Analyse the changes in an effect, and tell if we need to send an envelope 251 * Analyse the changes in an effect, and tell if we need to send a periodic 269 * Analyse the changes in an effect, and tell if we need to send an effect
|
/linux/drivers/vhost/ |
H A D | vringh.c | 693 * Note that on error return, you can tell the difference between an 850 * vringh_notify_disable_user - don't tell us if something changes. 863 * vringh_need_notify_user - must we tell the other side about used buffers? 866 * Returns -errno or 0 if we don't need to tell the other side, 1 if we do. 966 * Note that on error return, you can tell the difference between an 1081 * vringh_notify_disable_kern - don't tell us if something changes. 1094 * vringh_need_notify_kern - must we tell the other side about used buffers? 1097 * Returns -errno or 0 if we don't need to tell the other side, 1 if we do. 1470 * Note that on error return, you can tell the difference between an 1591 * vringh_notify_disable_iotlb - don't tell us if something changes. [all …]
|