| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispccdc.h | 123 * @stopping: Stopping state 155 unsigned int stopping; member
|
| H A D | ispccdc.c | 1321 /* Avoid restarting the CCDC when streaming is stopping. */ in __ccdc_enable() 1322 if (enable && ccdc->stopping & CCDC_STOP_REQUEST) in __ccdc_enable() 1338 ccdc->stopping = CCDC_STOP_REQUEST; in ccdc_disable() 1340 ccdc->stopping = CCDC_STOP_FINISHED; in ccdc_disable() 1344 ccdc->stopping == CCDC_STOP_FINISHED, in ccdc_disable() 1361 ccdc->stopping = CCDC_STOP_NOT_REQUESTED; in ccdc_disable() 1423 /* ccdc_handle_stopping - Handle CCDC and/or LSC stopping sequence 1427 * Return 1 when the event and stopping request combination is satisfied, 1434 switch ((ccdc->stopping & 3) | event) { in ccdc_handle_stopping() 1439 ccdc->stopping = CCDC_STOP_EXECUTED; in ccdc_handle_stopping() [all …]
|
| H A D | isp.c | 864 * fails, except when stopping the pipeline. 1183 * @stopping: flag which tells module wants to stop 1189 atomic_t *stopping) in omap3isp_module_sync_idle() argument 1202 atomic_set(stopping, 1); in omap3isp_module_sync_idle() 1210 * If it isn't the last one, the function won't sleep but *stopping in omap3isp_module_sync_idle() 1220 atomic_set(stopping, 0); in omap3isp_module_sync_idle() 1225 if (!wait_event_timeout(*wait, !atomic_read(stopping), in omap3isp_module_sync_idle() 1227 atomic_set(stopping, 0); in omap3isp_module_sync_idle() 1237 * omap3isp_module_sync_is_stopping - Helper to verify if module was stopping 1239 * @stopping: flag which tells module wants to stop [all …]
|
| H A D | ispccp2.h | 74 atomic_t stopping; member
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_issues.h | 43 /* Repeatedly Soft-stopping a job chain consisting of (Vertex Shader, 77 /* Soft-stopping fragment jobs might fail with TILE_RANGE_FAULT */ 83 /* Soft-stopping fragment jobs might fail with TILE_RANGE_ERROR
|
| /linux/sound/aoa/soundbus/i2sbus/ |
| H A D | pcm.c | 250 if (pi->dbdma_ring.stopping) { in i2sbus_wait_for_stop() 261 pi->dbdma_ring.stopping = 0; in i2sbus_wait_for_stop() 308 if (pi->dbdma_ring.stopping) in i2sbus_pcm_prepare() 360 if (pi->dbdma_ring.stopping) in i2sbus_pcm_prepare() 548 if (pi->dbdma_ring.stopping) { in i2sbus_pcm_trigger() 555 pi->dbdma_ring.stopping = 0; in i2sbus_pcm_trigger() 588 pi->dbdma_ring.stopping = 1; in i2sbus_pcm_pointer() 627 if (!pi->dbdma_ring.running && !pi->dbdma_ring.stopping) in handle_interrupt() 675 pi->dbdma_ring.stopping = 0; in i2sbus_playback_open()
|
| /linux/kernel/ |
| H A D | torture.c | 413 VERBOSE_TOROUT_STRING("Stopping torture_onoff task"); in torture_onoff_cleanup() 606 VERBOSE_TOROUT_STRING("Stopping torture_shuffle task"); in torture_shuffle_cleanup() 719 VERBOSE_TOROUT_STRING("Stopping torture_shutdown task"); in torture_shutdown_cleanup() 756 * Cause the torture test to "stutter", starting and stopping all 797 VERBOSE_TOROUT_STRING("Stopping torture_stutter task"); in torture_stutter_cleanup() 923 * prints a "stopping" message and waits for kthread_should_stop(), and 931 snprintf(buf, sizeof(buf), "%s is stopping", title); in torture_kthread_stopping()
|
| /linux/kernel/power/ |
| H A D | process.c | 3 * drivers/power/process.c - Functions for starting/stopping processes on 24 * Timeout for stopping processes
|
| /linux/Documentation/devicetree/bindings/pwm/ |
| H A D | renesas,rzg2l-gpt.yaml | 29 * Synchronous starting, stopping and clearing counters for arbitrary 31 * Starting, stopping, clearing and up/down counters in response to input 33 * Starting, clearing, stopping and up/down counters in response to a
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | fsl,dspi-peripheral-props.yaml | 26 Delay in nanoseconds between stopping the clock signal and
|
| /linux/include/linux/usb/ |
| H A D | isp116x.h | 22 prevents stopping internal clock, increasing
|
| /linux/drivers/net/wan/ |
| H A D | hdlc_ppp.c | 82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator 91 "Closed", "Stopped", "Stopping", "ReqSent", "AckRecv", "AckSent", 276 /* CLOSED STOPPED STOPPING REQ_SENT ACK_RECV ACK_SENT OPENED 322 proto->restart_counter = (proto->state == STOPPING) ? in ppp_cp_event() 575 case STOPPING: in ppp_timer()
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 23 internal resource leak thus stopping further packet processing.
|
| /linux/drivers/scsi/isci/ |
| H A D | port.h | 150 * entered from the STOPPING state. 151 * @SCI_PORT_STOPPING: port is in the process of stopping. In this
|
| /linux/scripts/ |
| H A D | patch-kernel | 48 # be smarter about stopping when current version is larger than requested; 259 echo "Stopping at $CURRENTFULLVERSION base as requested." 268 echo "Stopping since sublevel ($SUBLEVEL) is beyond stop-sublevel ($STOPSUBLEVEL)"
|
| /linux/drivers/misc/mei/ |
| H A D | hbm.h | 25 * @MEI_HBM_STOPPED : stopping exchange
|
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | yaps.h | 42 /* Chip interface is stopping, new work should not be enqueued. */
|
| /linux/drivers/media/rc/img-ir/ |
| H A D | img-ir-hw.h | 227 * @stopping: Indicates that decoder is being taken down and timers 246 bool stopping; member
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 824 "stopping DNAT to local address"); in ip_vs_nat_xmit() 833 "ip_vs_nat_xmit(): stopping DNAT to loopback " in ip_vs_nat_xmit() 908 "stopping DNAT to local address"); in ip_vs_nat_xmit_v6() 919 "stopping DNAT to loopback address"); in ip_vs_nat_xmit_v6() 1554 "stopping DNAT to local address %pI4\n", in ip_vs_icmp_xmit() 1564 "stopping DNAT to loopback %pI4\n", in ip_vs_icmp_xmit() 1647 "stopping DNAT to local address %pI6\n", in ip_vs_icmp_xmit_v6() 1658 "stopping DNAT to loopback %pI6\n", in ip_vs_icmp_xmit_v6()
|
| /linux/drivers/power/reset/ |
| H A D | sc27xx-poweroff.c | 27 * So before stopping other cores, we need release other cores' resource by
|
| /linux/tools/virtio/virtio-trace/ |
| H A D | trace-agent.h | 44 /* use for stopping rw threads */
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_ipmb.c | 62 bool stopping; member 292 if (iidev->stopping) in ipmi_ipmb_thread() 398 iidev->stopping = true; in ipmi_ipmb_stop_thread()
|
| /linux/Documentation/hwmon/ |
| H A D | asus_wmi_sensors.rst | 70 fans stopping, fans getting stuck at max speed, or temperature readouts
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | select_cpu_vtime.bpf.c | 89 .stopping = (void *) select_cpu_vtime_stopping,
|
| /linux/tools/tracing/rtla/tests/ |
| H A D | osnoise.t | |