| /linux/drivers/clk/st/ |
| H A D | clk-flexgen.c | 326 /* This clk needs to be on to keep bus interconnect alive */ 328 /* This clk needs to be on to keep bus interconnect alive */ 343 /* This clk needs to be on to keep bus interconnect alive */ 346 /* This clk needs to be on to keep bus interconnect alive */ 357 /* This clk needs to be on to keep bus interconnect alive */ 377 /* This clk needs to be on to keep bus interconnect alive */ 379 /* This clk needs to be on to keep bus interconnect alive */ 382 /* This clk needs to be on to keep bus interconnect alive */ 387 /* This clk needs to be on to keep bus interconnect alive */ 397 /* This clk needs to be on to keep bus interconnect alive */ [all …]
|
| /linux/include/scsi/fc/ |
| H A D | fc_fip.h | 18 #define FIP_DEF_FKA 8000 /* default FCF keep-alive/advert period (mS) */ 19 #define FIP_VN_KA_PERIOD 90000 /* required VN_port keep-alive period (mS) */ 65 FIP_OP_CTRL = 3, /* Keep Alive / Link Reset */ 92 FIP_SC_KEEP_ALIVE = 1, /* keep-alive from VN_Port */ 150 FIP_DT_FKA = 12, /* advertisement keep-alive period */ 236 * FIP_DT_FKA - Advertisement keep-alive period. 242 __be32 fd_fka_period; /* adv./keep-alive period in mS */
|
| /linux/Documentation/devicetree/bindings/ata/ |
| H A D | snps,dwc-ahci-common.yaml | 31 PM-alive clock, RxOOB detection clock, embedded PHYs reference (Rx/Tx) 47 - description: Power Module keep-alive clock 74 - description: Power Module keep-alive clock domain reset control
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | prph.h | 122 * internal data, then notifies host via "initialize alive" notification 129 * notifies host via "alive" notification (struct il_alive_resp) that it 159 * "initialize alive" notification to host, and waits for a signal from 168 * 5) Wait for "alive" notification, then issue normal runtime commands. 312 * After receiving "Alive" response from uCode, driver must initialize 332 * Value is valid only after "Alive" response from uCode. 442 * "Alive" response from 4965 uCode, i.e. after initial 458 * "Alive" notification from uCode. Additionally, driver should init 469 * Init must be done after driver receives "Alive" response from 4965 uCode, 485 * "Alive" notification from uCode. Area is used only by device itself; [all …]
|
| /linux/drivers/accessibility/speakup/ |
| H A D | buffers.c | 21 * So we only stop when we know alive == 1 (else we discard the data anyway), 22 * and the alive synth will eventually call start_ttys from the thread context. 65 if (!synth->alive) { in synth_buffer_add()
|
| H A D | thread.c | 34 (synth && synth->catch_up && synth->alive && in speakup_thread() 50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
|
| H A D | serialio.c | 196 synth->alive = 1; in spk_serial_synth_probe() 220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_serial_wait_for_xmitr() 223 in_synth->alive = 0; in spk_serial_wait_for_xmitr() 285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) { in spk_serial_out()
|
| H A D | spk_ttyio.c | 229 if (!in_synth->alive || !tty->ops->write) in spk_ttyio_out() 248 in_synth->alive = 0; in spk_ttyio_out() 346 synth->alive = 1; in spk_ttyio_synth_probe()
|
| /linux/drivers/firmware/samsung/ |
| H A D | Kconfig | 4 tristate "Exynos Alive Clock and Power Manager (ACPM) Message Protocol" 8 Alive Clock and Power Manager (ACPM) Message Protocol is defined for
|
| /linux/net/ipv4/ |
| H A D | tcp_timer.c | 148 * @alive: bool, socket alive state 150 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument 155 if (READ_ONCE(sk->sk_err_soft) && !alive) in tcp_orphan_retries() 161 if (retries == 0 && alive) in tcp_orphan_retries() 273 const bool alive = icsk->icsk_rto < tcp_rto_max(sk); in tcp_write_timeout() local 275 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout() 276 do_reset = alive || in tcp_write_timeout() 425 const bool alive = inet_csk_rto_backoff(icsk, rto_max) < rto_max; in tcp_probe_timer() local 427 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer() 428 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer() [all …]
|
| /linux/drivers/pinctrl/samsung/ |
| H A D | pinctrl-exynos-arm64.c | 44 * Bank type for alive type. Bit fields: 53 * Bank type for non-alive type. Bit fields: 62 * Bank type for alive type. Bit fields: 71 * Bank type for non-alive type. Bit fields: 80 * Bank type for non-alive type. Bit fields: 91 /* pin banks of exynos2200 pin-controller - ALIVE */ 193 /* pin-controller instance 0 ALIVE data */ 259 /* pin banks of exynos5433 pin-controller - ALIVE */ 491 /* pin banks of exynos7 pin-controller - ALIVE */ 582 /* pin-controller instance 0 Alive data */ [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_wow.c | 330 * AIFS time, Slot time, Keep Alive count. in ath9k_hw_wow_enable() 344 * Keep alive timeout in ms. in ath9k_hw_wow_enable() 352 * Keep alive delay in us. in ath9k_hw_wow_enable() 357 * Create keep alive pattern to respond to beacons. in ath9k_hw_wow_enable() 362 * Configure keep alive register. in ath9k_hw_wow_enable() 366 /* Send keep alive timeouts anyway */ in ath9k_hw_wow_enable()
|
| /linux/net/core/ |
| H A D | devmem.h | 34 * the binding to remain alive. Each page pool using this binding holds 35 * a ref to keep the binding alive. The page_pool does not release the 44 * reference, making sure that the binding remains alive until all the
|
| /linux/sound/usb/line6/ |
| H A D | pcm.c | 119 int alive; in line6_wait_clear_audio_urbs() local 122 alive = 0; in line6_wait_clear_audio_urbs() 125 alive++; in line6_wait_clear_audio_urbs() 127 if (!alive) in line6_wait_clear_audio_urbs() 132 if (alive) in line6_wait_clear_audio_urbs() 134 "timeout: still %d active urbs..\n", alive); in line6_wait_clear_audio_urbs()
|
| /linux/drivers/nvme/host/ |
| H A D | constants.c | 43 [nvme_admin_keep_alive] = "Keep Alive", 91 [NVME_SC_KA_TIMEOUT_EXPIRED] = "Keep Alive Timeout Expired", 92 [NVME_SC_KA_TIMEOUT_INVALID] = "Keep Alive Timeout Invalid",
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | intelhdmi.c | 424 * Disable keep-alive before the converter format and audio infoframe are 426 * the channel count when switching to multichannel PCM) while a keep-alive 427 * stream is active is not safe, so release keep-alive here, early in the 464 * Keep-alive was disabled in i915_hsw_prepare(), re-enable it now. in i915_hsw_setup_stream() 468 * active keep-alive stream to restore. in i915_hsw_setup_stream() 522 * the system might go to S3, in which case keep-alive in i915_hdmi_suspend() 555 * keep-alive. in i915_hdmi_resume()
|
| H A D | hdmi_local.h | 80 * (re)programmed. Used to disable keep-alive / silent stream so 81 * that the format change is not done while keep-alive is active. 103 SILENT_STREAM_KAE, /* use standard HDA Keep-Alive */
|
| /linux/rust/kernel/ |
| H A D | revocable.rs | 106 /// remain accessible while the guard is alive. In such cases, callers are not allowed to sleep in try_access() 124 /// remain accessible while the rcu read side guard is alive. In such cases, callers are not in try_access_with_guard() 235 /// A guard that allows access to a revocable object and keeps it alive. 242 /// The RCU read-side lock is held while the guard is alive.
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | nsid_test.c | 117 /* Keep namespace alive */ in TEST_F() 223 /* Keep namespace alive */ in TEST_F() 329 /* Keep namespace alive */ in TEST_F() 435 /* Keep namespace alive */ in TEST_F() 541 /* Keep namespace alive */ in TEST_F() 660 pause(); /* Keep the parent alive to maintain the grandchild */ in TEST_F() 780 pause(); /* Keep the parent alive to maintain the grandchild */ in TEST_F() 924 /* Keep namespace alive */ in TEST_F()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_nokia.c | 243 dev_dbg(dev, "Alive sent"); in nokia_send_alive_packet() 442 /* 2. verify correct setup using alive packet */ in nokia_setup() 445 dev_err(dev, "Alive check failed: %d", err); in nokia_setup() 595 dev_err(dev, "Corrupted alive message"); in nokia_recv_alive_packet() 604 dev_err(dev, "Alive received: invalid response: 0x%02x!", in nokia_recv_alive_packet() 611 dev_dbg(dev, "Alive received"); in nokia_recv_alive_packet()
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | seq-ext.c | 4 * 2. TCP connection is alive and no TCPAOBad segments 135 test_ok("server alive"); in server_fn() 222 test_ok("post-migrate connection alive"); in client_fn()
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-aggregator.sh | 308 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 0 || fail "chip unexpectedly alive" 318 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 0 || fail "chip unexpectedly alive" 330 test "$(cat "$CONFIGFS_AGG_DIR/agg0/live")" = 0 || fail "chip unexpectedly alive" 374 test "$(cat "$CONFIGFS_AGG_DIR/_sysfs.0/live")" = 0 || fail "chip unexpectedly alive" 389 test "$(cat $CONFIGFS_AGG_DIR/_sysfs.0/live)" = 0 || fail "chip unexpectedly alive" 578 test "$(cat "$CONFIGFS_AGG_DIR/_sysfs.0/live")" = 0 || fail "chip unexpectedly alive"
|
| /linux/Documentation/trace/rv/ |
| H A D | linear_temporal_logic.rst | 104 RULE = always (ACQUIRE imply (ALIVE until RELEASE)) 105 ALIVE = not KILLED and not CRASHED
|
| /linux/tools/perf/tests/shell/ |
| H A D | kvm.sh | 178 # We use -display none -daemonize and a monitor to keep it alive/controllable if needed 191 echo "Qemu process failed to stay alive"
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_glue.c | 657 bool alive = dev->ignore_hotplug; in trim_stale_devices() local 664 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices() 666 if (!alive) in trim_stale_devices() 667 alive = pci_device_is_present(dev); in trim_stale_devices() 669 if (!alive) { in trim_stale_devices()
|