Home
last modified time | relevance | path

Searched refs:stopping (Results 1 – 25 of 65) sorted by relevance

123

/linux/drivers/media/platform/ti/omap3isp/
H A Dispccp2.h74 atomic_t stopping; member
H A Dispresizer.h107 atomic_t stopping; member
H A Disppreview.h142 atomic_t stopping; member
H A Dispccdc.h155 unsigned int stopping; member
H A Dispcsi2.h142 atomic_t stopping; member
H A Dispccp2.c597 if (omap3isp_module_sync_is_stopping(&ccp2->wait, &ccp2->stopping)) in omap3isp_ccp2_isr()
844 atomic_set(&ccp2->stopping, 0); in ccp2_s_stream()
886 &ccp2->stopping)) in ccp2_s_stream()
H A Dispcsi2.c780 if (omap3isp_module_sync_is_stopping(&csi2->wait, &csi2->stopping)) in omap3isp_csi2_isr()
1078 atomic_set(&csi2->stopping, 0); in csi2_set_stream()
1088 &csi2->stopping)) in csi2_set_stream()
H A Dispresizer.c1065 if (omap3isp_module_sync_is_stopping(&res->wait, &res->stopping)) in omap3isp_resizer_isr()
1167 &res->stopping)) in resizer_set_stream()
1787 atomic_set(&res->stopping, 0); in omap3isp_resizer_init()
/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_vtime.bpf.c87 .stopping = (void *) select_cpu_vtime_stopping,
H A Dmaximal.bpf.c146 .stopping = (void *) maximal_stopping,
/linux/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h36 u32 stopping:1; member
/linux/drivers/char/ipmi/
H A Dipmi_ssif.c263 bool stopping; member
547 if (ssif_info->stopping) in retry_timeout()
571 if (ssif_info->stopping) in watch_timeout()
630 if (!ssif_info->stopping) in msg_done_handler()
894 if (IS_SSIF_IDLE(ssif_info) && !ssif_info->stopping) { in msg_done_handler()
986 if (!ssif_info->stopping) in msg_written_handler()
1268 ssif_info->stopping = true; in shutdown_ssif()
/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.h284 int stopping; member
/linux/drivers/media/rc/img-ir/
H A Dimg-ir-hw.h246 bool stopping; member
H A Dimg-ir-hw.c552 hw->stopping = true; in img_ir_set_decoder()
563 hw->stopping = false; in img_ir_set_decoder()
853 if (dec->repeat && !hw->stopping) { in img_ir_handle_data()
969 hw->stopping) in img_ir_isr_hw()
/linux/drivers/net/ethernet/freescale/fman/
H A DKconfig23 internal resource leak thus stopping further packet processing.
/linux/Documentation/hwmon/
H A Dasus_wmi_sensors.rst70 fans stopping, fans getting stuck at max speed, or temperature readouts
/linux/tools/sched_ext/
H A Dscx_central.bpf.c353 .stopping = (void *)central_stopping,
/linux/arch/x86/events/amd/
H A Dibs.c507 int stopping; in perf_ibs_stop() local
512 stopping = test_bit(IBS_STARTED, pcpu->state); in perf_ibs_stop()
514 if (!stopping && (hwc->state & PERF_HES_UPTODATE)) in perf_ibs_stop()
519 if (stopping) { in perf_ibs_stop()
/linux/Documentation/driver-api/
H A Dwbrf.rst63 3. Or on stopping using some frequency band, call
/linux/Documentation/networking/
H A Ddriver.rst104 :doc: Lockless queue stopping / waking helpers.
/linux/kernel/sched/
H A Dext_internal.h426 void (*stopping)(struct task_struct *p, bool runnable); member
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-streamon.rst84 no notion of starting or stopping "now". Buffer timestamps can be used
/linux/fs/ceph/
H A Dsuper.c1482 if (mdsc->stopping >= CEPH_MDSC_STOPPING_FLUSHING) { in __inc_stopping_blocker()
1495 mdsc->stopping >= CEPH_MDSC_STOPPING_FLUSHING) in __dec_stopping_blocker()
1567 mdsc->stopping = CEPH_MDSC_STOPPING_FLUSHING; in ceph_kill_sb()
1581 mdsc->stopping = CEPH_MDSC_STOPPING_FLUSHED; in ceph_kill_sb()
/linux/Documentation/ABI/stable/
H A Dfirewire-cdev102 Besides stopping and freeing I/O contexts that were associated

123