/kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
H A D | r_heartbeat.c | 39 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat() 68 rhb->stopped, in ibmasm_start_reverse_heartbeat() 71 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat() 77 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat() 84 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
|
/kernel/linux/linux-6.6/drivers/misc/ibmasm/ |
H A D | r_heartbeat.c | 39 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat() 68 rhb->stopped, in ibmasm_start_reverse_heartbeat() 71 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat() 77 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat() 84 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | mac.c | 11 bool stopped = false; in mt76x2_mac_stop() local 32 stopped = true; in mt76x2_mac_stop() 36 if (force && !stopped) { in mt76x2_mac_stop()
|
H A D | usb_mac.c | 98 bool stopped = false; in mt76x2u_mac_stop() local 136 stopped = true; in mt76x2u_mac_stop() 142 if (!stopped) { in mt76x2u_mac_stop()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | mac.c | 11 bool stopped = false; in mt76x2_mac_stop() local 32 stopped = true; in mt76x2_mac_stop() 36 if (force && !stopped) { in mt76x2_mac_stop()
|
H A D | usb_mac.c | 98 bool stopped = false; in mt76x2u_mac_stop() local 136 stopped = true; in mt76x2u_mac_stop() 142 if (!stopped) { in mt76x2u_mac_stop()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | da9052_tsi.c | 24 bool stopped; member 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 106 if (!tsi->stopped) { in da9052_ts_pen_work() 188 tsi->stopped = false; in da9052_ts_input_open() 203 tsi->stopped = true; in da9052_ts_input_close() 244 tsi->stopped = true; in da9052_ts_probe()
|
H A D | auo-pixcir-ts.c | 113 bool stopped; member 181 while (!ts->stopped) { in auo_pixcir_interrupt() 199 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 242 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 353 ts->stopped = false; in auo_pixcir_start() 382 ts->stopped = true; in auo_pixcir_stop() 553 ts->stopped = true; in auo_pixcir_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | da9052_tsi.c | 24 bool stopped; member 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 106 if (!tsi->stopped) { in da9052_ts_pen_work() 188 tsi->stopped = false; in da9052_ts_input_open() 203 tsi->stopped = true; in da9052_ts_input_close() 244 tsi->stopped = true; in da9052_ts_probe()
|
H A D | auo-pixcir-ts.c | 127 bool stopped; member 193 while (!ts->stopped) { in auo_pixcir_interrupt() 211 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 254 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 363 ts->stopped = false; in auo_pixcir_start() 392 ts->stopped = true; in auo_pixcir_stop() 505 ts->stopped = true; in auo_pixcir_probe()
|
H A D | tsc2007_core.c | 118 while (!ts->stopped && tsc2007_is_pen_down(ts)) { in tsc2007_soft_irq() 160 wait_event_timeout(ts->wait, ts->stopped, ts->poll_period); in tsc2007_soft_irq() 177 ts->stopped = true; in tsc2007_stop() 189 ts->stopped = false; in tsc2007_open()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | samsung-keypad.c | 68 bool stopped; member 163 wait_event_timeout(keypad->wait, keypad->stopped, in samsung_keypad_irq() 166 } while (key_down && !keypad->stopped); in samsung_keypad_irq() 180 keypad->stopped = false; in samsung_keypad_start() 202 keypad->stopped = true; in samsung_keypad_stop() 383 keypad->stopped = true; in samsung_keypad_probe() 470 if (keypad->stopped) in samsung_keypad_runtime_suspend() 493 if (keypad->stopped) in samsung_keypad_runtime_resume()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | samsung-keypad.c | 68 bool stopped; member 162 wait_event_timeout(keypad->wait, keypad->stopped, in samsung_keypad_irq() 165 } while (key_down && !keypad->stopped); in samsung_keypad_irq() 179 keypad->stopped = false; in samsung_keypad_start() 201 keypad->stopped = true; in samsung_keypad_stop() 381 keypad->stopped = true; in samsung_keypad_probe() 467 if (keypad->stopped) in samsung_keypad_runtime_suspend() 490 if (keypad->stopped) in samsung_keypad_runtime_resume()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_udc_core.c | 161 unsigned char stopped = ep->stopped; variable 192 ep->stopped = 1; 199 ep->stopped = stopped; 208 ep->stopped = 1; in nuke() 362 /* Clear stopped bit */ in dr_controller_run() 363 udc->stopped = 0; in dr_controller_run() 396 /* Set stopped bit for isr */ in dr_controller_stop() 397 udc->stopped in dr_controller_stop() 926 int ep_num, stopped, ret = 0; fsl_ep_dequeue() local [all...] |
H A D | s3c-hsudc.c | 101 * @stopped: Maintains state of endpoint, set if EP is halted. 110 u8 stopped; member 196 unsigned int stopped = hsep->stopped; in s3c_hsudc_complete_request() local 207 hsep->stopped = 1; in s3c_hsudc_complete_request() 211 hsep->stopped = stopped; in s3c_hsudc_complete_request() 232 * @hsudc: Device controller for which EP activity is to be stopped. 234 * All the endpoints are stopped and any pending transfer requests if any on 246 hsep->stopped in s3c_hsudc_stop_activity() [all...] |
H A D | net2280.c | 235 ep->stopped = 0; in net2280_enable() 956 unsigned stopped = ep->stopped; in done() local 975 ep->stopped = 1; in done() 979 ep->stopped = stopped; in done() 1040 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue() 1203 if (ep->stopped) in restart_dma() 1228 ep->stopped = 1; in nuke() 1246 int stopped; in net2280_dequeue() local 2598 int stopped = ep->stopped; handle_ep_small() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_udc_core.c | 159 unsigned char stopped = ep->stopped; variable 190 ep->stopped = 1; 197 ep->stopped = stopped; 206 ep->stopped = 1; in nuke() 358 /* Clear stopped bit */ in dr_controller_run() 359 udc->stopped = 0; in dr_controller_run() 392 /* Set stopped bit for isr */ in dr_controller_stop() 393 udc->stopped in dr_controller_stop() 923 int ep_num, stopped, ret = 0; fsl_ep_dequeue() local [all...] |
H A D | net2280.c | 235 ep->stopped = 0; in net2280_enable() 948 unsigned stopped = ep->stopped; in done() local 967 ep->stopped = 1; in done() 971 ep->stopped = stopped; in done() 1032 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue() 1195 if (ep->stopped) in restart_dma() 1220 ep->stopped = 1; in nuke() 1239 int stopped; in net2280_dequeue() local 2603 int stopped = ep->stopped; handle_ep_small() local [all...] |
/kernel/linux/linux-5.10/net/strparser/ |
H A D | strparser.c | 43 if (strp->stopped) in strp_abort_strp() 46 strp->stopped = 1; in strp_abort_strp() 368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 400 if (unlikely(strp->stopped)) in do_strp_work() 505 /* strp must already be stopped so that strp_recv will no longer be called. 510 WARN_ON(!strp->stopped); in strp_done() 524 strp->stopped = 1; in strp_stop()
|
/kernel/linux/linux-6.6/net/strparser/ |
H A D | strparser.c | 43 if (strp->stopped) in strp_abort_strp() 46 strp->stopped = 1; in strp_abort_strp() 368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 400 if (unlikely(strp->stopped)) in do_strp_work() 505 /* strp must already be stopped so that strp_recv will no longer be called. 510 WARN_ON(!strp->stopped); in strp_done() 524 strp->stopped = 1; in strp_stop()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | wmi.c | 100 wmi->stopped = false; in ath9k_init_wmi() 119 wmi->stopped = true; in ath9k_stop_wmi() 221 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx() 336 /* check if wmi stopped flag is set */ in ath9k_wmi_cmd() 337 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-timer.c | 213 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks() local 227 if (!stopped && (qh->unlink_cycle == in ehci_handle_start_intr_unlinks() 245 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks() local 260 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle) in ehci_handle_intr_unlinks()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-timer.c | 213 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks() local 227 if (!stopped && (qh->unlink_cycle == in ehci_handle_start_intr_unlinks() 245 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks() local 260 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle) in ehci_handle_intr_unlinks()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | wmi.c | 100 wmi->stopped = false; in ath9k_init_wmi() 119 wmi->stopped = true; in ath9k_stop_wmi() 223 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx() 338 /* check if wmi stopped flag is set */ in ath9k_wmi_cmd() 339 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
|
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_pcm_ops.c | 117 vss->stopped = !!virtsnd_pcm_msg_pending_num(vss); in virtsnd_pcm_open() 359 vss->stopped = true; in virtsnd_pcm_trigger() 397 if (!vss->stopped) in virtsnd_pcm_sync_stop() 425 vss->stopped = false; in virtsnd_pcm_sync_stop()
|