Searched refs:stopping (Results 1 - 200 of 432) sorted by relevance

123

/linux-4.4.14/drivers/staging/media/omap4iss/
H A Diss_ipipe.h42 * @stopping: Stopping state
55 atomic_t stopping; member in struct:iss_ipipe_device
H A Diss_resizer.h44 * @stopping: Stopping state
58 atomic_t stopping; member in struct:iss_resizer_device
H A Diss_ipipeif.h60 * @stopping: Stopping state
75 atomic_t stopping; member in struct:iss_ipipeif_device
H A Diss.c693 * fails, except when stopping the pipeline.
808 * @stopping: flag which tells module wants to stop
814 atomic_t *stopping) omap4iss_module_sync_idle()
829 atomic_set(stopping, 1); omap4iss_module_sync_idle()
837 * If it isn't the last one, the function won't sleep but *stopping omap4iss_module_sync_idle()
847 atomic_set(stopping, 0); omap4iss_module_sync_idle()
852 if (!wait_event_timeout(*wait, !atomic_read(stopping), omap4iss_module_sync_idle()
854 atomic_set(stopping, 0); omap4iss_module_sync_idle()
863 * omap4iss_module_sync_is_stopped - Helper to verify if module was stopping
865 * @stopping: flag which tells module wants to stop
867 * This function checks if ISS submodule was stopping. In case of yes, it
868 * notices the caller by setting stopping to 0 and waking up the wait queue.
869 * Returns 1 if it was stopping or 0 otherwise.
872 atomic_t *stopping) omap4iss_module_sync_is_stopping()
874 if (atomic_cmpxchg(stopping, 1, 0)) { omap4iss_module_sync_is_stopping()
813 omap4iss_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, atomic_t *stopping) omap4iss_module_sync_idle() argument
871 omap4iss_module_sync_is_stopping(wait_queue_head_t *wait, atomic_t *stopping) omap4iss_module_sync_is_stopping() argument
H A Diss_csi2.h148 atomic_t stopping; member in struct:iss_csi2_device
H A Diss.h131 atomic_t *stopping);
134 atomic_t *stopping);
H A Diss_ipipeif.c252 &ipipeif->stopping)) omap4iss_ipipeif_isr()
336 atomic_set(&ipipeif->stopping, 0); ipipeif_set_stream()
347 &ipipeif->stopping)) ipipeif_set_stream()
H A Diss_resizer.c305 &resizer->stopping)) omap4iss_resizer_isr()
393 atomic_set(&resizer->stopping, 0); resizer_set_stream()
402 &resizer->stopping)) resizer_set_stream()
H A Diss_ipipe.c160 atomic_set(&ipipe->stopping, 0); ipipe_set_stream()
168 &ipipe->stopping)) ipipe_set_stream()
H A Diss_csi2.c779 if (omap4iss_module_sync_is_stopping(&csi2->wait, &csi2->stopping)) omap4iss_csi2_isr()
1104 atomic_set(&csi2->stopping, 0); csi2_set_stream()
1114 &csi2->stopping)) csi2_set_stream()
/linux-4.4.14/include/linux/usb/
H A Disp116x.h21 prevents stopping internal clock, increasing
/linux-4.4.14/arch/s390/kernel/
H A Dnmi.c196 * Can't recover and therefore stopping machine. s390_validate_registers()
229 * -> stopping machine. s390_validate_registers()
267 /* System damage -> stopping machine */ s390_do_machine_check()
301 /* Processing damage -> stopping machine */ s390_do_machine_check()
317 * kernel mode -> stopping machine. s390_do_machine_check()
/linux-4.4.14/drivers/staging/speakup/
H A Dbuffers.c15 /* These try to throttle applications by stopping the TTYs
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispccp2.h77 atomic_t stopping; member in struct:isp_ccp2_device
H A Dispccdc.h126 * @stopping: Stopping state
158 unsigned int stopping; member in struct:isp_ccdc_device
H A Dispcsi2.h145 atomic_t stopping; member in struct:isp_csi2_device
H A Dispresizer.h110 atomic_t stopping; member in struct:isp_res_device
H A Disp.c1049 * fails, except when stopping the pipeline.
1370 * @stopping: flag which tells module wants to stop
1376 atomic_t *stopping) omap3isp_module_sync_idle()
1389 atomic_set(stopping, 1); omap3isp_module_sync_idle()
1397 * If it isn't the last one, the function won't sleep but *stopping omap3isp_module_sync_idle()
1407 atomic_set(stopping, 0); omap3isp_module_sync_idle()
1412 if (!wait_event_timeout(*wait, !atomic_read(stopping), omap3isp_module_sync_idle()
1414 atomic_set(stopping, 0); omap3isp_module_sync_idle()
1424 * omap3isp_module_sync_is_stopping - Helper to verify if module was stopping
1426 * @stopping: flag which tells module wants to stop
1428 * This function checks if ISP submodule was stopping. In case of yes, it
1429 * notices the caller by setting stopping to 0 and waking up the wait queue.
1430 * Returns 1 if it was stopping or 0 otherwise.
1433 atomic_t *stopping) omap3isp_module_sync_is_stopping()
1435 if (atomic_cmpxchg(stopping, 1, 0)) { omap3isp_module_sync_is_stopping()
1375 omap3isp_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, atomic_t *stopping) omap3isp_module_sync_idle() argument
1432 omap3isp_module_sync_is_stopping(wait_queue_head_t *wait, atomic_t *stopping) omap3isp_module_sync_is_stopping() argument
H A Dispccdc.c1334 ccdc->stopping = CCDC_STOP_REQUEST; ccdc_disable()
1336 ccdc->stopping = CCDC_STOP_FINISHED; ccdc_disable()
1340 ccdc->stopping == CCDC_STOP_FINISHED, ccdc_disable()
1357 ccdc->stopping = CCDC_STOP_NOT_REQUESTED; ccdc_disable()
1419 /* ccdc_handle_stopping - Handle CCDC and/or LSC stopping sequence
1423 * Return 1 when the event and stopping request combination is satisfied,
1430 switch ((ccdc->stopping & 3) | event) { ccdc_handle_stopping()
1435 ccdc->stopping = CCDC_STOP_EXECUTED; ccdc_handle_stopping()
1439 ccdc->stopping |= CCDC_STOP_CCDC_FINISHED; ccdc_handle_stopping()
1441 ccdc->stopping |= CCDC_STOP_LSC_FINISHED; ccdc_handle_stopping()
1446 ccdc->stopping |= CCDC_STOP_LSC_FINISHED; ccdc_handle_stopping()
1454 if (ccdc->stopping == CCDC_STOP_FINISHED) { ccdc_handle_stopping()
1500 * 1. stopping for reconfiguration ccdc_lsc_isr()
1501 * 2. stopping because of STREAM OFF command ccdc_lsc_isr()
1711 * Depending on the CCDC pipeline state, CCDC stopping should be ccdc_vd1_isr()
1713 * stopping because the CCDC hw works only in continuous mode. ccdc_vd1_isr()
1716 * without change the CCDC stopping state machine. The CCDC ccdc_vd1_isr()
1717 * stopping state machine should be used only when user request ccdc_vd1_isr()
1718 * for stopping is received (SINGLESHOT is an exeption). ccdc_vd1_isr()
1722 ccdc->stopping = CCDC_STOP_REQUEST; ccdc_vd1_isr()
2701 ccdc->stopping = CCDC_STOP_NOT_REQUESTED; omap3isp_ccdc_init()
H A Disppreview.h145 atomic_t stopping; member in struct:isp_prev_device
H A Disp.h242 atomic_t *stopping);
245 atomic_t *stopping);
H A Dispccp2.c594 if (omap3isp_module_sync_is_stopping(&ccp2->wait, &ccp2->stopping)) omap3isp_ccp2_isr()
835 atomic_set(&ccp2->stopping, 0); ccp2_s_stream()
877 &ccp2->stopping)) ccp2_s_stream()
H A Dispcsi2.c786 if (omap3isp_module_sync_is_stopping(&csi2->wait, &csi2->stopping)) omap3isp_csi2_isr()
1078 atomic_set(&csi2->stopping, 0); csi2_set_stream()
1088 &csi2->stopping)) csi2_set_stream()
H A Disppreview.c1531 if (omap3isp_module_sync_is_stopping(&prev->wait, &prev->stopping)) omap3isp_preview_isr()
1644 atomic_set(&prev->stopping, 0); preview_set_stream()
1671 &prev->stopping)) preview_set_stream()
H A Dispresizer.c1066 if (omap3isp_module_sync_is_stopping(&res->wait, &res->stopping)) omap3isp_resizer_isr()
1168 &res->stopping)) resizer_set_stream()
1790 atomic_set(&res->stopping, 0); omap3isp_resizer_init()
/linux-4.4.14/drivers/misc/mei/
H A Dhbm.h32 * @MEI_HBM_STOPPED : stopping exchange
H A Dinit.c330 dev_dbg(dev->dev, "stopping the device.\n"); mei_stop()
/linux-4.4.14/tools/virtio/virtio-trace/
H A Dtrace-agent.h43 /* use for stopping rw threads */
/linux-4.4.14/kernel/power/
H A Dprocess.c2 * drivers/power/process.c - Functions for starting/stopping processes on
23 * Timeout for stopping processes
/linux-4.4.14/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h38 u32 stopping:1; member in struct:dbdma_command_mem
H A Dpcm.c262 if (pi->dbdma_ring.stopping) { i2sbus_wait_for_stop()
274 pi->dbdma_ring.stopping = 0; i2sbus_wait_for_stop()
310 if (pi->dbdma_ring.stopping) i2sbus_hw_free()
353 if (pi->dbdma_ring.stopping) i2sbus_pcm_prepare()
562 if (pi->dbdma_ring.stopping) { i2sbus_pcm_trigger()
569 pi->dbdma_ring.stopping = 0; i2sbus_pcm_trigger()
604 pi->dbdma_ring.stopping = 1; i2sbus_pcm_trigger()
646 if (!pi->dbdma_ring.running && !pi->dbdma_ring.stopping) handle_interrupt()
694 pi->dbdma_ring.stopping = 0; handle_interrupt()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_amd_ibs.c361 * the event while stopping it and then reset the state when starting
391 int stopping; perf_ibs_stop() local
393 stopping = test_and_clear_bit(IBS_STARTED, pcpu->state); perf_ibs_stop()
395 if (!stopping && (hwc->state & PERF_HES_UPTODATE)) perf_ibs_stop()
400 if (stopping) { perf_ibs_stop()
531 * Catch spurious interrupts after stopping IBS: After perf_ibs_handle_irq()
/linux-4.4.14/drivers/media/i2c/smiapp/
H A Dsmiapp-quirk.h31 * @post_streamon: Called right after stopping streaming.
/linux-4.4.14/arch/unicore32/kernel/
H A Dptrace.c140 * stopping signal is not SIGTRAP. -brl syscall_trace()
/linux-4.4.14/fs/ceph/
H A Dstrings.c28 case CEPH_MDS_STATE_STOPPING: return "up:stopping"; ceph_mds_state_name()
H A Dmds_client.h289 int stopping; /* true if shutting down */ member in struct:ceph_mds_client
/linux-4.4.14/sound/firewire/bebob/
H A Dbebob_hwdep.c13 * 2.get notification about starting/stopping stream
/linux-4.4.14/sound/firewire/oxfw/
H A Doxfw-hwdep.c13 * 2.get notification about starting/stopping stream
H A Doxfw-stream.c354 * This function should be called before starting the stream or after stopping
/linux-4.4.14/drivers/watchdog/
H A Dintel-mid_wdt.c88 dev_crit(dev, "Error stopping watchdog: 0x%x\n", ret); wdt_stop()
H A Dgeodewdt.c104 pr_crit("Unexpected close - watchdog is not stopping\n"); geodewdt_release()
H A Dacquirewdt.c211 pr_crit("Unexpected close, not stopping watchdog!\n"); acq_close()
H A Dadvantechwdt.c210 pr_crit("Unexpected close, not stopping watchdog!\n"); advwdt_close()
H A Dbcm63xx_wdt.c130 pr_crit("Unexpected close, not stopping watchdog!\n"); bcm63xx_wdt_release()
H A Dgef_wdt.c240 pr_crit("unexpected close, not stopping timer!\n"); gef_wdt_release()
H A Dibmasr.c334 pr_crit("unexpected close, not stopping watchdog!\n"); asr_release()
H A Dmv64x60_wdt.c144 pr_crit("unexpected close, not stopping timer!\n"); mv64x60_wdt_release()
H A Dnuc900_wdt.c143 "Unexpected close, not stopping watchdog!\n"); nuc900_wdt_close()
H A Domap_wdt.c320 * through sysfs rather than by stopping the watchdog daemon). Also, this
H A Dsbc7240_wdt.c148 pr_crit("Unexpected close, not stopping watchdog!\n"); fop_close()
H A Dxen_wdt.c140 pr_crit("unexpected close, not stopping watchdog!\n"); xen_wdt_release()
H A Df71808e_wdt.c491 pr_crit("Unexpected close, not stopping watchdog!\n"); watchdog_release()
808 pr_warn("Watchdog timer still running, stopping it\n"); f71808e_exit()
H A Dalim1535_wdt.c272 pr_crit("Unexpected close, not stopping watchdog!\n"); ali_release()
H A Dat32ap700x_wdt.c151 "unexpected close, not stopping watchdog!\n"); at32_wdt_close()
H A Dbfin_wdt.c180 pr_crit("Unexpected close, not stopping watchdog!\n"); bfin_wdt_release()
H A Deurotechwdt.c339 pr_crit("Unexpected close, not stopping watchdog!\n"); eurwdt_release()
H A Di6300esb.c216 pr_crit("Unexpected close, not stopping watchdog!\n"); esb_release()
H A Dnv_tco.c173 pr_crit("Unexpected close, not stopping watchdog!\n"); nv_tco_release()
H A Dsb_wdog.c131 pr_crit("%s: Unexpected close, not stopping watchdog!\n", sbwdog_release()
H A Dsc520_wdt.c269 pr_crit("Unexpected close, not stopping watchdog!\n"); fop_close()
H A Dsch311x_wdt.c327 pr_crit("Unexpected close, not stopping watchdog!\n"); sch311x_wdt_close()
H A Dw83977f_wdt.c315 pr_crit("unexpected close, not stopping watchdog!\n"); wdt_release()
H A Dwdt977.c290 pr_crit("Unexpected close, not stopping watchdog!\n"); wdt977_release()
H A Dpc87413_wdt.c312 pr_crit("Unexpected close, not stopping watchdog!\n"); pc87413_release()
H A Dsmsc37b787_wdt.c382 pr_crit("Unexpected close, not stopping watchdog!\n"); wb_smsc_wdt_release()
H A Dsp5100_tco.c190 pr_crit("Unexpected close, not stopping watchdog!\n"); sp5100_tco_release()
/linux-4.4.14/include/linux/
H A Dkthread.h3 /* Simple interface for creating and stopping kernel threads without mess. */
H A Dwatchdog.h24 * @stop: The routine for stopping the watchdog device.
H A Dtracehook.h71 * stopping signal is not SIGTRAP. -brl ptrace_report_syscall()
H A Dfreezer.h17 * Timeout for stopping processes
H A Dsignal.h389 * default action of stopping the process may happen later or never.
H A Dptrace.h369 * arch_ptrace_stop - Do machine-specific work before stopping for ptrace
/linux-4.4.14/drivers/media/rc/img-ir/
H A Dimg-ir-hw.h231 * @stopping: Indicates that decoder is being taken down and timers
250 bool stopping; member in struct:img_ir_priv_hw
H A Dimg-ir-hw.c548 hw->stopping = true; img_ir_set_decoder()
559 hw->stopping = false; img_ir_set_decoder()
854 if (dec->repeat && !hw->stopping) { img_ir_handle_data()
969 hw->stopping) img_ir_isr_hw()
/linux-4.4.14/drivers/clk/shmobile/
H A Dclk-div6.c62 * DIV6 clocks require the divisor field to be non-zero when stopping cpg_div6_clock_disable()
64 * re-enabled later if the divisor field is changed when stopping the cpg_div6_clock_disable()
/linux-4.4.14/drivers/usb/host/
H A Dehci-grlib.c160 dev_dbg(&op->dev, "stopping GRLIB GRUSBHC EHCI USB Controller\n"); ehci_hcd_grlib_remove()
H A Dehci-ppc-of.c193 dev_dbg(&op->dev, "stopping PPC-OF USB Controller\n"); ehci_hcd_ppc_of_remove()
H A Dohci-ppc-of.c184 dev_dbg(&op->dev, "stopping PPC-OF USB Controller\n"); ohci_hcd_ppc_of_remove()
H A Dohci-sa1111.c159 dev_dbg(&dev->dev, "stopping SA-1111 OHCI USB Controller\n"); sa1111_stop_hc()
H A Duhci-grlib.c153 dev_dbg(&op->dev, "stopping GRLIB GRUSBHC UHCI USB Controller\n"); uhci_hcd_grlib_remove()
H A Dehci-xilinx-of.c218 dev_dbg(&op->dev, "stopping XILINX-OF USB Controller\n"); ehci_hcd_xilinx_of_remove()
H A Dohci-omap.c399 dev_dbg(hcd->self.controller, "stopping USB Controller\n"); usb_hcd_omap_remove()
H A Dohci-hub.c84 ohci_dbg (ohci, "stopping schedules ...\n");
H A Dohci.h404 unsigned autostop:1; /* rh auto stopping/stopped */
/linux-4.4.14/drivers/uwb/
H A Dradio.c59 * When stopping the radio, PALs need to be notified first so they can
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_log.h98 " - dumping stack and stopping kernel", __func__, \
/linux-4.4.14/drivers/media/pci/mantis/
H A Dmantis_core.c162 dprintk(verbose, MANTIS_ERROR, 1, "DMA engine stopping"); mantis_core_exit()
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dtx.c76 we get round to stopping them */ lbs_hard_start_xmit()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Drfkill.c113 /* enable RFKILL when stopping HW so Wifi LED is turned off */ ath5k_rfkill_hw_stop()
/linux-4.4.14/drivers/base/power/
H A Ddomain_governor.c40 * default_stop_ok - Default PM domain governor routine for stopping devices.
/linux-4.4.14/arch/x86/kernel/
H A Dirqinit.c122 /* IPI used for rebooting/stopping */ smp_intr_init()
H A Dsmp.c159 /* We are registered on stopping cpu too, avoid spurious NMI */ smp_stop_nmi_callback()
/linux-4.4.14/arch/s390/kvm/
H A Dtrace-s390.h94 TP_printk("%s cpu %d", __entry->state ? "starting" : "stopping",
/linux-4.4.14/arch/ia64/oprofile/
H A Dbacktrace.c57 * as 0, stopping the backtrace. Record the previous ar.pfs when the current next_frame()
/linux-4.4.14/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c13 * 2.get notification about starting/stopping stream
H A Ddigi00x-stream.c264 * This function should be called before starting streams or after stopping
/linux-4.4.14/sound/firewire/tascam/
H A Dtascam-hwdep.c13 * 2.get notification about starting/stopping stream
H A Dtascam-stream.c360 * This function should be called before starting streams or after stopping
/linux-4.4.14/drivers/rtc/
H A Drtc-wm8350.c121 /* Wait until confirmation of stopping */ wm8350_rtc_settime()
204 /* Wait until confirmation of stopping */ wm8350_rtc_stop_alarm()
H A Drtc-pcf2123.c248 dev_dbg(&spi->dev, "stopping RTC (0x%02X 0x%02X)\n", pcf2123_probe()
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_xmit.c733 "stopping DNAT to local address"); ip_vs_nat_xmit()
742 "ip_vs_nat_xmit(): stopping DNAT to loopback " ip_vs_nat_xmit()
824 "stopping DNAT to local address"); ip_vs_nat_xmit_v6()
835 "stopping DNAT to loopback address"); ip_vs_nat_xmit_v6()
1302 "stopping DNAT to local address %pI4\n", ip_vs_icmp_xmit()
1312 "stopping DNAT to loopback %pI4\n", ip_vs_icmp_xmit()
1393 "stopping DNAT to local address %pI6\n", ip_vs_icmp_xmit_v6()
1404 "stopping DNAT to loopback %pI6\n", ip_vs_icmp_xmit_v6()
H A Dip_vs_sync.c1958 * progress of stopping the master sync daemon. stop_sync_thread()
1972 pr_info("stopping master sync thread %d ...\n", stop_sync_thread()
1991 pr_info("stopping backup sync thread %d ...\n", stop_sync_thread()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dscan.c339 /* We first check if we were stopping a scan, in which case we iwl_mvm_rx_lmac_scan_complete_notif()
340 * just clear the stopping flag. Then we check if it was a iwl_mvm_rx_lmac_scan_complete_notif()
343 * Note that we can have a stopping and a running scan iwl_mvm_rx_lmac_scan_complete_notif()
345 * scans stopping or running at the same time (since LMAC iwl_mvm_rx_lmac_scan_complete_notif()
1361 /* if the scan is already stopping, we don't need to notify mac80211 */ iwl_mvm_rx_umac_scan_complete_notif()
1538 * succeed and mark the scan as stopping, so that the Rx iwl_mvm_scan_stop()
H A Dtime-event.h189 * session, but will not wait for the actual stopping of the session.
/linux-4.4.14/drivers/net/
H A Dntb_netdev.c201 /* Make sure anybody stopping the queue after this sees the new ntb_netdev_tx_handler()
241 /* Make sure anybody stopping the queue after this sees the new ntb_netdev_tx_timer()
/linux-4.4.14/arch/mips/sibyte/common/
H A Dsb_tbprof.c376 pr_debug(DEVNAME ": stopping\n"); sbprof_zbprof_stop()
396 pr_debug(DEVNAME ": done stopping\n"); sbprof_zbprof_stop()
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dperiodic_work.c162 * because stopping the periodic work often involves waiting for the last
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-alsa-main.c84 /* FIXME - take any other stopping actions needed */ snd_cx18_card_free()
H A Dcx18-fileops.c411 if (stop || /* Forced stopping point for VBI insertion */ cx18_copy_mdl_to_user()
726 CX18_DEBUG_INFO("close stopping capture\n"); cx18_stop_capture()
731 CX18_DEBUG_INFO("close stopping embedded VBI " cx18_stop_capture()
736 CX18_DEBUG_INFO("close stopping IDX capture\n"); cx18_stop_capture()
H A Dcx23418.h486 /* The stream is stopping. Function not allowed now! */
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c89 /* FIXME - take any other stopping actions needed */ snd_ivtv_card_free()
H A Divtv-fileops.c821 IVTV_DEBUG_INFO("close stopping capture\n"); ivtv_stop_capture()
827 IVTV_DEBUG_INFO("close stopping embedded VBI capture\n"); ivtv_stop_capture()
862 IVTV_DEBUG_INFO("close stopping decode\n"); ivtv_stop_decoding()
H A Divtv-streams.c850 IVTV_DEBUG_WARN("%s: EOS interrupt not received! stopping anyway.\n", s->name); ivtv_stop_v4l2_encode_stream()
977 /* Prevent others from starting/stopping streams while we ivtv_passthrough_mode()
H A Divtv-i2c.c523 IVTV_DEBUG_HI_I2C("SCL not low when stopping\n"); ivtv_stop()
/linux-4.4.14/drivers/input/touchscreen/
H A Dda9034-ts.c181 * available by stopping TSI, but this is found not da9034_event_handler()
H A Dzforce_ts.c332 dev_dbg(&client->dev, "stopping device\n"); zforce_stop()
614 dev_warn(&client->dev, "stopping zforce failed\n"); zforce_input_close()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Ddvb-usb-dvb.c35 err("error while stopping stream."); dvb_usb_ctrl_feed()
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A D11h.c187 /* This function is to abort ongoing CAC upon stopping AP operations
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c236 * @interface: the interface that is stopping
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_debugfs.c252 * @pf: the pf that is stopping
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcore.h151 * enum brcmf_netif_stop_reason - reason for stopping netif queue.
/linux-4.4.14/drivers/atm/
H A DuPD98402.c234 /* let SAR driver worry about stopping interrupts */ uPD98402_stop()
H A Didt77105.c326 DPRINTK("%s(itf %d): stopping IDT77105\n",dev->type,dev->number); idt77105_stop()
H A Dsuni.c347 /* let SAR driver worry about stopping interrupts */ suni_stop()
/linux-4.4.14/arch/tile/kernel/
H A Dsmp.c99 * Functions related to starting/stopping cpus.
/linux-4.4.14/arch/xtensa/kernel/
H A Dptrace.c330 * stopping signal is not SIGTRAP. -brl do_syscall_trace()
/linux-4.4.14/arch/blackfin/mach-common/
H A Dsmp.c84 printk(KERN_CRIT "CPU%u: stopping\n", cpu); ipi_cpu_stop()
/linux-4.4.14/include/drm/
H A Ddrm_panel.h58 * Before stopping video transmission from the display controller it can be
/linux-4.4.14/include/linux/ceph/
H A Dmessenger.h58 atomic_t stopping; member in struct:ceph_messenger
/linux-4.4.14/arch/powerpc/kernel/
H A Dcrash.c313 * In practice this means stopping other cpus in default_machine_crash_shutdown()
H A Dmachine_kexec_64.c343 * stopping other CPUs and collecting their pt_regs is done before default_machine_kexec()
H A Dpci_dn.c321 * Traverse a device tree stopping each PCI device in the tree.
/linux-4.4.14/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c32 * per system as a result of the user starting/stopping oprofile. Hence, only
/linux-4.4.14/arch/m68k/kernel/
H A Dptrace.c281 * stopping signal is not SIGTRAP. -brl syscall_trace()
/linux-4.4.14/sound/firewire/dice/
H A Ddice-stream.c319 * This function should be called before starting streams or after stopping
/linux-4.4.14/sound/firewire/fireworks/
H A Dfireworks_hwdep.c13 * 2.get notification about starting/stopping stream
H A Dfireworks_stream.c106 * This function should be called before starting the stream or after stopping
/linux-4.4.14/sound/pci/lx6464es/
H A Dlx6464es.c184 dev_dbg(chip->card->dev, "stopping pipe\n"); lx_hardware_stop()
187 dev_err(chip->card->dev, "stopping pipe failed\n"); lx_hardware_stop()
478 dev_dbg(chip->card->dev, "stopping: stopping stream\n"); lx_trigger_stop()
/linux-4.4.14/include/linux/iio/
H A Dconsumer.h97 * @cb_buff: The callback buffer we are stopping.
/linux-4.4.14/drivers/char/ipmi/
H A Dipmi_ssif.c262 bool stopping; member in struct:ssif_info
485 if (ssif_info->stopping) ipmi_ssif_thread()
558 if (ssif_info->stopping) retry_timeout()
834 if (SSIF_IDLE(ssif_info) && !ssif_info->stopping) { msg_done_handler()
1196 ssif_info->stopping = true; ssif_remove()
/linux-4.4.14/drivers/net/ethernet/natsemi/
H A Dsonic.c240 * before clearing EOL and before stopping queue sonic_send_packet()
256 printk("%s: stopping queue\n", dev->name); sonic_send_packet()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-fh.h292 * After stopping Rx DMA channel (writing 0 to
386 * After stopping Tx DMA channel (writing 0 to
/linux-4.4.14/drivers/net/irda/
H A Dkingsun-sir.c133 /* in process of stopping, just drop data */ kingsun_send_irq()
207 /* in process of stopping, just drop data */ kingsun_rcv_irq()
H A Dksdazzle-sir.c245 /* in process of stopping, just drop data */ ksdazzle_send_irq()
354 /* in process of stopping, just drop data */ ksdazzle_rcv_irq()
H A Dks959-sir.c332 /* in process of stopping, just drop data */ ks959_send_irq()
440 /* in process of stopping, just drop data */ ks959_rcv_irq()
H A Dstir4200.c812 /* in process of stopping, just drop data */ stir_rcv_irq()
828 /* kernel thread is stopping receiver don't resubmit */ stir_rcv_irq()
/linux-4.4.14/drivers/char/tpm/
H A Dtpm2-cmd.c721 rc = tpm_transmit_cmd(chip, &cmd, sizeof(cmd), "stopping the TPM"); tpm2_shutdown()
727 dev_warn(chip->pdev, "transmit returned %d while stopping the TPM", tpm2_shutdown()
/linux-4.4.14/kernel/
H A Dtorture.c543 * Cause the torture test to "stutter", starting and stopping all
692 * prints a "stopping" message and waits for kthread_should_stop(), and
H A Dpanic.c152 * We may have ended up stopping the CPU holding the lock (in panic()
/linux-4.4.14/net/mac80211/
H A Dsta_info.h132 * @tx_stop: TX DelBA frame when stopping
221 * @work: work struct for starting/stopping aggregation
H A Dagg-tx.c326 * if we're already stopping ignore any new requests to stop ___ieee80211_stop_tx_ba_session()
825 /* already in progress stopping it */ ieee80211_stop_tx_ba_session()
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_queue.c264 * disabled after stopping it. This ensures that the video buffers queue
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dworkitem.c312 CDEBUG(D_INFO, "%s is in progress of stopping\n", cfs_wi_sched_destroy()
/linux-4.4.14/drivers/scsi/isci/
H A Dport.h151 * @SCI_PORT_STOPPING: port is in the process of stopping. In this
H A Dremote_device.c358 /* Transition to the stopping state and wait for the sci_remote_device_stop()
384 * attempt to stop a device already in the stopping state, then sci_remote_device_stop()
1063 /* If we are entering from the stopping state let the SCI User know that sci_remote_device_stopped_state_enter()
H A Dremote_device.h248 * the process of stopping. In this state no new IO operations are
H A Dhost.h272 * This state indicates that the controller is in the process of stopping.
/linux-4.4.14/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c546 * have to try to play games stopping and restarting the controller.
662 * Of course, stopping is easier said than done; experience shows
703 * Scatter/gather mode requires stopping the controller between
1174 * Reset the CCIC PHY after stopping streaming, mcam_vb_stop_streaming()
/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dmixer_drv.c111 WARN(ret, "stopping stream failed for output %s\n", sd->name); mxr_streamer_put()
/linux-4.4.14/drivers/media/usb/tm6000/
H A Dtm6000-alsa.c340 dprintk(1, "stopping capture"); audio_trigger()
/linux-4.4.14/drivers/net/ethernet/renesas/
H A Dravb_main.c626 /* Wait for stopping the hardware TX process */ ravb_stop_dma()
640 /* Wait for stopping the RX DMA process */ ravb_stop_dma()
1128 /* Wait for DMA stopping */ ravb_set_ringparam()
1286 /* Wait for DMA stopping */ ravb_tx_timeout_work()
/linux-4.4.14/drivers/pinctrl/sh-pfc/
H A Dgpio.c382 * ports by stopping at the first range that contains such a sh_pfc_register_gpiochip()
/linux-4.4.14/crypto/
H A Dgf128mul.c399 lower byte in the buffer, stopping when we reach the
/linux-4.4.14/scripts/
H A Dpatch-kernel47 # be smarter about stopping when current version is larger than requested;
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Drun.c60 * If the spu hasn't finished stopping, we need to spu_stopped()
/linux-4.4.14/arch/score/kernel/
H A Dptrace.c377 * stopping signal is not SIGTRAP. -brl do_syscall_trace()
/linux-4.4.14/arch/avr32/kernel/
H A Dptrace.c207 * signal if the stopping signal is not SIGTRAP. -brl syscall_trace()
/linux-4.4.14/arch/arm/include/asm/hardware/
H A Diop3xx.h181 /* iop3xx does not support stopping the watchdog, so we just re-arm */
/linux-4.4.14/sound/soc/intel/atom/sst/
H A Dsst_stream.c317 * sst_drop_stream - Send msg for stopping stream
/linux-4.4.14/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c227 dev_err(&mgr->pci->dev, "error stopping pipe!\n");
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dacceptor.c411 CDEBUG(D_NET, "Acceptor stopping\n"); lnet_acceptor()
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
H A Dselftest.h379 unsigned int tsi_stopping:1; /* test is stopping */
/linux-4.4.14/drivers/macintosh/
H A Drack-meter.c348 " stopping DMA\n"); rackmeter_irq()
/linux-4.4.14/drivers/media/common/saa7146/
H A Dsaa7146_fops.c135 DEB_INT("no next buffer. stopping.\n"); saa7146_buffer_next()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.c415 * for page flip completion before stopping the CRTC as userspace rcar_du_crtc_stop()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c246 "Got Rx interrupt while stopping interface\n"); wil6210_irq_rx()
/linux-4.4.14/drivers/platform/x86/
H A Dintel_mid_thermal.c434 * by stopping the ADC. Can sleep.
/linux-4.4.14/drivers/clocksource/
H A Dexynos_mct.c419 * without explicit stopping. exynos4_mct_tick_clear()
/linux-4.4.14/drivers/dma/
H A Dbcm2835-dma.c512 /* Wait for stopping */ bcm2835_dma_terminate_all()
H A Ddmatest.c52 "Iterations before stopping test (default: infinite)");
84 * @iterations: iterations before stopping test
/linux-4.4.14/arch/arc/kernel/
H A Dperf_event.c258 * stopping is achieved by assigning the 'never' condition
/linux-4.4.14/net/bridge/
H A Dbr_if.c447 * RX_HANDLER_CONSUMED, stopping RX processing for these frames. br_add_if()
/linux-4.4.14/net/ceph/
H A Dceph_common.c636 atomic_set(&client->msgr.stopping, 1); ceph_destroy_client()
/linux-4.4.14/kernel/trace/
H A Dtrace_irqsoff.c398 /* Always clear the tracing cpu on stopping the trace */ stop_critical_timing()
/linux-4.4.14/include/trace/events/
H A Dsched.h34 * Tracepoint for the return value of the kthread stopping:
/linux-4.4.14/arch/metag/kernel/
H A Dsmp.c571 pr_crit("CPU%u: stopping\n", cpu); stop_this_cpu()
/linux-4.4.14/arch/m32r/kernel/
H A Dptrace.c695 * stopping signal is not SIGTRAP. -brl do_syscall_trace()
/linux-4.4.14/arch/arm/kernel/
H A Dperf_event_v6.c470 * Unlike UP ARMv6, we don't have a way of stopping the counters. We armv6mpcore_pmu_disable_event()
/linux-4.4.14/sound/pci/
H A Dazt3328.h28 /* 0x0002 *temporarily* set during DMA stopping. hmm
/linux-4.4.14/sound/soc/tegra/
H A Dtegra30_ahub.c72 * stopping streams should dynamically adjust the clock as required. However,
/linux-4.4.14/drivers/usb/serial/
H A Dti_usb_3410_5052.c1032 dev_err(dev, "%s - stopping read!\n", __func__); ti_bulk_in_callback()
1051 /* continue to read unless stopping */ ti_bulk_in_callback()
H A Dark3116.c746 * stopping TX when CTS is +5V. Bit 1 does the same for RTS, making
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dobd_config.c420 CERROR("OBD %d already stopping\n", obd->obd_minor); class_cleanup()
522 /* If we're not stopping, we were never set up */ class_decref()
/linux-4.4.14/drivers/thunderbolt/
H A Dnhi.c360 dev_info(&ring->nhi->pdev->dev, "stopping %s %d\n", ring_stop()
/linux-4.4.14/drivers/tty/serial/
H A Dst-asc.c786 /* Wait for upto 1 second in case flow control is stopping us. */ asc_console_putchar()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_net.h710 * \param[in,out] policy The policy which is stopping to handle request
1002 * Policy is progress of stopping
2042 /** # of stopping threads, reserved for shrinking threads */
2052 * threads starting & stopping are also protected by this lock.
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dsmc-ultra.c26 ultra_open() The card-specific details of starting, stopping
/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c346 * otherwise limited to 1024 pixels width, stopping tilcdc_crtc_mode_set()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-core.h35 /* Time to wait for next frame VSYNC interrupt while stopping operation. */
/linux-4.4.14/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c578 dev_dbg(dev->dev, "stopping capture"); audio_trigger()

Completed in 4636 milliseconds

123