Home
last modified time | relevance | path

Searched full:alive (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/linux/drivers/clk/st/
H A Dclk-flexgen.c326 /* 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 Dfc_fip.h18 #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 Dprph.h122 * 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 Dsynth.c153 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 Dbuffers.c21 * 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 Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
H A Dserialio.c196 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 Dspeakup_soft.c196 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()
/linux/Documentation/devicetree/bindings/ata/
H A Dsnps,dwc-ahci-common.yaml31 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/net/ipv4/
H A Dtcp_timer.c146 * @alive: bool, socket alive state
148 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument
153 if (READ_ONCE(sk->sk_err_soft) && !alive) in tcp_orphan_retries()
159 if (retries == 0 && alive) in tcp_orphan_retries()
271 const bool alive = icsk->icsk_rto < tcp_rto_max(sk); in tcp_write_timeout() local
273 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
274 do_reset = alive || in tcp_write_timeout()
421 const bool alive = inet_csk_rto_backoff(icsk, rto_max) < rto_max; in tcp_probe_timer() local
423 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
[all...]
/linux/drivers/firmware/samsung/
H A DKconfig4 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 Dar9003_wow.c330 * 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 Dalive.h10 /* alive response is_valid values */
14 /* alive response ver_type values */
24 /* alive response ver_subtype values */
/linux/sound/usb/line6/
H A Dpcm.c119 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/net/core/
H A Ddevmem.h28 * the binding to remain alive. Each page pool using this binding holds
29 * a ref to keep the binding alive. The page_pool does not release the
38 * reference, making sure that the binding remains alive until all the
/linux/drivers/nvme/host/
H A Dconstants.c43 [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 Dnsid_test.c88 /* Keep namespace alive */ in TEST()
197 /* Keep namespace alive */ in TEST()
306 /* Keep namespace alive */ in TEST()
415 /* Keep namespace alive */ in TEST()
524 /* Keep namespace alive */ in TEST()
648 pause(); /* Keep the parent alive to maintain the grandchild */ in TEST()
772 pause(); /* Keep the parent alive to maintain the grandchild */ in TEST()
918 /* Keep namespace alive */ in TEST()
/linux/rust/kernel/
H A Drevocable.rs97 /// 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 Dhci_nokia.c243 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/rust/kernel/time/hrtimer/
H A Darc.rs66 // - We keep `self` alive by wrapping it in a handle below. in start()
95 // be alive until this method returns. That handle borrows the `T` in run()
H A Dpin.rs71 // - We keep `self` alive by wrapping it in a handle below. in start()
98 // be alive until this method returns. That handle borrows the `T` in run()
H A Dpin_mut.rs71 // - We keep `self` alive by wrapping it in a handle below. in start()
101 // be alive until this method returns. That handle borrows the `T` in run()
/linux/arch/parisc/kernel/
H A Dsmp.c171 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 Dseq-ext.c4 * 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 Dgpio-aggregator.sh308 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"

12345678910>>...19