Searched full:stops (Results 1 – 25 of 642) sorted by relevance
12345678910>>...26
/Linux-v6.1/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() 719 atomic_set(&txq->tx_ring.stops, 0); in hfi1_ipoib_txreq_init() 842 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() 845 atomic_read(&txq->tx_ring.stops), in hfi1_ipoib_tx_timeout()
|
/Linux-v6.1/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.1/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.1/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.1/include/linux/ |
D | dtlk.h | 10 #define DTLK_CLEAR 0x18 /* stops speech */ 24 before speech stops */
|
/Linux-v6.1/include/linux/qed/ |
D | qed_fcoe_if.h | 89 * @stop: stops fcoe in FW 110 * @destroy_conn: stops an offloaded connection
|
/Linux-v6.1/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.1/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.1/drivers/hid/ |
D | hid-lg3ff.c | 34 * but stops all movemnt left 37 * but stops all movement right
|
/Linux-v6.1/drivers/vhost/ |
D | test.h | 5 /* Start a given test on the virtio null device. 0 stops all tests. */
|
/Linux-v6.1/drivers/powercap/ |
D | idle_inject.c | 218 * idle_inject_stop - stops idle injections 221 * The function stops idle injection and waits for the threads to finish work. 342 * The function stops idle injection for the given control device,
|
/Linux-v6.1/arch/mips/kernel/ |
D | idle.c | 26 * The wait instruction stops the pipeline and reduces the power consumption of 85 * since coreclock (and the cp0 counter) stops upon executing it. Only an
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | gpio-cdev | 24 Stops and free up the I/O contexts that was associated
|
/Linux-v6.1/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.1/Documentation/leds/ |
D | leds-class.rst | 125 it is guaranteed not to sleep, passing LED_OFF stops 131 device registers and can sleep, passing LED_OFF stops hardware
|
/Linux-v6.1/arch/x86/kvm/mmu/ |
D | page_track.c | 129 * new track stops large page mapping for the in kvm_slot_page_track_add_page() 141 * remove the guest page from the tracking pool which stops the interception
|
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power10/ |
D | others.json | 35 …n. It starts counting when the operation starts to drain to the L2 and it stops counting when the … 220 … Stcx instruction. It starts counting when the instruction is decoded and stops counting when it d…
|
/Linux-v6.1/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.1/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.1/include/drm/ttm/ |
D | ttm_kmap_iter.h | 54 * Nothing stops us from extending the operations to vmap, vmap_pfn etc,
|
/Linux-v6.1/Documentation/driver-api/thermal/ |
D | x86_pkg_temperature_thermal.rst | 47 Setting 0, stops sending thermal notifications.
|
12345678910>>...26