/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 2979 void (*stop)(struct rtw89_dev *rtwdev); member 4485 rtwdev->hci.ops->stop(rtwdev); in rtw89_hci_stop()
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A D | kvm_main.c | 3573 ktime_t stop = ktime_add_ns(start, vcpu->halt_poll_ns); in kvm_vcpu_halt() local 3580 } while (kvm_vcpu_can_poll(cur, stop)); in kvm_vcpu_halt()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 784 __ stop(); in AssembleArchInstruction() 3929 __ stop(); in AssembleArchTrap() 4241 if (FLAG_debug_code) __ stop(); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 823 __ stop(); in AssembleArchInstruction() 3739 __ stop(); in AssembleArchTrap() 4039 if (FLAG_debug_code) __ stop(); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 822 __ stop(); in AssembleArchInstruction() 3598 __ stop(); in AssembleArchTrap() 3944 __ stop(); in AssembleConstructFrame()
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 466 return i.start, i.stop 2048 def stop(self): function 2074 {"__iter__" : iden, "__next__" : stop}),
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | eni.c | 332 ENI_DEV(dev)->fast = NULL; /* really stop it */ in rx_ident_err() 1668 /* stop operation */ in get_esi_asic() 1798 dev->phy->stop(dev); in eni_do_release()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v2.c | 3433 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 2440 "Failed to stop LL2 on engine 0\n"); in qed_ll2_stop() 2445 DP_NOTICE(p_hwfn, "Failed to stop LL2\n"); in qed_ll2_stop() 2756 .stop = &qed_ll2_stop,
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 2188 .stop = at76_mac80211_stop,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 2779 .stop = ath9k_stop,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 314 err = mac_dev->stop(mac_dev); in dpaa_stop() 316 netif_err(priv, ifdown, net_dev, "mac_dev->stop() = %d\n", in dpaa_stop()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.c | 2295 .stop = rt2x00mac_stop,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 751 * 2. a message that will consume a partial credit will stop the 2237 ath6kl_warn("host is going to stop blocking receiver for htc_stop\n"); in ath6kl_htc_rxmsg_pending_handler() 2244 * needs to stop the receiver. in ath6kl_htc_rxmsg_pending_handler() 2820 /* htc_stop: stop interrupt reception, and flush all queued buffers */ 2918 .stop = ath6kl_htc_mbox_stop,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | mxser.c | 1047 * At this point we stop accepting input. To do this, we in mxser_close_port() 1049 * interrupt driver to stop checking the data ready bit in the in mxser_close_port() 2328 .stop = mxser_stop,
|
H A D | rocket.c | 1387 printk(KERN_INFO "stop %s: %d %d....\n", tty->name, in rp_stop() 2325 .stop = rp_stop, 2829 stopped channel. It does not stop it from processing other channels. 2860 the receive processor to stop. These items are handled inside 2902 the receive processor to stop. These items are handled inside 2920 sStopRxProcessor(ChP); /* stop Rx processor */ in sFlushTxFIFO() 2921 for (i = 0; i < 4000 / 200; i++) /* delay 4 uS to allow proc to stop */ in sFlushTxFIFO()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 1629 * At this point, we stop accepting input. To do this, we in uart_tty_port_shutdown() 2573 .stop = uart_stop,
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | gadget.c | 1560 /* ISO ep_traddr may stop at LINK TRB */ in cdns3_transfer_completed() 2519 * 10us is enough time for controller to stop transfer. in cdns3_gadget_ep_disable() 3467 rdrv->stop = cdns3_gadget_exit; in cdns3_gadget_init()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 2316 .stop = r8a66597_stop,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1825 /* stop when we reach URBs queued after the timer interrupt */ in dummy_timer() 2625 .stop = dummy_stop,
|
/kernel/linux/linux-5.10/net/unix/ |
H A D | af_unix.c | 2936 .stop = unix_seq_stop,
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 2732 .stop = netlink_seq_stop,
|
/kernel/linux/linux-5.10/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 1939 .stop = snd_ymfpci_timer_stop,
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmalloc.c | 3575 .stop = s_stop,
|