| /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/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 | synth.c | 153 synth->alive = 1; in spk_synth_is_alive_nop() 160 if (synth->alive) in spk_synth_is_alive_restart() 164 synth->alive = 1; in spk_synth_is_alive_restart() 184 if (!synth->alive) { in synth_start() 201 if (synth->alive) { in spk_do_flush() 376 if (synth->alive) { in synth_insert_next_index() 481 synth->alive = 0; in do_synth_init() 523 synth->alive = 0; in synth_release()
|
| 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 | speakup_soft.c | 196 if (synth_soft.alive) { in softsynth_open() 200 synth_soft.alive = 1; in softsynth_open() 210 synth_soft.alive = 0; in softsynth_close() 234 synth_soft.alive = 1; in softsynthx_read() 436 if (synth_soft.alive) in softsynth_is_alive()
|
| 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/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/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/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/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | alive.h | 10 /* alive response is_valid values */ 14 /* alive response ver_type values */ 24 /* alive response ver_subtype values */
|
| /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/tools/testing/selftests/namespaces/ |
| H A D | nsid_test.c | 107 /* Keep namespace alive */ in TEST_F() 213 /* Keep namespace alive */ in TEST_F() 319 /* Keep namespace alive */ in TEST_F() 425 /* Keep namespace alive */ in TEST_F() 531 /* Keep namespace alive */ in TEST_F() 652 pause(); /* Keep the parent alive to maintain the grandchild */ in TEST_F() 773 pause(); /* Keep the parent alive to maintain the grandchild */ in TEST_F() 916 /* Keep namespace alive */ in TEST_F()
|
| /linux/rust/kernel/ |
| H A D | revocable.rs | 97 /// remain accessible while the guard is alive. In such cases, callers are not allowed to sleep 115 /// remain accessible while the rcu read side guard is alive. In such cases, callers are not 227 /// A guard that allows access to a revocable object and keeps it alive. 234 /// The RCU read-side lock is held while the guard is alive.
|
| /linux/drivers/bluetooth/ |
| H A D | hci_nokia.c | 243 dev_dbg(dev, "Alive sent"); in nokia_send_alive_packet() 422 /* 2. verify correct setup using alive packet */ in nokia_setup() 425 dev_err(dev, "Alive check failed: %d", err); in nokia_setup() 575 dev_err(dev, "Corrupted alive message"); in nokia_recv_alive_packet() 584 dev_err(dev, "Alive received: invalid response: 0x%02x!", in nokia_recv_alive_packet() 591 dev_dbg(dev, "Alive received"); in nokia_recv_alive_packet()
|
| /linux/arch/parisc/kernel/ |
| H A D | smp.c | 171 smp_debug(100, KERN_DEBUG "CPU%d is alive!\n", this_cpu); in ipi_interrupt() 390 goto alive ; in smp_boot_one_cpu() 398 alive: in smp_boot_one_cpu() 400 smp_debug(100, KERN_DEBUG "SMP: CPU:%d came alive after %ld _us\n", in smp_boot_one_cpu()
|
| /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/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | fw.c | 8 #include "fw/api/alive.h" 175 "Alive ucode status 0x%04x revision 0x%01X 0x%01X\n", in iwl_alive_fn() 179 IWL_DEBUG_FW(mld, "Alive ucode CDB\n"); in iwl_alive_fn() 186 IWL_DEBUG_FW(mld, "FW alive flags 0x%x\n", in iwl_alive_fn()
|
| H A D | power.c | 239 * keep alive period. FW will use it for sending keep alive NDPs in iwl_mld_power_build_cmd() 240 * immediately after association. Check that keep alive period in iwl_mld_power_build_cmd()
|
| /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 | 127 # We use -display none -daemonize and a monitor to keep it alive/controllable if needed 140 echo "Qemu process failed to stay alive"
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 728 * Slot is alive if it is read before q->st->insn_idx in current func instance, in bpf_stack_slot_alive() 730 * - alive before callsite if callsite calls callback, otherwise in bpf_stack_slot_alive() 731 * - alive after callsite in bpf_stack_slot_alive() 736 bool alive; in bpf_stack_slot_alive() local 745 alive = bpf_calls_callback(env, callsite) in bpf_stack_slot_alive() 748 if (alive) in bpf_stack_slot_alive()
|