Searched full:stops (Results 1 – 25 of 660) sorted by relevance
12345678910>>...27
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | ipoib.h | 73 * @stops: count of stops of queue 87 atomic_t stops; member
|
D | ipoib_tx.c | 56 if (atomic_inc_return(&txq->tx_ring.stops) == 1) in hfi1_ipoib_stop_txq() 63 if (atomic_dec_and_test(&txq->tx_ring.stops)) in hfi1_ipoib_wake_txq() 720 atomic_set(&txq->tx_ring.stops, 0); in hfi1_ipoib_txreq_init() 846 dd_dev_info(priv->dd, "timeout txq %p q %u stopped %u stops %d no_desc %d ring_full %d\n", in hfi1_ipoib_tx_timeout() 849 atomic_read(&txq->tx_ring.stops), in hfi1_ipoib_tx_timeout()
|
/Linux-v6.6/include/uapi/linux/ |
D | ultrasound.h | 35 * _GUS_VOICEOFF - Stops voice (no parameters) 36 * _GUS_VOICEFADE - Stops the voice smoothly. 49 * _GUS_RAMPOFF - Stops volume ramping (no parameters)
|
/Linux-v6.6/drivers/accessibility/speakup/ |
D | speakup_dtlk.h | 5 #define SYNTH_CLEAR 0x18 /* stops speech */ 18 * before speech stops
|
D | speakup_acnt.h | 6 #define SYNTH_CLEAR 0x18 /* stops speech */
|
/Linux-v6.6/Documentation/hwmon/ |
D | g762.rst | 59 integer value between 0 and 255. 0 stops the fan, 255 makes 65 entry (0 stops the fan, 255 makes it run at full speed). In closed-loop mode
|
D | amc6821.rst | 66 which is rw. Below this temperature fan stops. 82 Below this temperature the fan stops in
|
D | g760a.rst | 26 Setting a period of 0 stops the fan; setting the period to 255 sets
|
/Linux-v6.6/include/linux/ |
D | dtlk.h | 10 #define DTLK_CLEAR 0x18 /* stops speech */ 24 before speech stops */
|
/Linux-v6.6/include/linux/qed/ |
D | qed_fcoe_if.h | 86 * @stop: stops fcoe in FW 107 * @destroy_conn: stops an offloaded connection
|
/Linux-v6.6/Documentation/core-api/ |
D | memory-hotplug.rst | 81 MEM_ONLINE, or MEM_OFFLINE action to cancel hotplugging. It stops 84 NOTIFY_STOP stops further processing of the notification queue.
|
/Linux-v6.6/drivers/usb/serial/ |
D | io_ionsp.h | 258 #define IOSP_TX_FLOW_CTS 0x01 // Edgeport stops Tx if CTS low 259 #define IOSP_TX_FLOW_DSR 0x02 // Edgeport stops Tx if DSR low 260 #define IOSP_TX_FLOW_DCD 0x04 // Edgeport stops Tx if DCD low 261 #define IOSP_TX_FLOW_XON_XOFF 0x08 // Edgeport stops Tx upon receiving XOFF char. 266 #define IOSP_TX_FLOW_XOFF_CONTINUE 0x10 // If not set, Edgeport stops Tx when
|
/Linux-v6.6/drivers/hid/ |
D | hid-lg3ff.c | 34 * but stops all movemnt left 37 * but stops all movement right
|
/Linux-v6.6/drivers/vhost/ |
D | test.h | 5 /* Start a given test on the virtio null device. 0 stops all tests. */
|
/Linux-v6.6/arch/mips/kernel/ |
D | idle.c | 26 * The wait instruction stops the pipeline and reduces the power consumption of 83 * since coreclock (and the cp0 counter) stops upon executing it. Only an
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | gpio-cdev | 24 Stops and free up the I/O contexts that was associated
|
/Linux-v6.6/Documentation/driver-api/media/drivers/ |
D | pxa_camera.rst | 33 Once the last buffer is filled in, the QCI interface stops. 154 - DMA controller finishes Videobuffer2, and DMA stops 191 If DMA stops just after pxa_camera_check_link_miss() reads DDADR()
|
/Linux-v6.6/drivers/powercap/ |
D | idle_inject.c | 244 * idle_inject_stop - stops idle injections 247 * The function stops idle injection and waits for the threads to finish work. 393 * The function stops idle injection for the given control device,
|
/Linux-v6.6/arch/m68k/include/asm/ |
D | div64.h | 34 /* defining this stops the unused helper function from being built */
|
/Linux-v6.6/arch/x86/kvm/mmu/ |
D | page_track.c | 91 * new track stops large page mapping for the in __kvm_write_track_add_gfn() 279 * remove the guest page from the tracking pool which stops the interception
|
/Linux-v6.6/drivers/watchdog/ |
D | wdrtas.c | 139 * wdrtas_timer_stop - stops watchdog 141 * wdrtas_timer_stop stops the watchdog timer by calling the RTAS function 457 * wdrtas_reboot stops the watchdog in case of a reboot
|
/Linux-v6.6/kernel/ |
D | stop_machine.c | 202 /* This is the cpu_stop function which stops the CPU. */ 324 * stop_two_cpus - stops two cpus 330 * Stops both the current and specified CPU and runs @fn on one of them. 671 * Local CPU is inactive. Temporarily stops all active CPUs.
|
/Linux-v6.6/include/drm/ttm/ |
D | ttm_kmap_iter.h | 54 * Nothing stops us from extending the operations to vmap, vmap_pfn etc,
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/graniterapids/ |
D | pipeline.json | 21 …ers available for other events. Note: On all current platforms this event stops counting during 't… 29 …ers available for other events. Note: On all current platforms this event stops counting during 't…
|
/Linux-v6.6/Documentation/driver-api/thermal/ |
D | x86_pkg_temperature_thermal.rst | 47 Setting 0, stops sending thermal notifications.
|
12345678910>>...27