/linux-6.12.1/drivers/clk/st/ |
D | clk-flexgen.c | 336 /* This clk needs to be on to keep bus interconnect alive */ 338 /* This clk needs to be on to keep bus interconnect alive */ 353 /* This clk needs to be on to keep bus interconnect alive */ 356 /* This clk needs to be on to keep bus interconnect alive */ 381 /* This clk needs to be on to keep bus interconnect alive */ 383 /* This clk needs to be on to keep bus interconnect alive */ 398 /* This clk needs to be on to keep bus interconnect alive */ 401 /* This clk needs to be on to keep bus interconnect alive */ 412 /* This clk needs to be on to keep bus interconnect alive */ 432 /* This clk needs to be on to keep bus interconnect alive */ [all …]
|
/linux-6.12.1/include/scsi/fc/ |
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-6.12.1/Documentation/devicetree/bindings/ata/ |
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-6.12.1/drivers/accessibility/speakup/ |
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()
|
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()
|
D | thread.c | 34 (synth && synth->catch_up && synth->alive && in speakup_thread() 50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
|
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()
|
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()
|
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-6.12.1/drivers/net/wireless/intel/iwlegacy/ |
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-6.12.1/net/ipv4/ |
D | tcp_timer.c | 146 * @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; 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() 410 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local 412 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer() 413 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | alive.h | 10 /* alive response is_valid values */ 14 /* alive response ver_type values */ 24 /* alive response ver_subtype values */
|
D | power.h | 112 * @keep_alive_seconds: Keep alive period in seconds. Default - 25 sec. 113 * Minimum allowed:- 3 * DTIM. Keep alive period must be 178 * @keep_alive_seconds: Keep alive period in seconds. Default - 25 sec. 179 * Minimum allowed:- 3 * DTIM. Keep alive period must be 326 * note: if not changed, the command is used for keep alive only. 347 * note: if not changed, the command is used for keep alive only. 368 * note: if not changed, the command is used for keep alive only. 391 * note: if not changed, the command is used for keep alive only. 451 * note: if not changed, the command is used for keep alive only. 470 * note: if not changed, the command is used for keep alive only.
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-tlc591xx.txt | 35 alive@9 { 36 label = "wrt1900ac:green:alive";
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
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-6.12.1/drivers/pinctrl/samsung/ |
D | pinctrl-exynos-arm64.c | 44 * Bank type for non-alive type. Bit fields: 53 * Bank type for alive type. Bit fields: 64 /* pin banks of exynos5433 pin-controller - ALIVE */ 296 /* pin banks of exynos7 pin-controller - ALIVE */ 387 /* pin-controller instance 0 Alive data */ 444 /* pin banks of exynos7885 pin-controller 0 (ALIVE) */ 492 /* pin-controller instance 0 Alive data */ 525 /* pin banks of exynos850 pin-controller 0 (ALIVE) */ 585 /* pin-controller instance 0 ALIVE data */ 621 /* pin banks of exynosautov9 pin-controller 0 (ALIVE) */ [all …]
|
/linux-6.12.1/include/rdma/ |
D | uverbs_types.h | 84 * Objects type classes which support a detach state (object is still alive but 128 * alive, regardless if this uobject is still alive in the context's objects
|
/linux-6.12.1/sound/usb/line6/ |
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-6.12.1/drivers/nvme/host/ |
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-6.12.1/drivers/bluetooth/ |
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-6.12.1/net/core/ |
D | devmem.h | 23 * the binding to remain alive. Each page pool using this binding holds 24 * a ref to keep the binding alive. Each allocated net_iov holds a
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/ |
D | seq-ext.c | 4 * 2. TCP conneciton 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-6.12.1/arch/parisc/kernel/ |
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-6.12.1/rust/kernel/ |
D | types.rs | 82 // SAFETY: The safety requirements for this function ensure that the object is still alive, in borrow() 84 // The safety requirements of `from_foreign` also ensure that the object remains alive for in borrow() 105 // SAFETY: The safety requirements for this function ensure that the object is still alive, in borrow() 107 // The safety requirements of `from_foreign` also ensure that the object remains alive for in borrow() 328 /// Implementers must ensure that increments to the reference count keep the object alive in memory 333 /// alive.)
|
/linux-6.12.1/net/rxrpc/ |
D | peer_event.c | 228 * Perform keep-alive pings. 286 * Perform keep-alive pings with VERSION packets to keep any NAT alive.
|