| /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/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/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/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/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/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/kernel/bpf/ |
| H A D | liveness.c | 729 * Slot is alive if it is read before q->st->insn_idx in current func instance, in bpf_stack_slot_alive() 731 * - alive before callsite if callsite calls callback, otherwise in bpf_stack_slot_alive() 732 * - alive after callsite in bpf_stack_slot_alive() 737 bool alive; in bpf_stack_slot_alive() local 746 alive = bpf_calls_callback(env, callsite) in bpf_stack_slot_alive() 749 if (alive) in bpf_stack_slot_alive()
|
| /linux/tools/perf/tests/shell/ |
| H A D | kvm.sh | 154 # We use -display none -daemonize and a monitor to keep it alive/controllable if needed 167 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()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 237 /* number of alive nexthops (rt->rt_nhn_alive) and the flags for 248 u8 alive; in mpls_select_multipath() local 256 alive = READ_ONCE(rt->rt_nhn_alive); in mpls_select_multipath() 257 if (alive == 0) in mpls_select_multipath() 261 nh_index = hash % alive; in mpls_select_multipath() 262 if (alive == rt->rt_nhn) in mpls_select_multipath() 1520 u8 alive = 0; in mpls_ifdown() local 1579 alive++; in mpls_ifdown() 1582 WRITE_ONCE(rt->rt_nhn_alive, alive); in mpls_ifdown() 1595 u8 alive; in mpls_ifup() local [all …]
|